rpms/autoconf/devel autoconf.spec,1.49,1.50

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Fri Jun 6 09:27:41 UTC 2008


Author: karsten

Update of /cvs/extras/rpms/autoconf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8236

Modified Files:
	autoconf.spec 
Log Message:
- add upstream fix from Eric Blake for #449973,
  m4_if releated error message from autotest



Index: autoconf.spec
===================================================================
RCS file: /cvs/extras/rpms/autoconf/devel/autoconf.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- autoconf.spec	13 May 2008 12:13:38 -0000	1.49
+++ autoconf.spec	6 Jun 2008 09:26:53 -0000	1.50
@@ -1,12 +1,14 @@
 Summary:    A GNU tool for automatically configuring source code
 Name:       autoconf
 Version:    2.62
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2
 Source1:    filter-provides-automake.sh
 Source2:    filter-requires-automake.sh
+# This one will be included in 2.63:
+Patch0:     autoconf-2.62-449973.patch
 URL:        http://www.gnu.org/software/autoconf/
 BuildRequires:      m4 >= 1.4.7, emacs
 Requires:           m4 >= 1.4.7, mktemp, imake, grep
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # use ./configure here to avoid copying config.{sub,guess} with those from the
@@ -79,6 +82,10 @@
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
 %changelog
+* Fri Jun 06 2008 Karsten Hopp <karsten at redhat.com> 2.62-2
+- add upstream fix from Eric Blake for #449973, 
+  m4_if releated error message from autotest
+
 * Tue May 13 2008 Karsten Hopp <karsten at redhat.com> 2.62-1
 - autoconf-2.62
 




More information about the fedora-extras-commits mailing list