rpms/ghex/devel ghex.spec,1.4,1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Dec 21 12:24:36 UTC 2004


Author: mschwendt

Update of /cvs/extras/rpms/ghex/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv17760

Modified Files:
	ghex.spec 
Log Message:
fix for incomplete removal of epoch


Index: ghex.spec
===================================================================
RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ghex.spec	10 Nov 2004 18:08:49 -0000	1.4
+++ ghex.spec	21 Dec 2004 12:24:34 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           ghex
 Version:        2.8.0
-Release:        2
+Release:        3
 Summary:        A binary editor for GNOME
 
 Group:          Applications/Editors
@@ -31,7 +31,7 @@
 %package        devel
 Summary:        Static library and include files for ghex
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 Requires:       gtk2-devel
 Requires:       gail-devel
 
@@ -108,6 +108,9 @@
 
 
 %changelog
+* Tue Dec 21 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-3
+- Ran into the incomplete-removal-of-epoch trap. Fixed that.
+
 * Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-2
 - Add patch to prevent scrollkeeper-updates during %%install.
 - Drop Epoch.




More information about the fedora-extras-commits mailing list