- Update to 0.14

- Remove patch for RH bug #230837 (fixed upstream).
This commit is contained in:
Matthew Barnes 2007-05-18 19:25:17 +00:00
parent db3c7ca100
commit f25c7b0fc2
4 changed files with 8 additions and 21 deletions

View File

@ -1 +1 @@
devhelp-0.13.tar.bz2
devhelp-0.14.tar.bz2

View File

@ -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;

View File

@ -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 <mbarnes@redhat.com> - 0.14-1.fc8
- Update to 0.14
- Remove patch for RH bug #230837 (fixed upstream).
* Mon Apr 23 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-7.fc7
- Add patch for RH bug #230837 (initialize GThread).

View File

@ -1 +1 @@
230c05c1e13ba6ae44c94e034ea77348 devhelp-0.13.tar.bz2
56dd99412ae3df14a0daf293a9cd398c devhelp-0.14.tar.bz2