Release 1.5.0

f38
Michal Fojtik 12 years ago
parent 1b91096c3f
commit 20188aa8c1

1
.gitignore vendored

@ -1,2 +1,3 @@
/rack-protection-1.2.0.gem /rack-protection-1.2.0.gem
/rack-protection-1.3.2.gem /rack-protection-1.3.2.gem
/rack-protection-1.5.0.gem

@ -4,8 +4,8 @@
Summary: Ruby gem that protects against typical web attacks Summary: Ruby gem that protects against typical web attacks
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.3.2 Version: 1.5.0
Release: 3%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT License: MIT
URL: http://github.com/rkh/rack-protection URL: http://github.com/rkh/rack-protection
@ -17,7 +17,7 @@ BuildRequires: rubygems-devel
%if 0%{bootstrap} < 1 %if 0%{bootstrap} < 1
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest)
BuildRequires: rubygem(rack) BuildRequires: rubygem(rack)
BuildRequires: rubygem(rspec) BuildRequires: rubygem(rspec-core)
BuildRequires: rubygem(rack-test) BuildRequires: rubygem(rack-test)
%endif %endif
BuildArch: noarch BuildArch: noarch
@ -39,7 +39,6 @@ This package contains documentation for %{name}.
%prep %prep
%setup -q -c -T %setup -q -c -T
%{__mkdir_p} .%{gem_dir}
%gem_install -n %{SOURCE0} %gem_install -n %{SOURCE0}
rm .%{gem_instdir}/%{gem_name}.gemspec rm .%{gem_instdir}/%{gem_name}.gemspec
rm .%{gem_cache} rm .%{gem_cache}
@ -70,6 +69,9 @@ cp -rv .%{gem_dir}/* %{buildroot}%{gem_dir}
%doc %{gem_docdir} %doc %{gem_docdir}
%changelog %changelog
* Mon Jul 15 2013 Michal Fojtik <mfojtik@redhat.com> - 1.5.0-1
- Release 1.5.0
* Tue Mar 05 2013 Vít Ondruch <vondruch@redhat.com> - 1.3.2-3 * Tue Mar 05 2013 Vít Ondruch <vondruch@redhat.com> - 1.3.2-3
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

@ -1,2 +1,3 @@
07655617239266837416bdd11d1b5307 rack-protection-1.2.0.gem 07655617239266837416bdd11d1b5307 rack-protection-1.2.0.gem
eda51ee114e3a6308d3075468d7ea2fc rack-protection-1.3.2.gem eda51ee114e3a6308d3075468d7ea2fc rack-protection-1.3.2.gem
bfbf7ac051bb0af8329c8ac65f296c67 rack-protection-1.5.0.gem

Loading…
Cancel
Save