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 - 1;1.3.4-2 +- Fixed rack-protection version + * Thu Feb 21 2013 Michal Fojtik - 1;1.3.4-1 - Release 1.3.4