Update to 0.422
- New upstream release 0.422 - Rename 'occurances' into 'occurrences' (CPAN RT#91991, CPAN RT#122806) - Add DESCRIPTION to Pod clarifying the role of List::MoreUtils::XS - Improve Makefile.PL regarding some build artifacts
This commit is contained in:
parent
9170d7dc2b
commit
ff86e0f8de
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/List-MoreUtils-XS-0.418.tar.gz
|
||||
/List-MoreUtils-XS-0.421.tar.gz
|
||||
/List-MoreUtils-XS-0.422.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-List-MoreUtils-XS
|
||||
Version: 0.421
|
||||
Version: 0.422
|
||||
Release: 1%{?dist}
|
||||
Summary: Provide compiled List::MoreUtils functions
|
||||
# Code from List-MoreUtils < 0.417 is GPL+ or Artistic
|
||||
@ -78,6 +78,12 @@ make test
|
||||
%{_mandir}/man3/List::MoreUtils::XS.3*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Paul Howarth <paul@city-fan.org> - 0.422-1
|
||||
- Update to 0.422
|
||||
- Rename 'occurances' into 'occurrences' (CPAN RT#91991, CPAN RT#122806)
|
||||
- Add DESCRIPTION to Pod clarifying the role of List::MoreUtils::XS
|
||||
- Improve Makefile.PL regarding some build artifacts
|
||||
|
||||
* Tue Aug 15 2017 Paul Howarth <paul@city-fan.org> - 0.421-1
|
||||
- Update to 0.421
|
||||
- Fix a lot of potential memory leaks when callbacks throw exceptions
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (List-MoreUtils-XS-0.421.tar.gz) = 46312cf5c8d65041d0c88027d653d0ff96ca2908d905eb88d64435de6d7e28687ca912f47a8f878e002b0b72f5af0fcde0a7e7846be43351027ae4f86676332d
|
||||
SHA512 (List-MoreUtils-XS-0.422.tar.gz) = d3de5cb57050993d1c2e277aa79b4c473d9e7b0aaf1aec3f505d79dfa9282ab4821b0a410d63e44f1bc0dfc750ca382dc99ea9d1bc7c607a7bf6ca5a8be30d4a
|
||||
|
Loading…
Reference in New Issue
Block a user