[rubygem-sinatra] Fixed rack_protection version (~1.3)

Michal Fojtik mfojtik at fedoraproject.org
Thu Feb 21 11:41:12 UTC 2013


commit d120c9ecbd94187870663e84f9985894679adecb
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Thu Feb 21 12:40:56 2013 +0100

    Fixed rack_protection version (~1.3)

 rubygem-sinatra.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-sinatra.spec b/rubygem-sinatra.spec
index 0f4b7fc..245f7a0 100644
--- a/rubygem-sinatra.spec
+++ b/rubygem-sinatra.spec
@@ -5,7 +5,7 @@
 Summary:        Ruby-based web application framework
 Name:           rubygem-%{gem_name}
 Version:        1.3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://sinatra.rubyforge.org
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       ruby(abi) = 1.9.1
 Requires:       ruby(rubygems)
 Requires:       rubygem(rack) >= 1.3.0
-Requires:       rubygem(rack-protection)
+Requires:       rubygem(rack-protection) >= 1.3.0
 Requires:       rubygem(tilt)
 BuildRequires:  rubygems-devel
 %if 0%{bootstrap} < 1
@@ -83,6 +83,9 @@ rm %{buildroot}/%gem_instdir/.yardopts # Remove YARD configuration
 %{gem_instdir}/Gemfile
 
 %changelog
+* Thu Feb 21 2013 Michal Fojtik <mfojtik at redhat.com> - 1;1.3.4-2
+- Fixed rack-protection version
+
 * Thu Feb 21 2013 Michal Fojtik <mfojtik at redhat.com> - 1;1.3.4-1
 - Release 1.3.4
 


More information about the scm-commits mailing list