[xorg-x11-font-utils] Add the epoch to the Provides bdftruncate. bdftruncate had an epoch for

Peter Hutterer whot at fedoraproject.org
Fri Dec 14 05:44:01 UTC 2012


commit 57530fc3b560697bd8b549e0097fa8bf222508bf
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Dec 14 14:34:17 2012 +1000

    Add the epoch to the Provides bdftruncate. bdftruncate had an epoch for
    
      years, make sure that stays alive

 xorg-x11-font-utils.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/xorg-x11-font-utils.spec b/xorg-x11-font-utils.spec
index 7f82e38..b496c2b 100644
--- a/xorg-x11-font-utils.spec
+++ b/xorg-x11-font-utils.spec
@@ -6,7 +6,7 @@ Name: xorg-x11-%{pkgname}
 # IMPORTANT: If package ever gets renamed to something else, remove the Epoch line!
 Epoch: 1
 Version: 7.5
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.x.org
@@ -31,8 +31,8 @@ Provides: %{pkgname}
 Provides: bdftopcf, fonttosfnt, mkfontdir, mkfontscale, ucs2any
 
 # bdftruncate isn't a perl script anymore (repackaged in f18)
-Provides: bdftruncate = %{version}-%{release}
-Obsoletes: bdftruncate < %{version}-%{release}
+Provides: bdftruncate = %{epoch}:%{version}-%{release}
+Obsoletes: bdftruncate < %{epoch}:%{version}-%{release}
 
 %description
 X.Org X11 font utilities required for font installation, conversion,
@@ -105,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/ucs2any.1*
 
 %changelog
+* Fri Dec 14 2012 Peter Hutterer <peter.hutterer at redhat.com> 1:7.5-10
+- Add the epoch to the Provides bdftruncate. bdftruncate had an epoch for
+  years, make sure that stays alive
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:7.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the fonts-bugs mailing list