diff --git a/List-MoreUtils-0.415.tar.gz b/List-MoreUtils-0.415.tar.gz deleted file mode 100644 index 766eab7..0000000 --- a/List-MoreUtils-0.415.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a -size 132151 diff --git a/List-MoreUtils-0.418.tar.gz b/List-MoreUtils-0.418.tar.gz new file mode 100644 index 0000000..2b9587d --- /dev/null +++ b/List-MoreUtils-0.418.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365651edea4e0c806576e4dcfc3dfb98bb4cbb343bc5c3e04cdc7b5b71ed4988 +size 55111 diff --git a/perl-List-MoreUtils.changes b/perl-List-MoreUtils.changes index 6575683..bf73a66 100644 --- a/perl-List-MoreUtils.changes +++ b/perl-List-MoreUtils.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Mar 30 05:58:35 UTC 2017 - coolo@suse.com + +- updated to 0.418 + see /usr/share/doc/packages/perl-List-MoreUtils/Changes + + 0.418 2017-03-29 + - Clarify license conditions + - fix Changes version/date of 0.417_001 + + 0.417_001 2017-03-21 + - Divorce List::MoreUtils and List::MoreUtils::XS + - Change license to Apache 2.0 to avoid code stealing without credits + - Don't support Perl 5.6 out of the box anymore + - fix RT#120235 - uniq examples are incorrect + - remove things which will be never done from TODO list as suggested + by Mark Aufflick in PR#18 + - Apply patch from Yanick Champoux to avoid spelling checker complains + +------------------------------------------------------------------- +Sat Oct 8 16:14:08 UTC 2016 - coolo@suse.com + +- updated to 0.416 + see /usr/share/doc/packages/perl-List-MoreUtils/Changes + + 0.416 2016-07-06 + - Change the way how the XS part is loaded as a result of RT#115808 + - Fix some spelling errors (fix RT#115807), thanks Salvatore Bonaccorso + - Requires XSLoader 0.22 + ------------------------------------------------------------------- Thu May 5 09:30:24 UTC 2016 - coolo@suse.com diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec index 792e924..45e4de6 100644 --- a/perl-List-MoreUtils.spec +++ b/perl-List-MoreUtils.spec @@ -1,7 +1,7 @@ # # spec file for package perl-List-MoreUtils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,20 +17,20 @@ Name: perl-List-MoreUtils -Version: 0.415 +Version: 0.418 Release: 0 %define cpan_name List-MoreUtils Summary: Provide the stuff missing in List::Util License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/List-MoreUtils/ -Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Exporter::Tiny) >= 0.038 -BuildRequires: perl(IPC::Cmd) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Exporter::Tiny) >= 0.038 %{perl_requires} @@ -49,7 +49,7 @@ case the C portions of this module couldn't be compiled on this machine. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -62,6 +62,7 @@ case the C portions of this module couldn't be compiled on this machine. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README.md +%doc Changes GPL-1 README.md +%license ARTISTIC-1.0 LICENSE %changelog