[rubygem-sinatra] Fixed epoch once again

Michal Fojtik mfojtik at fedoraproject.org
Wed Jan 11 15:19:54 UTC 2012


commit 0a186a8dfd4eb3c41ad35e91e2447cf1ce76c31a
Author: Michal Fojtik <mi at mifo.sk>
Date:   Wed Jan 11 16:19:43 2012 +0100

    Fixed epoch once again

 rubygem-sinatra.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-sinatra.spec b/rubygem-sinatra.spec
index 0f56fa8..cbf8b29 100644
--- a/rubygem-sinatra.spec
+++ b/rubygem-sinatra.spec
@@ -5,7 +5,7 @@
 Summary:        Ruby-based web application framework
 Name:           rubygem-%{gemname}
 Version:        1.3.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://sinatra.rubyforge.org
@@ -33,9 +33,8 @@ with minimal effort.
 Summary:	Documentation for %{name}
 Group:		Documentation
 
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	ruby(rubygems)
-Epoch:		1
 
 %description	doc
 This package contains documentation for %{name}.
@@ -79,6 +78,9 @@ rm %{buildroot}/%geminstdir/.yardopts # Remove YARD configuration
 %{geminstdir}/Gemfile
 
 %changelog
+* Mon Jan 02 2012 Michal Fojtik <mfojtik at redhat.com> - 1.3.2-6
+- Fixed Epoch once again
+
 * Mon Jan 02 2012 Michal Fojtik <mfojtik at redhat.com> - 1.3.2-5
 - Added Epoch to -dc subpackage
 


More information about the scm-commits mailing list