From f25c7b0fc2b4c42a69e0f67108fe66149fd89385 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 18 May 2007 19:25:17 +0000 Subject: [PATCH] - Update to 0.14 - Remove patch for RH bug #230837 (fixed upstream). --- .cvsignore | 2 +- devhelp-0.13-initialize-gthread.patch | 11 ----------- devhelp.spec | 14 ++++++-------- sources | 2 +- 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 devhelp-0.13-initialize-gthread.patch diff --git a/.cvsignore b/.cvsignore index 1a11e91..1656ae6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -devhelp-0.13.tar.bz2 +devhelp-0.14.tar.bz2 diff --git a/devhelp-0.13-initialize-gthread.patch b/devhelp-0.13-initialize-gthread.patch deleted file mode 100644 index 3461a24..0000000 --- a/devhelp-0.13-initialize-gthread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; diff --git a/devhelp.spec b/devhelp.spec index 5a782c8..14fe54d 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: devhelp -Version: 0.13 -Release: 7%{?dist} +Version: 0.14 +Release: 1%{?dist} License: GPL Group: Development/Tools Summary: API document browser @@ -12,11 +12,6 @@ URL: http://developer.imendio.com/projects/devhelp 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 @@ -52,7 +47,6 @@ Library of Devhelp for embedding into other applications %prep %setup -q -n devhelp-%{version} -%patch1 -p1 -b .initialize-gthread %build %configure --disable-static @@ -133,6 +127,10 @@ fi %{_libdir}/pkgconfig/* %changelog +* Fri May 18 2007 Matthew Barnes - 0.14-1.fc8 +- Update to 0.14 +- Remove patch for RH bug #230837 (fixed upstream). + * Mon Apr 23 2007 Matthew Barnes - 0.13-7.fc7 - Add patch for RH bug #230837 (initialize GThread). diff --git a/sources b/sources index 52ff6cc..657f96b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -230c05c1e13ba6ae44c94e034ea77348 devhelp-0.13.tar.bz2 +56dd99412ae3df14a0daf293a9cd398c devhelp-0.14.tar.bz2