From 64977992b0a9a97b2770cbb47c2ff987c7f4e8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 19 Jun 2012 05:44:43 +0200 Subject: [PATCH] Perl 5.16 rebuild --- perl-Package-Stash-XS.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec index 9869e18..51d532f 100644 --- a/perl-Package-Stash-XS.spec +++ b/perl-Package-Stash-XS.spec @@ -1,6 +1,6 @@ Name: perl-Package-Stash-XS Version: 0.25 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Faster and more correct implementation of the Package::Stash API Group: Development/Libraries License: GPL+ or Artistic @@ -77,6 +77,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Package::Stash::XS.3pm* %changelog +* Tue Jun 19 2012 Petr Pisar - 0.25-3 +- Perl 5.16 rebuild + * Thu Jan 12 2012 Paul Howarth - 0.25-2 - Use %%{_fixperms} macro instead of our own chmod incantation