Update to 0.43
- New upstream release 0.43 - Fix an issue when cloning a NULL mg_ptr pointer
This commit is contained in:
parent
3b23831b39
commit
db17eaef92
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/Clone-0.41.tar.gz
|
||||
/Clone-0.41-clean.tar.gz
|
||||
/Clone-0.42.tar.gz
|
||||
/Clone-0.43.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Clone
|
||||
Version: 0.42
|
||||
Release: 2%{?dist}
|
||||
Version: 0.43
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively copy perl data types
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Clone
|
||||
@ -69,6 +69,10 @@ make test
|
||||
%{_mandir}/man3/Clone.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2019 Paul Howarth <paul@city-fan.org> - 0.43-1
|
||||
- Update to 0.43
|
||||
- Fix an issue when cloning a NULL mg_ptr pointer
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.42-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Clone-0.42.tar.gz) = ba9a42b940a1ed4045a11f72e0b3f82f384094c92840326a641a1d54f721fafb650a135604967808da77e539ab75a379fb1f199722b18910377904efec6fca98
|
||||
SHA512 (Clone-0.43.tar.gz) = 1a973fb5bde9e722e8d5bd11cf70005454f8e797687a145e5eb563629200cb6535168e458d312d57741ec4caf9c333dab588223e2368402aafd712b375846cd5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user