rpms/gtk2/devel gail-make-resident.patch, 1.1, 1.2 gtk2.spec, 1.329, 1.330

Matthias Clasen mclasen at fedoraproject.org
Sat Oct 4 03:09:27 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10764

Modified Files:
	gail-make-resident.patch gtk2.spec 
Log Message:
fix patch


gail-make-resident.patch:

Index: gail-make-resident.patch
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gail-make-resident.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gail-make-resident.patch	4 Oct 2008 02:49:11 -0000	1.1
+++ gail-make-resident.patch	4 Oct 2008 03:08:57 -0000	1.2
@@ -1,15 +1,16 @@
-diff -up gtk+-2.14.3/modules/other/gail/gail.c.make-resident gtk+-2.14.3/modules/other/gail/gail.c
---- gtk+-2.14.3/modules/other/gail/gail.c.make-resident	2008-10-03 22:42:20.000000000 -0400
-+++ gtk+-2.14.3/modules/other/gail/gail.c	2008-10-03 22:38:18.000000000 -0400
-@@ -981,3 +981,11 @@ gtk_module_init (gint *argc, char** argv
+diff -up gtk+-2.14.3/modules/other/gail/gail.c.gail-make-resident gtk+-2.14.3/modules/other/gail/gail.c
+--- gtk+-2.14.3/modules/other/gail/gail.c.gail-make-resident	2008-09-19 00:44:18.000000000 -0400
++++ gtk+-2.14.3/modules/other/gail/gail.c	2008-10-03 22:59:58.000000000 -0400
+@@ -980,3 +980,12 @@ gtk_module_init (gint *argc, char** argv
+ 
    return 0;
  }
- 
++
 +const char *
 +g_module_check_init (GModule *module)
 +{
-+    g_module_make_resident (module);
++  g_module_make_resident (module);
 +
-+    return NULL;
++  return NULL;
 +}
-+
++ 


Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -r1.329 -r1.330
--- gtk2.spec	4 Oct 2008 02:49:11 -0000	1.329
+++ gtk2.spec	4 Oct 2008 03:08:57 -0000	1.330
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
@@ -301,7 +301,7 @@
 %{_datadir}/gtk-2.0
 
 %changelog
-* Fri Oct  3 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.3-3
+* Fri Oct  3 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.3-4
 - Prevent unloading of the gail module
 
 * Thu Sep 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.3-2




More information about the fedora-extras-commits mailing list