From b3836178f9ee309c264e020e634b8d5709ea0f67 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Apr 23 2021 23:45:11 +0000 Subject: update 2021-04-23 23:45 --- diff --git a/.files b/.files new file mode 100644 index 0000000..de3bd67 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..a4f44dc --- /dev/null +++ b/.meta @@ -0,0 +1,12 @@ + + Perl module to generate random data + A module used to generate random data. Useful mostly for test programs. + +Authors: +-------- + Adekunle Olonoh, koolade@users.sourceforge.net + + + + http://search.cpan.org/dist/Data-Random/ + diff --git a/.rev b/.rev new file mode 100644 index 0000000..cb373fa --- /dev/null +++ b/.rev @@ -0,0 +1,26 @@ + + + 045031a12f3d2841cbf57c618d7f645b + 0.12 + + dimstar_suse + required for perl-Net-Dropbox-API + 416604 + + + e2f8d3cb7add05ff47c09183ee02c28f + 0.12 + + dimstar_suse + 1 + 530686 + + + 99bba4528ebd74ecd1e24b4ccda6022c + 0.13 + + dimstar_suse + + 599324 + + diff --git a/Data-Random-0.13.tar.gz b/Data-Random-0.13.tar.gz new file mode 120000 index 0000000..d2be465 --- /dev/null +++ b/Data-Random-0.13.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihlleayjkg3fct6jhvlbhrf7bsqym7r6zulnjdsqko6osstevv7ya \ No newline at end of file diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..66cd225 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,3 @@ +--- +post_prep: + sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL diff --git a/perl-Data-Random.changes b/perl-Data-Random.changes new file mode 100644 index 0000000..f7b3e86 --- /dev/null +++ b/perl-Data-Random.changes @@ -0,0 +1,73 @@ +------------------------------------------------------------------- +Thu Apr 19 05:13:51 UTC 2018 - coolo@suse.com + +- updated to 0.13 + see /usr/share/doc/packages/perl-Data-Random/Changes + +------------------------------------------------------------------- +Tue Oct 3 07:23:24 UTC 2017 - coolo@suse.com + +- patch the Makefile to build with perl 5.26 + +------------------------------------------------------------------- +Sun Jun 7 08:24:07 UTC 2015 - coolo@suse.com + +- updated to 0.12 + see /usr/share/doc/packages/perl-Data-Random/Changes + + 0.12 2015-05-25T10:44:00-0700 + - convert from Date::Calc to Time::Piece + - require Time::Piece 1.16 because it has add_year() + - fixed rand_datetime on MSWin32 after Time::Piece + - fixed tests to work for local timezone + - convert to File::Temp + - lots of cleanup + Thanks to mbeijen (Michiel Beijen) for these improvements! + - colors can only go up to 255 (RT/100995) + Thanks to jrosenboom + +------------------------------------------------------------------- +Thu Apr 16 20:59:27 UTC 2015 - coolo@suse.com + +- updated to 0.11 + see /usr/share/doc/packages/perl-Data-Random/Changes + + Revision history for Perl module Data::Random + +------------------------------------------------------------------- +Mon Oct 14 18:07:04 UTC 2013 - lars@linux-schulserver.de + +- update to 0.09: + + getting new Module::Install::GithubMeta [RT#88089] + + fixing even more random tests that fail on midnight and zero seconds + + fixed distro bugs [RT#73551, RT#75507, RT#77290] + + fixed bug where .. was added to @INC [RT#71346] + + tweaked POD + + improved tests/fixed many CPAN Testers failures + +------------------------------------------------------------------- +Fri Sep 2 13:18:47 UTC 2011 - coolo@suse.com + +- add Non-Commercial to the license for the word list + +------------------------------------------------------------------- +Fri Sep 2 13:08:14 UTC 2011 - coolo@suse.com + +- updated to 0.05 + +------------------------------------------------------------------- +Wed Dec 1 13:31:38 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Mon Aug 23 08:19:34 UTC 2010 - chris@computersalat.de + +- recreated by cpanspec 1.78 +- noarch pkg + +------------------------------------------------------------------- +Tue Jul 24 10:25:30 CEST 2007 - lrupp@suse.de + +- initial version 0.05 + diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec new file mode 100644 index 0000000..84ff3a8 --- /dev/null +++ b/perl-Data-Random.spec @@ -0,0 +1,68 @@ +# +# spec file for package perl-Data-Random +# +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: perl-Data-Random +Version: 0.13 +Release: 0 +%define cpan_name Data-Random +Summary: Perl module to generate random data +License: Artistic-1.0 OR GPL-1.0-or-later +Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Data-Random/ +Source0: https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(File::ShareDir::Install) >= 0.06 +BuildRequires: perl(Test::MockTime) +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Time::Piece) >= 1.16 +Requires: perl(Time::Piece) >= 1.16 +Recommends: perl(GD) +%{perl_requires} + +%description +A module used to generate random data. Useful mostly for test programs. + +%prep +%setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +# MANUAL BEGIN +sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL +# MANUAL END + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license LICENSE + +%changelog