[epiphany] add epoch

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 12 03:47:32 UTC 2010


commit 384effdb4006bd21a225b7021cf2a9920ff05fac
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Aug 11 23:46:30 2010 -0400

    add epoch

 epiphany.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index 74c31ef..fbdf201 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -7,8 +7,9 @@
 
 Summary: Web browser for GNOME
 Name: epiphany
+Epoch: 1
 Version: 2.31.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 %define major_version 2.31
 Provides: epiphany(abi) = %{major_version}
 License: GPLv2+ and GFDL
@@ -63,7 +64,7 @@ found in the epiphany-extensions package.
 %package devel
 Summary: Support for developing extensions for the epiphany web browser
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires: glib2-devel >= %{glib2_devel_ver}
 Requires: gtk3-devel >= %{gtk2_devel_ver}
 Requires: webkitgtk3-devel >= %{webkitgtk_ver}
@@ -230,6 +231,9 @@ gtk-update-icon-cache %{_datadir}/icons/HighContrastLargePrintInverse &> /dev/nu
 %{_datadir}/gir-1.0
 
 %changelog
+* Wed Aug 11 2010 Matthias Clasen <mclasen at redhat.com> - 1:2.31.5-2
+- Add an epoch to stay ahead of F14
+
 * Wed Jul 14 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.5-1
 - Update to 2.31.5
 


More information about the scm-commits mailing list