diff --git a/perl-Clone.spec b/perl-Clone.spec index 8f91391..8604cd3 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -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 - 0.41-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Oct 26 2018 Paul Howarth - 0.41-1 - Update to 0.41 - Check the CowREFCNT of a COWed PV; this should fix some issues people have