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 <[email protected]>
+
+- 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 - [email protected]
+
+- 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:          Development/Languages/Ruby
@@ -48,10 +45,6 @@
 effort.
 
 %prep
-%gem_unpack
-%patch0 -p1
-find -type f -print0 | xargs -0 touch -r %{S:0}
-%gem_build
 
 %build
 

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.G1lqHK/_old  2019-01-21 10:54:39.867706211 +0100
+++ /var/tmp/diff_new_pack.G1lqHK/_new  2019-01-21 10:54:39.867706211 +0100
@@ -19,8 +19,8 @@
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
-:patches:
-  CVE-2018-11627.patch: -p1
+# :patches:
+#   foo.patch: -p1
 #   bar.patch: 
 # ## used by gem2rpm
 :sources:

++++++ sinatra-2.0.1.gem -> sinatra-2.0.4.gem ++++++
++++ 2901 lines of diff (skipped)


Reply via email to