diff --git a/List-MoreUtils-XS-0.423.tar.gz b/List-MoreUtils-XS-0.423.tar.gz deleted file mode 100644 index 456099a..0000000 --- a/List-MoreUtils-XS-0.423.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd44f4cd6fb341f193564b2890e65d69372bddc9d9dc817354a75d861a7c98a -size 158385 diff --git a/List-MoreUtils-XS-0.426.tar.gz b/List-MoreUtils-XS-0.426.tar.gz new file mode 100644 index 0000000..d197a32 --- /dev/null +++ b/List-MoreUtils-XS-0.426.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7dbf4cf9ab5fe15ff0198927e938c5ee7a04ee0a5685537b47639f1c50406b +size 159015 diff --git a/perl-List-MoreUtils-XS.changes b/perl-List-MoreUtils-XS.changes index a6a8063..10b0025 100644 --- a/perl-List-MoreUtils-XS.changes +++ b/perl-List-MoreUtils-XS.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Oct 3 05:40:02 UTC 2017 - coolo@suse.com + +- updated to 0.426 + see /usr/share/doc/packages/perl-List-MoreUtils-XS/Changes + + 0.426 2017-10-02 + - release 0.425_001 as 0.426 + + 0.425_001 2017-09-27 + - Fix broken format in part (fixes issues/4, thanks Andreas Schwab + for reporting and testing the fix) + - Fix gcc 4.7 sequence point warning (fixes issues/5, thanks Andreas + Schwab for reporting and testing the fix) + - Fix incorrect padname resolving for perl > 5.21.6 (Fixes RT#122883, + thanks Alexander Bluhm for reporting). + - Fix compiling issue on CentOS 4 & CentOS 5 (thanks Alex Karelas + for reporting and testing the fix) + ------------------------------------------------------------------- Tue Sep 12 08:16:32 UTC 2017 - schwab@suse.de diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec index 33237db..8c96905 100644 --- a/perl-List-MoreUtils-XS.spec +++ b/perl-List-MoreUtils-XS.spec @@ -17,7 +17,7 @@ Name: perl-List-MoreUtils-XS -Version: 0.423 +Version: 0.426 Release: 0 #Upstream: Apache-2.0 %define cpan_name List-MoreUtils-XS @@ -27,8 +27,6 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/List-MoreUtils-XS/ Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: format.patch -Patch1: undefined.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -46,8 +44,6 @@ only a backend, the API is not public and can change without any warning. %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 -%patch1 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"