[gedit] Update to 2.91.2

Daniel Williams dcbw at fedoraproject.org
Thu Nov 11 17:19:31 UTC 2010


commit 2c12b6cf780859839fc787cb8edd05942613556d
Author: Dan Williams <dcbw at redhat.com>
Date:   Thu Nov 11 11:18:25 2010 -0600

    Update to 2.91.2

 .gitignore |    1 +
 gedit.spec |   15 +-
 gtk3.patch | 5047 ------------------------------------------------------------
 sources    |    2 +-
 4 files changed, 9 insertions(+), 5056 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85efab5..3b55ed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gedit-2.31.5.tar.bz2
 gedit-2.31.6.tar.bz2
 /gedit-2.91.0.tar.bz2
 /gedit-2.91.1.tar.bz2
+/gedit-2.91.2.tar.bz2
diff --git a/gedit.spec b/gedit.spec
index d20ade4..4caba45 100644
--- a/gedit.spec
+++ b/gedit.spec
@@ -10,8 +10,8 @@
 Summary:	Text editor for the GNOME desktop
 Name:		gedit
 Epoch:		2
-Version: 	2.91.1
-Release: 	2%{?dist}
+Version: 	2.91.2
+Release: 	1%{?dist}
 License:	GPLv2+ and GFDL
 Group:		Applications/Editors
 #VCS: git:git://git.gnome.org/gedit
@@ -32,8 +32,6 @@ Patch1: gedit-2.13.90-libdir.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=587053
 #Patch3: print-to-file.patch
 
-Patch4: gtk3.patch
-
 BuildRequires: gnome-common
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gtk3-devel
@@ -95,8 +93,6 @@ Install gedit-devel if you want to write plugins for gedit.
 
 #%patch3 -p1 -b .print-to-file
 
-%patch4 -p1 -b .gtk3
-
 autoreconf -i -f
 intltoolize -f
 
@@ -104,7 +100,8 @@ intltoolize -f
 %configure \
 	--disable-scrollkeeper \
         --disable-introspection \
-	--disable-gtk-doc
+	--disable-gtk-doc \
+	--enable-introspection=yes
 make %{_smp_mflags}
 
 %install
@@ -167,8 +164,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_libdir}/pkgconfig/gedit.pc
 %{_datadir}/gtk-doc
 
-
 %changelog
+* Thu Nov 11 2010 Dan Williams <dcbw at redhat.com> - 2:2.91.2-1
+- Update to 2.91.2
+
 * Thu Nov  4 2010 Matthias Clasen <mclasen at redhat.com> - 2:2.91.1-2
 - Make the epoch match what it should be
 
diff --git a/sources b/sources
index a6cc13c..3e67ea8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-506b35c74a8c797a7af7c6edcfafdd99  gedit-2.91.1.tar.bz2
+4ff732a65f9fb909ec9ae83a41e1fe3a  gedit-2.91.2.tar.bz2


More information about the scm-commits mailing list