Update to Rack 2.0.3.

epel9
Steve Traylen 8 years ago
parent 4cf268530a
commit 153aead50b

1
.gitignore vendored

@ -10,3 +10,4 @@ rack-1.1.0.gem
/rack-1.6.2.gem /rack-1.6.2.gem
/rack-1.6.4.gem /rack-1.6.4.gem
/rack-2.0.1.gem /rack-2.0.1.gem
/rack-2.0.3.gem

@ -1,20 +0,0 @@
From db45a93daab59ddee520890d104701bf089ccd2b Mon Sep 17 00:00:00 2001
From: Carl Zulauf <carl@linkleaf.com>
Date: Thu, 29 Dec 2016 11:10:16 -0600
Subject: [PATCH] Resolve undefined constant test failure by loading constant
---
test/spec_webrick.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/spec_webrick.rb b/test/spec_webrick.rb
index 469ae62..eff6411 100644
--- a/test/spec_webrick.rb
+++ b/test/spec_webrick.rb
@@ -1,5 +1,6 @@
require 'minitest/autorun'
require 'rack/mock'
+require 'concurrent/utility/native_integer'
require 'concurrent/atomic/count_down_latch'
require File.expand_path('../testrequest', __FILE__)

@ -5,20 +5,16 @@
%{!?_with_bootstrap: %global bootstrap 0} %{!?_with_bootstrap: %global bootstrap 0}
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.1 Version: 2.0.3
# Introduce Epoch (related to bug 552972) # Introduce Epoch (related to bug 552972)
Epoch: 1 Epoch: 1
Release: 3%{?dist} Release: 1%{?dist}
Summary: A modular Ruby webserver interface Summary: A modular Ruby webserver interface
Group: Development/Languages Group: Development/Languages
# lib/rack/show{status,exceptions}.rb contains snippets from Django under BSD license. # lib/rack/show{status,exceptions}.rb contains snippets from Django under BSD license.
License: MIT and BSD License: MIT and BSD
URL: http://rack.github.io/ URL: http://rack.github.io/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Fix "uninitialized constant Concurrent::Utility::NativeInteger" error caused
# by updated rubygem-concurrent-ruby.
# https://github.com/rack/rack/commit/db45a93daab59ddee520890d104701bf089ccd2b
Patch0: rack-2.0.1-Resolve-undefined-constant-test-failure-by-loading-constant.patch
BuildRequires: ruby(release) BuildRequires: ruby(release)
BuildRequires: rubygems-devel BuildRequires: rubygems-devel
BuildRequires: ruby >= 2.2.2 BuildRequires: ruby >= 2.2.2
@ -52,10 +48,6 @@ Documentation for %{name}.
%setup -q -c -T %setup -q -c -T
%gem_install -n %{SOURCE0} %gem_install -n %{SOURCE0}
pushd .%{gem_instdir}
%patch0 -p1
popd
%build %build
%install %install
@ -115,6 +107,9 @@ popd
%doc %{gem_instdir}/contrib %doc %{gem_instdir}/contrib
%changelog %changelog
* Thu Jun 01 2017 Steve Traylen <steve.traylen@cern.ch> - 1:2.0.3-1
- Update to Rack 2.0.3.
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-3 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
SHA512 (rack-2.0.1.gem) = 6ad5060ce56e279eb01029a699e86ee3f3cd6fe15b282f4c38ecc095d8bdf359dee0ff3fbe699bcac0e4765da7758fa5161f3c939da71a77eaf3fe3bc79bea1d SHA512 (rack-2.0.3.gem) = c48e6681544c2f37797ee697f5c4f0d4de6008a3df2506665b52c248fca1ef7321a892dd28475e4d7b461a0b2d12112903a67e1bed7c7397742833fce85167e1

Loading…
Cancel
Save