Hello community,
here is the log from the commit of package rubygem-amq-protocol for
openSUSE:Factory checked in at 2018-01-17 21:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-amq-protocol (Old)
and /work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-amq-protocol"
Wed Jan 17 21:58:12 2018 rev:16 rq:566460 version:2.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-amq-protocol/rubygem-amq-protocol.changes
2017-06-08 14:59:50.425804504 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-amq-protocol.new/rubygem-amq-protocol.changes
2018-01-17 21:59:23.624169549 +0100
@@ -1,0 +2,14 @@
+Tue Jan 9 10:40:08 UTC 2018 - [email protected]
+
+- updated to version 2.3.0
+ see installed ChangeLog.md
+
+ ## Changes between 2.2.0 and 2.3.0
+
+ ### Support for Additional URI Query Parameters
+
+ GitHub issue: #67, #68, #69.
+
+ Contributed by Andrew Babichev.
+
+-------------------------------------------------------------------
Old:
----
amq-protocol-2.2.0.gem
New:
----
amq-protocol-2.3.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-amq-protocol.spec ++++++
--- /var/tmp/diff_new_pack.m28OT5/_old 2018-01-17 21:59:24.188143114 +0100
+++ /var/tmp/diff_new_pack.m28OT5/_new 2018-01-17 21:59:24.192142927 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-amq-protocol
#
-# 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,16 +24,22 @@
#
Name: rubygem-amq-protocol
-Version: 2.2.0
+Version: 2.3.0
Release: 0
%define mod_name amq-protocol
%define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+%define rb_build_versions ruby22
+%define rb_default_ruby_abi ruby:2.2.0
+%endif
+# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{ruby >= 2.0}
+BuildRequires: %{ruby >= 2.2}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: http://github.com/ruby-amqp/amq-protocol
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: AMQP 0.9.1 encoding & decoding library
License: MIT
++++++ amq-protocol-2.2.0.gem -> amq-protocol-2.3.0.gem ++++++
++++ 1774 lines of diff (skipped)
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.m28OT5/_old 2018-01-17 21:59:24.300137865 +0100
+++ /var/tmp/diff_new_pack.m28OT5/_new 2018-01-17 21:59:24.304137677 +0100
@@ -15,6 +15,11 @@
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
+:preamble: |-
+ %if 0%{?suse_version} && 0%{?suse_version} < 1330
+ %define rb_build_versions ruby22
+ %define rb_default_ruby_abi ruby:2.2.0
+ %endif
# :preamble: |-
# BuildRequires: foobar
# Requires: foobar