Accepting request 530652 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/530652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-MoreUtils-XS?expand=0&rev=10
This commit is contained in:
parent
bf8e7ea6bf
commit
b3e83eb342
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bd44f4cd6fb341f193564b2890e65d69372bddc9d9dc817354a75d861a7c98a
|
|
||||||
size 158385
|
|
3
List-MoreUtils-XS-0.426.tar.gz
Normal file
3
List-MoreUtils-XS-0.426.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c7dbf4cf9ab5fe15ff0198927e938c5ee7a04ee0a5685537b47639f1c50406b
|
||||||
|
size 159015
|
@ -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 <alexander.bluhm@gmx.net> for reporting).
|
||||||
|
- Fix compiling issue on CentOS 4 & CentOS 5 (thanks Alex Karelas
|
||||||
|
<alex.karelas@gmail.com> for reporting and testing the fix)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 08:16:32 UTC 2017 - schwab@suse.de
|
Tue Sep 12 08:16:32 UTC 2017 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils-XS
|
Name: perl-List-MoreUtils-XS
|
||||||
Version: 0.423
|
Version: 0.426
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: Apache-2.0
|
#Upstream: Apache-2.0
|
||||||
%define cpan_name List-MoreUtils-XS
|
%define cpan_name List-MoreUtils-XS
|
||||||
@ -27,8 +27,6 @@ Group: Development/Libraries/Perl
|
|||||||
Url: http://search.cpan.org/dist/List-MoreUtils-XS/
|
Url: http://search.cpan.org/dist/List-MoreUtils-XS/
|
||||||
Source0: https://cpan.metacpan.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
|
Source1: cpanspec.yml
|
||||||
Patch0: format.patch
|
|
||||||
Patch1: undefined.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -46,8 +44,6 @@ only a backend, the API is not public and can change without any warning.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user