From c2f2fe087149739b86a31e1f41921557e76b9ae6 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 12 Oct 2012 11:25:04 +0200 Subject: [PATCH 1/2] Update license tag in specfile to address only GPLv2+ --- autoconf213.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autoconf213.spec b/autoconf213.spec index 78a23c5..b0796ab 100644 --- a/autoconf213.spec +++ b/autoconf213.spec @@ -1,8 +1,8 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf213 Version: 2.13 -Release: 23%{?dist} -License: GPLv2+ and MIT +Release: 24%{?dist} +License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/autoconf/ Source: ftp://prep.ai.mit.edu/pub/gnu/autoconf/autoconf-%{version}.tar.gz @@ -90,6 +90,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc AUTHORS COPYING NEWS README TODO %changelog +* Fri Oct 12 2012 Pavel Raiskup - 2.13-24 +- update license tag in specfile + * Wed Jul 18 2012 Fedora Release Engineering - 2.13-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 9057a75fa13cc49288b377e7a4eadbe7618497e4 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 29 Oct 2012 08:13:43 +0100 Subject: [PATCH 2/2] Fedora-review small fixes --- autoconf213.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/autoconf213.spec b/autoconf213.spec index b0796ab..b7064f5 100644 --- a/autoconf213.spec +++ b/autoconf213.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf213 Version: 2.13 -Release: 24%{?dist} +Release: 25%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/autoconf/ @@ -90,6 +90,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc AUTHORS COPYING NEWS README TODO %changelog +* Mon Oct 29 2012 Pavel Raiskup - 2.13-25 +- remove unnecessary BR, remove trailing whitespaces + * Fri Oct 12 2012 Pavel Raiskup - 2.13-24 - update license tag in specfile @@ -120,7 +123,7 @@ rm -rf ${RPM_BUILD_ROOT} - delete old autoconf.info file * Thu Feb 15 2007 Karsten Hopp 2.13-15 -- add autoconf213 info entry +- add autoconf213 info entry - add disttag * Wed Feb 14 2007 Karsten Hopp 2.13-14 @@ -192,8 +195,8 @@ rm -rf ${RPM_BUILD_ROOT} unversioned names * Mon Feb 25 2002 Elliot Lee 2.13-15 -- Add wait3test.patch to make sure that the child process actually does -something that the kernel will take note of. Fixes the failing wait3 test +- Add wait3test.patch to make sure that the child process actually does +something that the kernel will take note of. Fixes the failing wait3 test that was worked around in time-1.7-15. * Mon Aug 6 2001 Tim Powers @@ -240,7 +243,7 @@ that was worked around in time-1.7-15. - add patch to help autoconf clean after itself and not leave /tmp clobbered with acin.* and acout.* files (can you say annoying?) -* Sun Mar 21 1999 Cristian Gafton +* Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 4) - use gawk, not mawk