diff --git a/devhelp.spec b/devhelp.spec index c254193..ebfa7f1 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -2,7 +2,7 @@ Name: devhelp Version: 3.13.4 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -44,7 +44,7 @@ into other applications such as IDEs. %setup -q # Hack to use webkitgtk4 until devhelp 3.13.90 is released -sed -i -e 's/webkit2gtk-3\.0/webkit2gtk-4.0/g' configure +sed -i -e 's/webkit2gtk-3\.0/webkit2gtk-4.0/g' configure data/libdevhelp-3.0.pc.in %build %configure --disable-static @@ -107,6 +107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Fri Aug 22 2014 Kalev Lember - 1:3.13.4-4 +- Update pkgconfig deps for webkitgtk4 + * Fri Aug 22 2014 Kalev Lember - 1:3.13.4-3 - Switch to webkitgtk4 - Remove lib64 rpaths