#2 Update to rack 2.0.7
Merged 4 years ago by pvalena. Opened 4 years ago by pvalena.
rpms/ pvalena/rubygem-rack rebase  into  master

file modified
+7 -4
@@ -1,13 +1,13 @@ 

  %global gem_name rack

  

  # There is circular dependency between thin and rack.

- %{?_with_bootstrap: %global bootstrap 1}

+ %bcond_with bootstrap

  

  Name: rubygem-%{gem_name}

- Version: 2.0.6

+ Version: 2.0.7

  # Introduce Epoch (related to bug 552972)

  Epoch:  1

- Release: 4%{?dist}

+ Release: 1%{?dist}

  Summary: A modular Ruby webserver interface

  # lib/rack/show_{status,exceptions}.rb contains snippets from Django under BSD license.

  License: MIT and BSD
@@ -20,7 +20,7 @@ 

  BuildRequires: memcached

  BuildRequires: rubygem(memcache-client)

  BuildRequires: rubygem(minitest)

- %if ! 0%{?bootstrap}

+ %if ! %{with bootstrap}

  BuildRequires: rubygem(thin)

  %endif

  BuildArch: noarch
@@ -124,6 +124,9 @@ 

  %doc %{gem_instdir}/contrib

  

  %changelog

+ * Wed Jul 24 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.7-1

+ - Update to Rack 2.0.7.

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.6-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (rack-2.0.6.gem) = f1b93bbd16b7e44423c0977444183d9685e3c82e806304f304620731e5b4590920dcc363026277aa4b9ee0a2151c54570be341dcb9265517c7315ca4a504ef22

+ SHA512 (rack-2.0.7.gem) = caefa4c3b6a76dd3f57f229fa0a6b0e1d84b7e9a029c6b473695b44467ae1400d098132b206092cd900e636af6d734117fba02ec21a90500f7fab8aa9dd84cd2

also use bcond_with for bootstrap.


To have latest Rack in Fedora.

Up-to-date scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=36473048

Copr build:
https://copr.fedorainfracloud.org/coprs/build/977779

Checks:

  • Dependent packages: ok
  • Tests run: ok
  • Smoke test: ok
  • rpmlint: ok

Actually I think this does not pull thin it into buildrequires.

rebased onto 416ede8

4 years ago

Pull-Request has been merged by pvalena

4 years ago