rpms/devhelp/F-12 devhelp-2.28.1-missing-webkit-1.0.patch, NONE, 1.1 devhelp.spec, 1.118, 1.119

Matthew Barnes mbarnes at fedoraproject.org
Wed Dec 2 15:29:05 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/devhelp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2317

Modified Files:
	devhelp.spec 
Added Files:
	devhelp-2.28.1-missing-webkit-1.0.patch 
Log Message:

* Wed Dec 02 2009 Matthew Barnes <mbarnes at redhat.com> - 2.28.1-2
- Add patch for RH bug #543177 (missing webkit-1.0 requirement).


devhelp-2.28.1-missing-webkit-1.0.patch:
 libdevhelp-1.0.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE devhelp-2.28.1-missing-webkit-1.0.patch ---
diff -up devhelp-2.28.1/data/libdevhelp-1.0.pc.in.missing-webkit-1.0 devhelp-2.28.1/data/libdevhelp-1.0.pc.in
--- devhelp-2.28.1/data/libdevhelp-1.0.pc.in.missing-webkit-1.0	2009-12-02 09:59:36.227612402 -0500
+++ devhelp-2.28.1/data/libdevhelp-1.0.pc.in	2009-12-02 09:59:44.836356861 -0500
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: devhelp
 Description: devhelp
-Requires: gtk+-2.0
+Requires: gtk+-2.0 webkit-1.0
 Requires.private: @REQUIRES_LIBWNCK@
 Version: @VERSION@
 Libs: -L${libdir} -ldevhelp-1


Index: devhelp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/devhelp/F-12/devhelp.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -p -r1.118 -r1.119
--- devhelp.spec	19 Oct 2009 23:00:19 -0000	1.118
+++ devhelp.spec	2 Dec 2009 15:29:05 -0000	1.119
@@ -6,7 +6,7 @@
 
 Name: devhelp
 Version: 2.28.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Summary: API documention browser
@@ -14,6 +14,10 @@ URL: http://developer.imendio.com/projec
 Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
 
+### Patches ###
+
+Patch1: devhelp-2.28.1-missing-webkit-1.0.patch
+
 ### Dependencies ###
 
 Requires(pre): GConf2 >= 2.14
@@ -52,6 +56,7 @@ into other applications such as IDEs.
 
 %prep
 %setup -q -n devhelp-%{version}
+%patch1 -p1 -b .missing-webkit-1.0
 
 # the configure script in the 2.28.0 tarball is bad
 autoreconf -f -i
@@ -141,6 +146,9 @@ fi
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Dec 02 2009 Matthew Barnes <mbarnes at redhat.com> - 2.28.1-2
+- Add patch for RH bug #543177 (missing webkit-1.0 requirement).
+
 * Mon Oct 19 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.1-1
 - Update to 2.28.1
 




More information about the fedora-extras-commits mailing list