This commit is contained in:
Dennis Gilmore 2013-02-14 10:05:49 -06:00
parent 5cc9e37fcf
commit 74a5ea8747

View File

@ -1,7 +1,7 @@
Name: perl-Try-Tiny
Summary: Minimal try/catch with proper localization of $@
Version: 0.12
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Group: Development/Libraries
URL: http://search.cpan.org/dist/Try-Tiny
@ -56,6 +56,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Try::Tiny.3pm*
%changelog
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jan 2 2013 Paul Howarth <paul@city-fan.org> - 0.12-1
- Update to 0.12
- Documentation fixes