rpms/gnome-common/F-11 gnome-common.spec,1.15,1.16

Bastien Nocera hadess at fedoraproject.org
Wed Jun 24 16:15:35 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-common/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21211

Modified Files:
	gnome-common.spec 
Log Message:
* Wed Jun  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
- Support automake 1.11


Index: gnome-common.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-common/F-11/gnome-common.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- gnome-common.spec	29 Mar 2009 23:45:28 -0000	1.15
+++ gnome-common.spec	24 Jun 2009 16:15:34 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           gnome-common
 Version:        2.26.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Useful things common to building gnome packages from scratch
 
 Group:          Development/Tools
@@ -10,6 +10,9 @@ URL:            http://developer.gnome.o
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# from upstream
+Patch0: automake-1.11.patch
+
 # Hmmm.... gnome-common needs all of these.  But it doesn't necessarily need
 # a particular version.  We could install automake14 and not automake, for
 # instance, and things would still work....  Is it better to drop requirements
@@ -32,6 +35,7 @@ a GNOME application.
 
 %prep
 %setup -q
+%patch0 -p1 -b .automake-1.11
 
 %build
 %configure
@@ -55,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}
 
 %changelog
+* Wed Jun  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
+- Support automake 1.11
+
 * Sun Mar 29 2009  Matthias Clasen <mclasen at redhat.com> - 2.26.0-1
 - Update to 2.26.0
 




More information about the fedora-extras-commits mailing list