Hello community,
here is the log from the commit of package rubygem-rubyzip for openSUSE:Factory
checked in at 2020-03-17 13:09:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubyzip (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rubyzip.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rubyzip"
Tue Mar 17 13:09:51 2020 rev:18 rq:785649 version:2.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubyzip/rubygem-rubyzip.changes
2020-02-28 15:21:54.785962970 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-rubyzip.new.3160/rubygem-rubyzip.changes
2020-03-17 13:09:59.097791578 +0100
@@ -1,0 +2,20 @@
+Mon Mar 16 12:06:26 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 2.3.0
+
+ * Fix frozen string literal error
+ [#431](https://github.com/rubyzip/rubyzip/pull/431)
+ * Set `OutputStream.write_buffer`'s buffer to binmode
+ [#439](https://github.com/rubyzip/rubyzip/pull/439)
+ * Upgrade rubocop and fix various linting complaints
+ [#437](https://github.com/rubyzip/rubyzip/pull/437)
+ * [#440](https://github.com/rubyzip/rubyzip/pull/440)
+
+ Tooling:
+
+ * Add a `bin/console` script for development
+ [#420](https://github.com/rubyzip/rubyzip/pull/420)
+ * Update rake requirement (development dependency only) to fix a security
+ alert.
+
+-------------------------------------------------------------------
Old:
----
rubyzip-2.2.0.gem
New:
----
rubyzip-2.3.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rubyzip.spec ++++++
--- /var/tmp/diff_new_pack.uxDguM/_old 2020-03-17 13:10:00.317792514 +0100
+++ /var/tmp/diff_new_pack.uxDguM/_new 2020-03-17 13:10:00.321792518 +0100
@@ -16,28 +16,26 @@
#
+%define mod_name rubyzip
+%define mod_full_name %{mod_name}-%{version}
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
-
Name: rubygem-rubyzip
-Version: 2.2.0
+Version: 2.3.0
Release: 0
-%define mod_name rubyzip
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{ruby >= 2.4}
-BuildRequires: %{rubygem gem2rpm}
-BuildRequires: ruby-macros >= 5
-URL: http://github.com/rubyzip/rubyzip
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1: gem2rpm.yml
Summary: Ruby module for reading and writing zip files
License: BSD-2-Clause
Group: Development/Languages/Ruby
+URL: https://github.com/rubyzip/rubyzip
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1: gem2rpm.yml
+BuildRequires: %{ruby >= 2.4}
+BuildRequires: %{rubygem gem2rpm}
+BuildRequires: ruby-macros >= 5
%description
rubyzip is a ruby module for reading and writing zip files.
++++++ rubyzip-2.2.0.gem -> rubyzip-2.3.0.gem ++++++
++++ 2339 lines of diff (skipped)