Update to 2.1.1

epel9
Pokorra, Gerd 5 years ago
parent 6183c2f6dd
commit beca467cb3

@ -4,7 +4,7 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.8 Version: 2.1.1
# Introduce Epoch (related to bug 552972) # Introduce Epoch (related to bug 552972)
Epoch: 1 Epoch: 1
Release: 1%{?dist} Release: 1%{?dist}
@ -79,14 +79,15 @@ for file in `find %{buildroot}%{gem_instdir} -type f`; do
done done
%check %check
# at version 2.1.1 are currently no tests available
pushd .%{gem_instdir} pushd .%{gem_instdir}
# During the building on mock environment, the testing process id 1 is owned # During the building on mock environment, the testing process id 1 is owned
# by running user mockbuild's command STUBINIT, though it is owned by root user # by running user mockbuild's command STUBINIT, though it is owned by root user
# on usual environment. # on usual environment.
# The server status does not return ":not_owned". # The server status does not return ":not_owned".
sed -i '/^ it "check pid file presence and not owned process" do$/,/^ end$/ s/^/#/' \ #sed -i '/^ it "check pid file presence and not owned process" do$/,/^ end$/ s/^/#/' \
test/spec_server.rb # test/spec_server.rb
# Get temporary PID file name and start memcached daemon. # Get temporary PID file name and start memcached daemon.
PID=%(mktemp) PID=%(mktemp)
@ -106,7 +107,7 @@ popd
%files %files
%dir %{gem_instdir} %dir %{gem_instdir}
%{_bindir}/rackup %{_bindir}/rackup
%license %{gem_instdir}/COPYING %license %{gem_instdir}/MIT-LICENSE
%{gem_libdir} %{gem_libdir}
%{gem_instdir}/bin %{gem_instdir}/bin
%exclude %{gem_cache} %exclude %{gem_cache}
@ -114,16 +115,21 @@ popd
%files doc %files doc
%doc %{gem_docdir} %doc %{gem_docdir}
%doc %{gem_instdir}/HISTORY.md %doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.rdoc
%{gem_instdir}/Rakefile %{gem_instdir}/Rakefile
%{gem_instdir}/SPEC %{gem_instdir}/SPEC
%{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/%{gem_name}.gemspec
%doc %{gem_instdir}/example %doc %{gem_instdir}/example
%{gem_instdir}/test
%doc %{gem_instdir}/contrib %doc %{gem_instdir}/contrib
# at version 2.1.1 are currently no tests available
#{gem_instdir}/test
%changelog %changelog
* Mon Jan 13 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1:2.1.1-1
- Update to Rack 2.1.1
- This version has no files for tests included
* Thu Dec 19 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.8-1 * Thu Dec 19 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.8-1
- Update to Rack 2.0.8. - Update to Rack 2.0.8.
- Change the source URL - Change the source URL

@ -1 +1 @@
SHA512 (rack-2.0.8.gem) = 88c406cfe38c3db1a3502fc563272a99d8f2e36bfea1122cdea6b6b49b0e6b5649e1f0864161793eed83cb3d934aa260650b703bb1b059c6e56c6073c2060fb2 SHA512 (rack-2.1.1.gem) = a6e52acdb904c9875a55c45720ec8dd5ecbe78179da6c7790150c6830cb424053a924b27de526d3468f1484cc8e483878d725c1b35cdf149edeb73a59d100c1c

Loading…
Cancel
Save