From 74a5ea8747d97872a3a1364e2246760dde39e605 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 10:05:49 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- perl-Try-Tiny.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index e7a6a3e..76cecdc 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.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 - 0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jan 2 2013 Paul Howarth - 0.12-1 - Update to 0.12 - Documentation fixes