Update to 0.428
- New upstream release 0.428 - Fix build fails on perl ≥ 5.27.4 with -DDEBUGGING (CPAN RT#123613) - Update ppport.h to 3.37 for improved blead support - Fix context arg to croak() (CPAN RT#123869) - Fix one() returning true on empty list (CPAN RT#123870) - Pamper $a/$b/$_ refcounting bugs (CPAN RT#123868)
This commit is contained in:
parent
152858b68d
commit
a2c8f39022
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/List-MoreUtils-XS-0.422.tar.gz
|
||||
/List-MoreUtils-XS-0.423.tar.gz
|
||||
/List-MoreUtils-XS-0.426.tar.gz
|
||||
/List-MoreUtils-XS-0.428.tar.gz
|
||||
|
@ -21,8 +21,8 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
use inc::Config::AutoConf::LMU ();
|
||||
@@ -49,7 +39,6 @@ my %RUN_DEPS = (
|
||||
'XSLoader' => "0.22",
|
||||
@@ -48,7 +38,6 @@ my %RUN_DEPS = (
|
||||
'XSLoader' => "0.22",
|
||||
);
|
||||
my %BUNDLE_CONFIGURE_DEPS = (
|
||||
- 'inc::latest' => '0.500',
|
@ -1,5 +1,5 @@
|
||||
Name: perl-List-MoreUtils-XS
|
||||
Version: 0.426
|
||||
Version: 0.428
|
||||
Release: 1%{?dist}
|
||||
Summary: Provide compiled List::MoreUtils functions
|
||||
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
||||
@ -9,7 +9,7 @@ Summary: Provide compiled List::MoreUtils functions
|
||||
License: (GPL+ or Artistic) and ASL 2.0
|
||||
URL: http://search.cpan.org/dist/List-MoreUtils-XS/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-XS-%{version}.tar.gz
|
||||
Patch0: List-MoreUtils-XS-0.421-unbundle.patch
|
||||
Patch0: List-MoreUtils-XS-0.428-unbundle.patch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -78,6 +78,14 @@ make test
|
||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 21 2017 Paul Howarth <paul@city-fan.org> - 0.428-1
|
||||
- Update to 0.428
|
||||
- Fix build fails on perl ≥ 5.27.4 with -DDEBUGGING (CPAN RT#123613)
|
||||
- Update ppport.h to 3.37 for improved blead support
|
||||
- Fix context arg to croak() (CPAN RT#123869)
|
||||
- Fix one() returning true on empty list (CPAN RT#123870)
|
||||
- Pamper $a/$b/$_ refcounting bugs (CPAN RT#123868)
|
||||
|
||||
* Tue Oct 3 2017 Paul Howarth <paul@city-fan.org> - 0.426-1
|
||||
- Update to 0.426
|
||||
- Fix broken format in part (GH#4)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (List-MoreUtils-XS-0.426.tar.gz) = c98bafe58eb636ffb0a2410b74904e9dff6b719d3574ddf5f56bdcfe19fbba76135b4f631cb45e4c9cea8330125cd3d2be2d8571026cd521a25eb512b88e99cf
|
||||
SHA512 (List-MoreUtils-XS-0.428.tar.gz) = a608568e3c4a2e160e4f9afa26640be5b97ec83e301a6b81849e37951698b9423c0a969d7e8797a49b4fb6c5123780630a3726c64713922b90b21b947682c3dd
|
||||
|
Loading…
Reference in New Issue
Block a user