diff --git a/Data-Random-0.12.tar.gz b/Data-Random-0.12.tar.gz deleted file mode 100644 index 317567e..0000000 --- a/Data-Random-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb84de17ce2aeb61ba945d2ae451b2bc1e3e6b579ab5676614897672a4669b14 -size 166951 diff --git a/Data-Random-0.13.tar.gz b/Data-Random-0.13.tar.gz new file mode 100644 index 0000000..46d5ece --- /dev/null +++ b/Data-Random-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb590184a8db28a7e49eab09e25f8650c33f1f668b6a472829de74a53256bfc0 +size 158143 diff --git a/perl-Data-Random.changes b/perl-Data-Random.changes index eb4ff5c..e019af0 100644 --- a/perl-Data-Random.changes +++ b/perl-Data-Random.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/perl-Data-Random.spec b/perl-Data-Random.spec index c163d9a..da9a100 100644 --- a/perl-Data-Random.spec +++ b/perl-Data-Random.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Random # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,11 +17,11 @@ Name: perl-Data-Random -Version: 0.12 +Version: 0.13 Release: 0 %define cpan_name Data-Random Summary: Perl module to generate random data -License: GPL-1.0+ or Artistic-1.0 +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 @@ -30,6 +30,12 @@ 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 @@ -56,6 +62,7 @@ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README README2.linux.words README.linux.words +%doc Changes README +%license LICENSE %changelog