diff --git a/devhelp-2.29.3-missing-webkit-1.0.patch b/devhelp-2.29.3-missing-webkit-1.0.patch deleted file mode 100644 index 70cc1d9..0000000 --- a/devhelp-2.29.3-missing-webkit-1.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up devhelp-2.29.3/data/libdevhelp-1.0.pc.in.missing-webkit-1.0 devhelp-2.29.3/data/libdevhelp-1.0.pc.in ---- devhelp-2.29.3/data/libdevhelp-1.0.pc.in.missing-webkit-1.0 2009-12-02 10:43:27.942339456 -0500 -+++ devhelp-2.29.3/data/libdevhelp-1.0.pc.in 2009-12-02 10:43:44.809331265 -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 diff --git a/devhelp.spec b/devhelp.spec index c6bc4d0..a863160 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -14,10 +14,6 @@ URL: http://developer.imendio.com/projects/devhelp 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.29.3-missing-webkit-1.0.patch - ### Dependencies ### Requires(pre): GConf2 >= 2.14 @@ -56,7 +52,6 @@ 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 @@ -148,6 +143,7 @@ fi %changelog * Mon Feb 08 2010 Matthew Barnes - 2.29.90-1 - Update to 2.29.90 +- Remove patch for RH bug #543177 (fixed upstream). * Wed Dec 02 2009 Matthew Barnes - 2.29.3-2 - Add patch for RH bug #543177 (missing webkit-1.0 requirement).