rpms/automake/F-11 .cvsignore, 1.21, 1.22 automake.spec, 1.41, 1.42 sources, 1.21, 1.22 automake-check10-fix.patch, 1.1, NONE

Štěpán Kasal kasal at fedoraproject.org
Thu Jun 11 09:24:57 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/automake/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13094

Modified Files:
	.cvsignore automake.spec sources 
Removed Files:
	automake-check10-fix.patch 
Log Message:
- update to automake 1.11


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/automake/F-11/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	14 Jan 2009 12:44:08 -0000	1.21
+++ .cvsignore	11 Jun 2009 09:24:26 -0000	1.22
@@ -1 +1 @@
-automake-1.10.2.tar.bz2
+automake-1.11.tar.bz2


Index: automake.spec
===================================================================
RCS file: /cvs/extras/rpms/automake/F-11/automake.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- automake.spec	26 May 2009 10:33:07 -0000	1.41
+++ automake.spec	11 Jun 2009 09:24:26 -0000	1.42
@@ -1,9 +1,9 @@
-%define api_version 1.10
+%define api_version 1.11
 
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
-Version:    %{api_version}.2
-Release:    4
+Version:    %{api_version}
+Release:    2%{?dist}
 License:    GPLv2+ and GFDL and MIT 
 Group:      Development/Tools
 Source:     http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
@@ -11,10 +11,9 @@ Source1:    filter-provides-automake.sh
 Source2:    filter-requires-automake.sh
 Source3:    automake.man
 Source4:    aclocal.man
-Patch0:     automake-check10-fix.patch
 URL:        http://sources.redhat.com/automake
-Requires:   autoconf >= 2.60
-Buildrequires:  autoconf >= 2.60
+Requires:   autoconf >= 2.62
+Buildrequires:  autoconf >= 2.62
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 BuildArch:  noarch
@@ -35,7 +34,6 @@ GNU's Autoconf package.
 
 %prep
 %setup -q -n automake-%{version}
-%patch0 -p1
 
 %build
 ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
@@ -82,6 +80,13 @@ fi
 %dir %{_datadir}/aclocal
 
 %changelog
+* Mon May 25 2009 Stepan Kasal <skasal at redhat.com> 1.11-2
+- re-enable make check
+- Automake 1.11 requires autoconf 2.62 or later
+
+* Mon May 25 2009 Karsten Hopp <karsten at redhat.com> 1.11-1
+- update to automake 1.11
+
 * Mon May 25 2009 Stepan Kasal <skasal at redhat.com> - 1.10.2-4
 - fix the failing test, re-enable check
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/automake/F-11/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	14 Jan 2009 12:44:08 -0000	1.21
+++ sources	11 Jun 2009 09:24:26 -0000	1.22
@@ -1 +1 @@
-1498208ab1c8393dcbd9afb7d06df6d5  automake-1.10.2.tar.bz2
+4db4efe027e26b33930a7e151de19d0f  automake-1.11.tar.bz2


--- automake-check10-fix.patch DELETED ---




More information about the fedora-extras-commits mailing list