commit rubygem-sinatra for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2020-10-05 19:33:51

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new.4249 (New)


Package is "rubygem-sinatra"

Mon Oct  5 19:33:51 2020 rev:10 rq:838082 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2020-03-09 11:41:19.109289508 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sinatra.new.4249/rubygem-sinatra.changes
2020-10-05 19:33:51.701243363 +0200
@@ -1,0 +2,41 @@
+Fri Sep 25 14:57:26 UTC 2020 - Stephan Kulow 
+
+updated to version 2.1.0
+ see installed CHANGELOG.md
+
+  ## 2.1.0 / 2020-09-05
+  
+  * Fix additional Ruby 2.7 keyword warnings 
[#1586](https://github.com/sinatra/sinatra/pull/1586) by Stefan Sundin
+  
+  * Drop Ruby 2.2 support 
[#1455](https://github.com/sinatra/sinatra/pull/1455) by Eloy Pérez
+  
+  * Add Rack::Protection::ReferrerPolicy 
[#1291](https://github.com/sinatra/sinatra/pull/1291) by Stefan Sundin
+  
+  * Add `default_content_type` setting. Fixes 
[#1238](https://github.com/sinatra/sinatra/pull/1238) 
[#1239](https://github.com/sinatra/sinatra/pull/1239) by Mike Pastore
+  
+  * Allow `set :` in sinatra-namespace 
[#1255](https://github.com/sinatra/sinatra/pull/1255) by Christian Höppner
+  
+  * Use prepend instead of include for helpers. Fixes 
[#1213](https://github.com/sinatra/sinatra/pull/1213) 
[#1214](https://github.com/sinatra/sinatra/pull/1214) by Mike Pastore
+  
+  * Fix issue with passed routes and provides Fixes 
[#1095](https://github.com/sinatra/sinatra/pull/1095) 
[#1606](https://github.com/sinatra/sinatra/pull/1606) by Mike Pastore, Jordan 
Owens
+  
+  * Add QuietLogger that excludes pathes from Rack::CommonLogger 
[1250](https://github.com/sinatra/sinatra/pull/1250) by Christoph Wagner
+  
+  * Sinatra::Contrib dependency updates. Fixes 
[#1207](https://github.com/sinatra/sinatra/pull/1207) 
[#1411](https://github.com/sinatra/sinatra/pull/1411) by Mike Pastore
+  
+  * Allow CSP to fallback to default-src. Fixes 
[#1484](https://github.com/sinatra/sinatra/pull/1484) 
[#1490](https://github.com/sinatra/sinatra/pull/1490) by Jordan Owens
+  
+  * Replace `origin_whitelist` with `permitted_origins`. Closes 
[#1620](https://github.com/sinatra/sinatra/issues/1620) 
[#1625](https://github.com/sinatra/sinatra/pull/1625) by rhymes
+  
+  * Use Rainbows instead of thin for async/stream features. Closes 
[#1624](https://github.com/sinatra/sinatra/issues/1624) 
[#1627](https://github.com/sinatra/sinatra/pull/1627) by Ryuichi KAWAMATA
+  
+  * Enable EscapedParams if passed via settings. Closes 
[#1615](https://github.com/sinatra/sinatra/issues/1615) 
[#1632](https://github.com/sinatra/sinatra/issues/1632) by Anders Bälter
+  
+  * Support for parameters in mime types. Fixes 
[#1141](https://github.com/sinatra/sinatra/issues/1141) by John Hope
+  
+  * Handle null byte when serving static files 
[#1574](https://github.com/sinatra/sinatra/issues/1574) by Kush Fanikiso
+  
+  * Improve development support and documentation and source code by Olle 
Jonsson, Pierre-Adrien Buisson, Shota Iguchi
+  
+
+---

Old:

  sinatra-2.0.8.1.gem

New:

  sinatra-2.1.0.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.y8Cd6c/_old  2020-10-05 19:33:52.273243922 +0200
+++ /var/tmp/diff_new_pack.y8Cd6c/_new  2020-10-05 19:33:52.277243926 +0200
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.8.1
+Version:2.1.0
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.0}
+BuildRequires:  %{ruby >= 2.3.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ sinatra-2.0.8.1.gem -> sinatra-2.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2020-01-01 21:02:13.0 +0100
+++ new/CHANGELOG.md2020-09-04 20:46:28.0 +0200
@@ -1,3 +1,37 @@
+## 2.1.0 / 2020-09-05
+
+* Fix additional Ruby 2.7 keyword warnings 
[#1586](https://github.com/sinatra/sinatra/pull/1586) by Stefan Sundin
+
+* Drop Ruby 2.2 support [#1455](https://github.com/sinatra/sinatra/pull/1455) 
by Eloy Pérez
+
+* Add Rack::Protection::ReferrerPolicy 
[#1291](https://github.com/sinatra/sinatra/pull/1291) by Stefan Sundin
+
+* Add `default_content_type` setting. Fixes 

commit rubygem-sinatra for openSUSE:Factory

2020-03-09 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2020-03-09 11:41:14

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new.26092 (New)


Package is "rubygem-sinatra"

Mon Mar  9 11:41:14 2020 rev:9 rq:773852 version:2.0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2019-03-10 09:39:33.516116135 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sinatra.new.26092/rubygem-sinatra.changes   
2020-03-09 11:41:19.109289508 +0100
@@ -1,0 +2,46 @@
+Mon Feb 10 15:50:22 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.0.8.1
+ see installed CHANGELOG.md
+
+  ## 2.0.8.1 / 2020-01-02
+  
+  * Allow multiple hashes to be passed in `merge` and `merge!` for 
`Sinatra::IndifferentHash` 
[#1572](https://github.com/sinatra/sinatra/pull/1572) by Shota Iguchi
+  
+  ## 2.0.8 / 2020-01-01
+  
+  * Lookup Tilt class for template engine without loading files 
[#1558](https://github.com/sinatra/sinatra/pull/1558). Fixes 
[#1172](https://github.com/sinatra/sinatra/issues/1172) by Jordan Owens
+  
+  * Add request info in NotFound exception 
[#1566](https://github.com/sinatra/sinatra/pull/1566) by Stefan Sundin
+  
+  * Add `.yaml` support in `Sinatra::Contrib::ConfigFile` 
[#1564](https://github.com/sinatra/sinatra/issues/1564). Fixes 
[#1563](https://github.com/sinatra/sinatra/issues/1563) by Emerson Manabu Araki
+  
+  * Remove only routing parameters from @params hash 
[#1569](https://github.com/sinatra/sinatra/pull/1569). Fixes 
[#1567](https://github.com/sinatra/sinatra/issues/1567) by Jordan Owens, Horacio
+  
+  * Support `capture` and `content_for` with Hamlit 
[#1580](https://github.com/sinatra/sinatra/pull/1580) by Takashi Kokubun
+  
+  * Eliminate warnings of keyword parameter for Ruby 2.7.0 
[#1581](https://github.com/sinatra/sinatra/pull/1581) by Osamtimizer
+  
+  ## 2.0.7 / 2019-08-22
+  
+  * Fix a regression [#1560](https://github.com/sinatra/sinatra/pull/1560) by 
Kunpei Sakai
+  
+  ## 2.0.6 / 2019-08-21
+  
+  * Fix an issue setting environment from command line option 
[#1547](https://github.com/sinatra/sinatra/pull/1547), 
[#1554](https://github.com/sinatra/sinatra/pull/1554) by Jordan Owens, Kunpei 
Sakai
+  
+  * Support pandoc as a new markdown renderer 
[#1533](https://github.com/sinatra/sinatra/pull/1533) by Vasiliy
+  
+  * Remove outdated code for tilt 1.x 
[#1532](https://github.com/sinatra/sinatra/pull/1532) by Vasiliy
+  
+  * Remove an extra logic for `force_encoding` 
[#1527](https://github.com/sinatra/sinatra/pull/1527) by Jordan Owens
+  
+  * Avoid multiple errors even if `params` contains special values 
[#1526](https://github.com/sinatra/sinatra/pull/1527) by Kunpei Sakai
+  
+  * Support `bundler/inline` with `require 'sinatra'` integration 
[#1520](https://github.com/sinatra/sinatra/pull/1520) by Kunpei Sakai
+  
+  * Avoid `TypeError` when params contain a key without a value on Ruby < 2.4 
[#1516](https://github.com/sinatra/sinatra/pull/1516) by Samuel Giddins
+  
+  * Improve development support and documentation and source code by  Olle 
Jonsson, Basavanagowda Kanur, Yuki MINAMIYA
+
+---

Old:

  sinatra-2.0.5.gem

New:

  sinatra-2.0.8.1.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.iGm4Z6/_old  2020-03-09 11:41:22.441291311 +0100
+++ /var/tmp/diff_new_pack.iGm4Z6/_new  2020-03-09 11:41:22.445291314 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.5
+Version:2.0.8.1
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-Url:http://sinatrarb.com/
+URL:http://sinatrarb.com/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Classy web-development dressed in a DSL

++ sinatra-2.0.5.gem -> sinatra-2.0.8.1.gem ++
 3794 lines of diff (skipped)




commit rubygem-sinatra for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2019-03-10 09:39:31

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new.28833 (New)


Package is "rubygem-sinatra"

Sun Mar 10 09:39:31 2019 rev:8 rq:682736 version:2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2019-01-21 10:54:37.631708906 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sinatra.new.28833/rubygem-sinatra.changes   
2019-03-10 09:39:33.516116135 +0100
@@ -1,0 +2,28 @@
+Sat Mar  2 15:39:09 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.5
+ see installed CHANGELOG.md
+
+  ## 2.0.5 / 2018-12-22
+  
+  * Avoid FrozenError when params contains frozen value 
[#1506](https://github.com/sinatra/sinatra/pull/1506) by Kunpei Sakai
+  
+  * Add support for Erubi 
[#1494](https://github.com/sinatra/sinatra/pull/1494) by @tkmru
+  
+  * `IndifferentHash` monkeypatch warning improvements 
[#1477](https://github.com/sinatra/sinatra/pull/1477) by Mike Pastore
+  
+  * Improve development support and documentation and source code by Anusree 
Prakash, Jordan Owens, @ceclinux and @krororo.
+  
+  ### sinatra-contrib
+  
+  * Add `flush` option to `content_for` 
[#1225](https://github.com/sinatra/sinatra/pull/1225) by Shota Iguchi
+  
+  * Drop activesupport dependency from sinatra-contrib 
[#1448](https://github.com/sinatra/sinatra/pull/1448)
+  
+  * Update `yield_content` to append default to ERB template buffer 
[#1500](https://github.com/sinatra/sinatra/pull/1500) by Jordan Owens
+  
+  ### rack-protection
+  
+  * Don't track the Accept-Language header by default 
[#1504](https://github.com/sinatra/sinatra/pull/1504) by Artem Chistyakov
+
+---

Old:

  sinatra-2.0.4.gem

New:

  sinatra-2.0.5.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.8UC7tD/_old  2019-03-10 09:39:34.104115995 +0100
+++ /var/tmp/diff_new_pack.8UC7tD/_new  2019-03-10 09:39:34.104115995 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.4
+Version:2.0.5
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}

++ sinatra-2.0.4.gem -> sinatra-2.0.5.gem ++
 3512 lines of diff (skipped)




commit rubygem-sinatra for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2019-01-21 10:54:14

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new.28833 (New)


Package is "rubygem-sinatra"

Mon Jan 21 10:54:14 2019 rev:7 rq:666100 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2018-06-02 12:14:59.357737584 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sinatra.new.28833/rubygem-sinatra.changes   
2019-01-21 10:54:37.631708906 +0100
@@ -1,0 +2,50 @@
+Mon Jan 14 12:21:44 UTC 2019 - Tim Hardeck 
+
+- removed CVE-2018-11627.patch because it is merged since version 2.0.2
+- updated to version 2.0.4
+ see installed CHANGELOG.md
+
+  ## 2.0.4 / 2018-09-15
+
+  * Don't blow up when passing frozen string to `send_file` disposition 
[#1137](https://github.com/sinatra/sinatra/pull/1137) by Andrew Selder
+
+  * Fix ubygems LoadError 
[#1436](https://github.com/sinatra/sinatra/pull/1436) by Pavel Rosický
+
+  * Unescape regex captures 
[#1446](https://github.com/sinatra/sinatra/pull/1446) by Jordan Owens
+
+  * Slight performance improvements for IndifferentHash 
[#1427](https://github.com/sinatra/sinatra/pull/1427) by Mike Pastore
+
+  * Improve development support and documentation and source code by Will 
Yang, Jake Craige, Grey Baker and Guilherme Goettems Schneider
+
+---
+Sat Jul 14 12:15:32 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.3
+ see installed CHANGELOG.md
+
+  ## 2.0.3 / 2018-06-09
+  
+  * Fix the backports gem regression 
[#1442](ttps://github.com/sinatra/sinatra/issues/1442) by Marc-André Lafortune
+  
+  ## 2.0.2 / 2018-06-05
+  
+  * Escape invalid query parameters 
[#1432](https://github.com/sinatra/sinatra/issues/1432) by Kunpei Sakai
+* The patch fixes 
[CVE-2018-11627](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11627).
+  
+  * Fix undefined method error for `Sinatra::RequiredParams` with hash key 
[#1431](https://github.com/sinatra/sinatra/issues/1431) by Arpit Chauhan
+  
+  * Add xml content-types to valid html_types for Rack::Protection 
[#1413](https://github.com/sinatra/sinatra/issues/1413) by Reenan Arbitrario
+  
+  * Encode route parameters using :default_encoding setting 
[#1412](https://github.com/sinatra/sinatra/issues/1412) by Brian m. Carlson
+  
+  * Fix unpredictable behaviour from Sinatra::ConfigFile 
[#1244](https://github.com/sinatra/sinatra/issues/1244) by John Hope
+  
+  * Add Sinatra::IndifferentHash#slice 
[#1405](https://github.com/sinatra/sinatra/issues/1405) by Shota Iguchi
+  
+  * Remove status code 205 from drop body response 
[#1398](https://github.com/sinatra/sinatra/issues/1398) by Shota Iguchi
+  
+  * Ignore empty captures from params 
[#1390](https://github.com/sinatra/sinatra/issues/1390) by Shota Iguchi
+  
+  * Improve development support and documentation and source code by Zp Yuan, 
Andreas Finger, Olle Jonsson, Shota Iguchi, Nikita Bulai and Joshua O'Brien
+
+---

Old:

  CVE-2018-11627.patch
  sinatra-2.0.1.gem

New:

  sinatra-2.0.4.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.G1lqHK/_old  2019-01-21 10:54:39.839706245 +0100
+++ /var/tmp/diff_new_pack.G1lqHK/_new  2019-01-21 10:54:39.843706240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.1
+Version:2.0.4
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
@@ -33,12 +33,9 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-Url:http://www.sinatrarb.com/
+Url:http://sinatrarb.com/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-# MANUAL
-Patch0: CVE-2018-11627.patch
-# /MANUAL
 Summary:Classy web-development dressed in a DSL
 License:MIT
 Group:  

commit rubygem-sinatra for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2018-06-02 12:14:41

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new (New)


Package is "rubygem-sinatra"

Sat Jun  2 12:14:41 2018 rev:6 rq:613467 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2018-02-22 15:03:13.208333076 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2018-06-02 12:14:59.357737584 +0200
@@ -1,0 +2,6 @@
+Fri Jun  1 11:16:24 UTC 2018 - kbabi...@suse.com
+
+- Added CVE-2018-11627.patch: Fixed an XSS issue in base.rb via 400
+  Bad Request page (bsc#1095529 CVE-2018-11627)
+
+---

New:

  CVE-2018-11627.patch



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.oNADPe/_old  2018-06-02 12:15:00.829683594 +0200
+++ /var/tmp/diff_new_pack.oNADPe/_new  2018-06-02 12:15:00.833683447 +0200
@@ -36,6 +36,9 @@
 Url:http://www.sinatrarb.com/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
+# MANUAL
+Patch0: CVE-2018-11627.patch
+# /MANUAL
 Summary:Classy web-development dressed in a DSL
 License:MIT
 Group:  Development/Languages/Ruby
@@ -45,6 +48,10 @@
 effort.
 
 %prep
+%gem_unpack
+%patch0 -p1
+find -type f -print0 | xargs -0 touch -r %{S:0}
+%gem_build
 
 %build
 

++ CVE-2018-11627.patch ++
>From 12786867d6faaceaec62c7c2cb5b0e2dc074d71a Mon Sep 17 00:00:00 2001
From: Kunpei Sakai 
Date: Thu, 31 May 2018 01:05:27 +0900
Subject: [PATCH] escape invalid query params, fixes #1428

---
 lib/sinatra/base.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb
index 6843b4d37..727078d81 100644
--- a/lib/sinatra/base.rb
+++ b/lib/sinatra/base.rb
@@ -78,7 +78,7 @@ def unlink?
 def params
   super
 rescue Rack::Utils::ParameterTypeError, Rack::Utils::InvalidParameterError 
=> e
-  raise BadRequest, "Invalid query parameters: #{e.message}"
+  raise BadRequest, "Invalid query parameters: 
#{Rack::Utils.escape_html(e.message)}"
 end
 
 private
++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.oNADPe/_old  2018-06-02 12:15:00.897681099 +0200
+++ /var/tmp/diff_new_pack.oNADPe/_new  2018-06-02 12:15:00.897681099 +0200
@@ -19,8 +19,8 @@
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
-# :patches:
-#   foo.patch: -p1
+:patches:
+  CVE-2018-11627.patch: -p1
 #   bar.patch: 
 # ## used by gem2rpm
 :sources:




commit rubygem-sinatra for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2018-02-22 15:03:11

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new (New)


Package is "rubygem-sinatra"

Thu Feb 22 15:03:11 2018 rev:5 rq:578937 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2017-06-08 15:00:26.260747061 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2018-02-22 15:03:13.208333076 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 15:33:26 UTC 2018 - thard...@suse.com
+
+- update to version 2.0.1 
+ see installed CHANGELOG.md
+
+---

Old:

  sinatra-2.0.0.gem

New:

  sinatra-2.0.1.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.bw5alv/_old  2018-02-22 15:03:14.688279839 +0100
+++ /var/tmp/diff_new_pack.bw5alv/_new  2018-02-22 15:03:14.692279695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.0
+Version:2.0.1
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.sinatrarb.com/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Classy web-development dressed in a DSL
 License:MIT

++ sinatra-2.0.0.gem -> sinatra-2.0.1.gem ++
 4265 lines of diff (skipped)




commit rubygem-sinatra for openSUSE:Factory

2017-06-08 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2017-06-08 15:00:26

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new (New)


Package is "rubygem-sinatra"

Thu Jun  8 15:00:26 2017 rev:4 rq:497680 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2017-04-11 09:31:35.676084058 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2017-06-08 15:00:26.260747061 +0200
@@ -1,0 +2,6 @@
+Tue May 23 10:21:57 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.0
+ see installed CHANGELOG.md
+
+---

Old:

  sinatra-1.4.8.gem

New:

  sinatra-2.0.0.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.OM6ypb/_old  2017-06-08 15:00:27.352592967 +0200
+++ /var/tmp/diff_new_pack.OM6ypb/_new  2017-06-08 15:00:27.356592403 +0200
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-sinatra
-Version:1.4.8
+Version:2.0.0
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.sinatrarb.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ sinatra-1.4.8.gem -> sinatra-2.0.0.gem ++
 16122 lines of diff (skipped)




commit rubygem-sinatra for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2017-04-11 09:31:33

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new (New)


Package is "rubygem-sinatra"

Tue Apr 11 09:31:33 2017 rev:3 rq:456607 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2016-03-01 09:40:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2017-04-11 09:31:35.676084058 +0200
@@ -1,0 +2,6 @@
+Mon Jan 30 05:47:50 UTC 2017 - co...@suse.com
+
+- updated to version 1.4.8
+ see installed CHANGELOG.md
+
+---

Old:

  sinatra-1.4.7.gem

New:

  sinatra-1.4.8.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.oPQy1Q/_old  2017-04-11 09:31:37.343848516 +0200
+++ /var/tmp/diff_new_pack.oPQy1Q/_new  2017-04-11 09:31:37.343848516 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:1.4.7
+Version:1.4.8
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}

++ sinatra-1.4.7.gem -> sinatra-1.4.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-01-24 13:26:12.0 +0100
+++ new/Gemfile 2017-01-30 04:27:55.0 +0100
@@ -10,59 +10,62 @@
 source 'https://rubygems.org' unless ENV['QUICK']
 gemspec
 
-gem 'rake'
+gem 'rake', '~> 10.0'
 gem 'rack-test', '>= 0.6.2'
 gem "minitest", "~> 5.0"
 
-# Allows stuff like `tilt=1.2.2 bundle install` or `tilt=master ...`.
-# Used by the CI.
-repos  = {'tilt' => "rtomayko/tilt", 'rack' => "rack/rack"}
-
-%w[tilt rack].each do |lib|
-  dep = case ENV[lib]
-when 'stable', nil then nil
-when /(\d+\.)+\d+/ then "~> " + ENV[lib].sub("#{lib}-", '')
-else {:github => repos[lib], :branch => dep}
-end
-  gem lib, dep
-end
-
 if RUBY_ENGINE == 'jruby'
   gem 'nokogiri', '!= 1.5.0'
   gem 'jruby-openssl'
   gem 'trinidad'
 end
 
-if RUBY_ENGINE == "ruby" and RUBY_VERSION > '1.9.2'
-  gem 'less', '~> 2.0'
-  gem 'therubyracer'
-  gem 'redcarpet'
-  gem 'wlang', '>= 2.0.1'
-  gem 'bluecloth'
-  gem 'rdiscount'
-  gem 'RedCloth'
-  gem 'puma'
-  gem 'net-http-server'
-  gem 'yajl-ruby'
-  gem 'nokogiri'
-  gem 'thin'
-  gem 'slim', '~> 2.0'
-  gem 'coffee-script', '>= 2.0'
-  gem 'rdoc'
-  gem 'kramdown'
-  gem 'maruku'
-  gem 'creole'
-  gem 'wikicloth'
-  gem 'markaby'
-  gem 'radius'
-  gem 'asciidoctor'
-  gem 'liquid'
-  gem 'stylus'
-  gem 'rabl'
-  gem 'builder'
-  gem 'erubis'
-  gem 'haml', '>= 3.0'
-  gem 'sass'
+if RUBY_VERSION < '1.9.3'
+  gem 'activesupport', '~> 3.2'
+  gem 'i18n', '~> 0.6.0'
+else
+  gem 'activesupport', '~> 4.2'
+end
+
+if RUBY_ENGINE == "ruby"
+  if RUBY_VERSION > '1.9.2'
+gem 'less', '~> 2.0'
+gem 'therubyracer'
+gem 'redcarpet'
+gem 'wlang', '>= 2.0.1'
+gem 'bluecloth'
+gem 'rdiscount'
+gem 'RedCloth'
+gem 'puma'
+gem 'net-http-server'
+gem 'yajl-ruby'
+gem 'thin'
+gem 'slim', '~> 2.0'
+gem 'coffee-script', '>= 2.0'
+gem 'rdoc'
+gem 'kramdown'
+gem 'maruku'
+gem 'creole'
+gem 'wikicloth'
+gem 'markaby'
+gem 'radius'
+gem 'asciidoctor'
+gem 'liquid', '~> 3.0'
+gem 'stylus'
+gem 'rabl'
+gem 'builder'
+gem 'erubis'
+gem 'haml', '>= 3.0'
+gem 'sass'
+
+if RUBY_VERSION < '2.1.0'
+  gem 'nokogiri', '~> 1.6.8'
+else
+  gem 'nokogiri', '~> 1.7.0'
+end
+  else
+gem 'nokogiri', '~> 1.5.11'
+  end
 end
 
 if RUBY_ENGINE == "rbx"
@@ -72,5 +75,5 @@
 end
 
 platforms :ruby_18, :jruby do
-  gem 'json' unless RUBY_VERSION > '1.9' # is there a jruby but 1.8 only 
selector?
+  gem 'json', '~> 1.8' unless RUBY_VERSION > '1.9' # is there a jruby but 1.8 
only selector?
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sinatra/base.rb new/lib/sinatra/base.rb
--- old/lib/sinatra/base.rb 2016-01-24 13:26:13.0 +0100
+++ new/lib/sinatra/base.rb 2017-01-30 04:27:55.0 +0100
@@ -1065,8 +1065,8 @@
 # Run the block with 'throw 

commit rubygem-sinatra for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2016-03-01 09:40:37

Comparing /work/SRC/openSUSE:Factory/rubygem-sinatra (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sinatra.new (New)


Package is "rubygem-sinatra"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2015-09-19 11:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2016-03-01 09:40:41.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 25 05:54:06 UTC 2016 - co...@suse.com
+
+- updated to version 1.4.7
+ CHANGES removed upstream
+
+---

Old:

  sinatra-1.4.6.gem

New:

  sinatra-1.4.7.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.Mcd8hV/_old  2016-03-01 09:40:43.0 +0100
+++ /var/tmp/diff_new_pack.Mcd8hV/_new  2016-03-01 09:40:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:1.4.6
+Version:1.4.7
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
@@ -50,7 +50,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGES LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ sinatra-1.4.6.gem -> sinatra-1.4.7.gem ++
 17354 lines of diff (skipped)