rpms/gnome-common/F-9 automake-1.11.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 gnome-common.spec, 1.12, 1.13 sources, 1.6, 1.7

Toshio くらとみ toshio at fedoraproject.org
Mon Jul 6 19:34:22 UTC 2009


Author: toshio

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

Modified Files:
	.cvsignore gnome-common.spec sources 
Added Files:
	automake-1.11.patch 
Log Message:
- Update to 2.26
- Support automake 1.11


automake-1.11.patch:

--- NEW FILE automake-1.11.patch ---
diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
index ba61f82..940b7a8 100644
--- a/macros2/gnome-autogen.sh
+++ b/macros2/gnome-autogen.sh
@@ -316,12 +316,13 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
-    1.6*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
-    1.7*) automake_progs="automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-    1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;;
-    1.9*) automake_progs="automake-1.10 automake-1.9" ;;
-    1.10*) automake_progs="automake-1.10" ;;
+    1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
+    1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
+    1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
+    1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+    1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
+    1.10*) automake_progs="automake-1.11 automake-1.10" ;;
+    1.11*) automake_progs="automake-1.11" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
     "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-common/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 Apr 2008 07:09:16 -0000	1.5
+++ .cvsignore	6 Jul 2009 19:34:21 -0000	1.6
@@ -1 +1 @@
-gnome-common-2.20.0.tar.bz2
+gnome-common-2.26.0.tar.bz2


Index: gnome-common.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-common/F-9/gnome-common.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- gnome-common.spec	8 Apr 2008 07:09:16 -0000	1.12
+++ gnome-common.spec	6 Jul 2009 19:34:21 -0000	1.13
@@ -1,15 +1,18 @@
 Name:           gnome-common
-Version:        2.20.0
-Release:        1%{?dist}
+Version:        2.26.0
+Release:        2%{?dist}
 Summary:        Useful things common to building gnome packages from scratch
 
 Group:          Development/Tools
 BuildArch:      noarch
 License:        GPLv2
 URL:            http://developer.gnome.org
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
+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,18 @@ 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
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.24.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Jan 21 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 2.24.0-1
+- Update to version 2.24.0
+
 * Mon Apr 7 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 2.20.0-1
 - Update to version 2.20.0.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-common/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	8 Apr 2008 07:09:16 -0000	1.6
+++ sources	6 Jul 2009 19:34:21 -0000	1.7
@@ -1 +1 @@
-89e47677fb72695c75d2cefac84ff9f1  gnome-common-2.20.0.tar.bz2
+196daa38cb21d91da1d6ec085f1e158b  gnome-common-2.26.0.tar.bz2




More information about the fedora-extras-commits mailing list