Update to 0.41
- New upstream release 0.41
- Check the CowREFCNT of a COWed PV; this should fix some issues people have
been having with 0.40 on DBD drives and DBIx::Class
- Make buildtools files not executable
This commit is contained in:
parent
e685af967d
commit
c43dfa3c77
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
||||
/Clone-0.39-clean.tar.gz
|
||||
/Clone-0.40.tar.gz
|
||||
/Clone-0.40-clean.tar.gz
|
||||
/Clone-0.41.tar.gz
|
||||
/Clone-0.41-clean.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Clone
|
||||
Version: 0.40
|
||||
Version: 0.41
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively copy perl data types
|
||||
License: GPL+ or Artistic
|
||||
@ -49,7 +49,6 @@ arrays or hashes, pass them in by reference.
|
||||
|
||||
%prep
|
||||
%setup -q -n Clone-%{version}
|
||||
find . -type f -exec chmod -c -x {} +
|
||||
|
||||
# this test does not run without the non-free files
|
||||
rm -rf t/04tie.t
|
||||
@ -74,6 +73,12 @@ make test
|
||||
%{_mandir}/man3/Clone.3*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2018 Paul Howarth <paul@city-fan.org> - 0.41-1
|
||||
- Update to 0.41
|
||||
- Check the CowREFCNT of a COWed PV; this should fix some issues people have
|
||||
been having with 0.40 on DBD drives and DBIx::Class
|
||||
- Make buildtools files not executable
|
||||
|
||||
* Wed Oct 24 2018 Paul Howarth <paul@city-fan.org> - 0.40-1
|
||||
- Update to 0.40
|
||||
- Reuse COWed PV when cloning (fixes CPAN RT#97535)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Clone-0.40-clean.tar.gz) = 5f73a932224a86ac660054dd84ba329ba70717750a4613e961bdcb3ca836a92436b29216bbbc38feff129d0c0b3911bea8bded4d47bfcf9e6ae06298cba6a5ad
|
||||
SHA512 (Clone-0.41-clean.tar.gz) = a077353ea9b09ac9d747ee5ac8478688c430a985a51abe89f1fe993dced431fa7b255179b181c4756f10516e4279b40ffdcbace693a3ca6fb6ed27a6af2981e5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user