Update to 0.426
- New upstream release 0.426 - Fix broken format in part (GH#4) - Fix gcc 4.7 sequence point warning (GH#5) - Fix incorrect padname resolving for perl > 5.21.6 (CPAN RT#122883) - Fix compiling issue on CentOS 4 and CentOS 5
This commit is contained in:
parent
42554ffe15
commit
152858b68d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/List-MoreUtils-XS-0.421.tar.gz
|
||||
/List-MoreUtils-XS-0.422.tar.gz
|
||||
/List-MoreUtils-XS-0.423.tar.gz
|
||||
/List-MoreUtils-XS-0.426.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-List-MoreUtils-XS
|
||||
Version: 0.423
|
||||
Version: 0.426
|
||||
Release: 1%{?dist}
|
||||
Summary: Provide compiled List::MoreUtils functions
|
||||
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
||||
@ -78,6 +78,13 @@ make test
|
||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 3 2017 Paul Howarth <paul@city-fan.org> - 0.426-1
|
||||
- Update to 0.426
|
||||
- Fix broken format in part (GH#4)
|
||||
- Fix gcc 4.7 sequence point warning (GH#5)
|
||||
- Fix incorrect padname resolving for perl > 5.21.6 (CPAN RT#122883)
|
||||
- Fix compiling issue on CentOS 4 and CentOS 5
|
||||
|
||||
* Sat Aug 19 2017 Paul Howarth <paul@city-fan.org> - 0.423-1
|
||||
- Update to 0.423
|
||||
- Fix dealing with lists with one element on bremove/binsert (GH#2)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (List-MoreUtils-XS-0.423.tar.gz) = e76fdd97080ed536d6c151b8b59e86652944d473575d2f72f0b735605a0f20a1a699e57f219d1e9ad728e41f86be5a27f1f590aeaf91d56b8b9a1327d9e6a32d
|
||||
SHA512 (List-MoreUtils-XS-0.426.tar.gz) = c98bafe58eb636ffb0a2410b74904e9dff6b719d3574ddf5f56bdcfe19fbba76135b4f631cb45e4c9cea8330125cd3d2be2d8571026cd521a25eb512b88e99cf
|
||||
|
Loading…
Reference in New Issue
Block a user