From df461ee4ea381297ee6322e7bf81d626783f7891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 11 Jun 2012 23:20:28 +0200 Subject: [PATCH] Perl 5.16 rebuild --- perl-Sub-Identify.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 3273671..14e71d5 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Identify Version: 0.04 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Sub::Identify.3pm* %changelog +* Mon Jun 11 2012 Petr Pisar - 0.04-14 +- Perl 5.16 rebuild + * Mon Mar 5 2012 Paul Howarth - 0.04-13 - Use %%{optflags} - BR: perl(Exporter) and perl(Test::Pod)