Fix autoconf version in configure.ac VERMILLION_136
authorjouby
Mon, 15 Mar 2010 09:17:45 +0000
changeset 17717 fe0356b0b6e0
parent 17716 bc3ec248512e
child 17718 2c6f41729355
Fix autoconf version in configure.ac
ChangeLog
base-specs/gedit.spec
patches/gedit-04-autoconf-version.diff
--- a/ChangeLog	Mon Mar 15 09:15:34 2010 +0000
+++ b/ChangeLog	Mon Mar 15 09:17:45 2010 +0000
@@ -1,3 +1,8 @@
+2010-03-15  Simon Jin <[email protected]>
+
+	* base-specs/gedit.spec: Fix autoconf version in configure.ac
+	* patches/gedit-04-configure-version.diff
+
 2010-03-15  Simon Jin <[email protected]>
 
 	* base-specs/gedit-plugins.spec:Correct homepage
--- a/base-specs/gedit.spec	Mon Mar 15 09:15:34 2010 +0000
+++ b/base-specs/gedit.spec	Mon Mar 15 09:17:45 2010 +0000
@@ -30,6 +30,8 @@
 Patch2:         gedit-02-py_ssize_t.diff
 # date:2009-07-08 owner:an230044 type:bug bugster:6601741
 Patch3:         gedit-03-clipboard-editability.diff 
+# date:2010-03-15 owner:jouby    type:branding
+Patch4:         gedit-04-autoconf-version.diff 
 URL:            http://www.gnome.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Docdir:         %{_docdir}/doc
@@ -80,6 +82,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %ifos linux
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/gedit-04-autoconf-version.diff	Mon Mar 15 09:17:45 2010 +0000
@@ -0,0 +1,10 @@
+--- gedit-2.29.8/configure.ac.orig	2010-03-15 16:52:44.172872040 +0800
++++ gedit-2.29.8/configure.ac	2010-03-15 16:53:50.459926329 +0800
+@@ -1,6 +1,6 @@
+ dnl Process this file with autoconf to produce a configure script.
+ 
+-AC_PREREQ(2.63.2)
++#AC_PREREQ(2.63.2)
+ 
+ m4_define(gedit_major_version,  2)
+ m4_define(gedit_minor_version, 29)