- Update to 0.23.1
- Remove patch for GNOME bug #588655 (fixed upstream).
This commit is contained in:
parent
54cdb62546
commit
ad40f62be5
@ -1 +1 @@
|
|||||||
devhelp-0.23.tar.bz2
|
devhelp-0.23.1.tar.bz2
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
diff -up devhelp-0.23/src/dh-assistant-view.c.deprecation-workaround devhelp-0.23/src/dh-assistant-view.c
|
|
||||||
--- devhelp-0.23/src/dh-assistant-view.c.deprecation-workaround 2008-11-28 10:56:04.000000000 -0500
|
|
||||||
+++ devhelp-0.23/src/dh-assistant-view.c 2009-07-15 09:47:19.000000000 -0400
|
|
||||||
@@ -340,7 +340,11 @@ assistant_view_set_link (DhAssistantView
|
|
||||||
webkit_web_view_open (WEBKIT_WEB_VIEW (view), "about:blank");
|
|
||||||
}
|
|
||||||
|
|
||||||
+#if GLIB_CHECK_VERSION(2,21,3)
|
|
||||||
+ g_mapped_file_unref (file);
|
|
||||||
+#else
|
|
||||||
g_mapped_file_free (file);
|
|
||||||
+#endif
|
|
||||||
g_free (filename);
|
|
||||||
}
|
|
||||||
|
|
12
devhelp.spec
12
devhelp.spec
@ -5,8 +5,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 0.23
|
Version: 0.23.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Summary: API documention browser
|
Summary: API documention browser
|
||||||
@ -19,9 +19,6 @@ BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# RH bug #572022
|
# RH bug #572022
|
||||||
Patch0: devhelp-load-uris.patch
|
Patch0: devhelp-load-uris.patch
|
||||||
|
|
||||||
# GNOME bug #588655
|
|
||||||
Patch1: devhelp-0.23-deprecation-workaround.patch
|
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires(pre): GConf2 >= 2.14
|
Requires(pre): GConf2 >= 2.14
|
||||||
@ -59,7 +56,6 @@ into other applications such as IDEs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n devhelp-%{version}
|
%setup -q -n devhelp-%{version}
|
||||||
%patch0 -p0 -b .uris
|
%patch0 -p0 -b .uris
|
||||||
%patch1 -p1 -b .deprecation-workaround
|
|
||||||
|
|
||||||
# force regeneration
|
# force regeneration
|
||||||
rm data/devhelp.schemas
|
rm data/devhelp.schemas
|
||||||
@ -146,6 +142,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 12 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23.1-1
|
||||||
|
- Update to 0.23.1
|
||||||
|
- Remove patch for GNOME bug #588655 (fixed upstream).
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-9
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user