diff --git a/devhelp.spec b/devhelp.spec index 4176a1d..55535fd 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -6,7 +6,8 @@ Name: devhelp Version: 2.90.5 -Release: 5%{?dist} +Release: 6%{?dist} +Epoch: 1 License: GPLv2+ Group: Development/Tools Summary: API documention browser @@ -47,7 +48,7 @@ It works natively with API documentation generated by gtk-doc. %package devel Summary: Library to embed Devhelp in other applications Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Requires: gtk3-devel >= %{gtk_version} Requires: webkitgtk3-devel @@ -150,6 +151,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/* %changelog +* Mon Nov 15 2010 Kalev Lember - 2.90.5-6 +- Carry epoch over from F14 branch to preserve upgrade path + * Thu Sep 09 2010 Bastien Nocera 2.90.5-5 - Fix broken schemas file, and "disabled_books" usage (#624198)