diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 0a67a2f..e23d2e7 100644 --- a/perl-Try-Tiny.spec +++ b/perl-Try-Tiny.spec @@ -1,7 +1,7 @@ Name: perl-Try-Tiny Summary: Minimal try/catch with proper localization of $@ Version: 0.24 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://search.cpan.org/dist/Try-Tiny Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-%{version}.tar.gz @@ -65,6 +65,9 @@ make test %{_mandir}/man3/Try::Tiny.3* %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.24-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Dec 11 2015 Paul Howarth - 0.24-1 - Update to 0.24 - Fix syntax of example code (PR#22)