rpms/devhelp/devel devhelp-0.13-initialize-gthread.patch, NONE, 1.1 devhelp.spec, 1.60, 1.61

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 23 19:11:23 UTC 2007


Author: mbarnes

Update of /cvs/dist/rpms/devhelp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2396

Modified Files:
	devhelp.spec 
Added Files:
	devhelp-0.13-initialize-gthread.patch 
Log Message:

* Mon Apr 23 2007 Matthew Barnes <mbarnes at redhat.com> - 0.13-7.fc7
- Add patch for RH bug #230837 (initialize GThread).


devhelp-0.13-initialize-gthread.patch:
 dh-main.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE devhelp-0.13-initialize-gthread.patch ---
--- devhelp-0.13/src/dh-main.c.initialize-gthread	2007-04-23 15:05:15.000000000 -0400
+++ devhelp-0.13/src/dh-main.c	2007-04-23 15:05:31.000000000 -0400
@@ -112,6 +112,8 @@
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (PACKAGE);
 
+	g_thread_init (NULL);
+
 	if (!gtk_init_with_args (&argc, &argv, NULL, options, GETTEXT_PACKAGE, &error)) {
 		g_printerr ("%s\n", error->message);
 		return 1;


Index: devhelp.spec
===================================================================
RCS file: /cvs/dist/rpms/devhelp/devel/devhelp.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- devhelp.spec	22 Apr 2007 00:43:45 -0000	1.60
+++ devhelp.spec	23 Apr 2007 19:11:21 -0000	1.61
@@ -4,7 +4,7 @@
 
 Name: devhelp
 Version: 0.13
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: Development/Tools
 Summary: API document browser
@@ -12,6 +12,11 @@
 Source: http://ftp.gnome.org/pub/GNOME/sources/devhelp/%{version}/devhelp-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root
 
+### Patch ###
+
+# RH bug #230837 / GNOME bug #414221
+Patch1: devhelp-0.13-initialize-gthread.patch
+
 ### Dependencies ###
 
 Requires(pre): GConf2 >= 2.14
@@ -47,6 +52,7 @@
 
 %prep
 %setup -q -n devhelp-%{version}
+%patch1 -p1 -b .initialize-gthread
 
 %build
 %configure --disable-static
@@ -127,6 +133,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Apr 23 2007 Matthew Barnes <mbarnes at redhat.com> - 0.13-7.fc7
+- Add patch for RH bug #230837 (initialize GThread).
+
 * Sat Apr 21 2007 Matthias Clasen <mclasen at redhat.com> - 0.13-6
 - Don't install INSTALL
 




More information about the fedora-cvs-commits mailing list