From 07feb46723f4beefcdfc390e67b544b6c9d0e97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 18 Jul 2013 05:16:41 +0200 Subject: [PATCH] Perl 5.18 rebuild --- autoconf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoconf.spec b/autoconf.spec index 2d9b670..d7b935f 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz @@ -95,6 +95,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Thu Jul 18 2013 Petr Pisar - 2.69-12 +- Perl 5.18 rebuild + * Mon Jun 17 2013 Pavel Raiskup - 2.69-11 - config.site installation should be safe as long as the CONFIG_SITE=NONE is exported by the rpmbuild environment (#772999)