Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2019-02-01 19:18:53 +00:00
parent c43dfa3c77
commit 7a86da193c

View File

@ -1,6 +1,6 @@
Name: perl-Clone
Version: 0.41
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Recursively copy perl data types
License: GPL+ or Artistic
URL: https://metacpan.org/release/Clone
@ -73,6 +73,9 @@ make test
%{_mandir}/man3/Clone.3*
%changelog
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* 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