Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-ruby-dbus for
openSUSE:Factory checked in at 2022-03-24 22:56:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-ruby-dbus (Old)
and /work/SRC/openSUSE:Factory/.rubygem-ruby-dbus.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-ruby-dbus"
Thu Mar 24 22:56:55 2022 rev:23 rq:963982 version:0.18.0.beta1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-ruby-dbus/rubygem-ruby-dbus.changes
2021-01-25 18:22:46.136355880 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-ruby-dbus.new.1900/rubygem-ruby-dbus.changes
2022-03-24 22:57:01.740193850 +0100
@@ -1,0 +2,28 @@
+Thu Feb 24 09:48:24 UTC 2022 - Martin Vidner <[email protected]>
+
+- 0.18.0.beta1
+ API:
+ * D-Bus structs have been passed as Ruby arrays. Now these arrays
+ are frozen.
+ * Ruby structs can be used as D-Bus structs.
+ Bug fixes:
+ * Returning the value for o.fd.DBus.Properties.Get, use the
+ specific property signature, not the generic Variant
+ (gh#mvidner/ruby-dbus#97).
+
+-------------------------------------------------------------------
+Fri Feb 11 18:56:31 UTC 2022 - Martin Vidner <[email protected]>
+
+- 0.17.0
+ API:
+ * Export properties with `dbus_attr_accessor`, `dbus_reader` etc.
+ (gh#mvidner/ruby-dbus#86).
+ Bug fixes:
+ * Depend on rexml which is separate since Ruby 3.0
+ (gh#mvidner/ruby-dbus#87, by Toshiaki Asai).
+ Nokogiri is faster but bigger so it remains optional.
+ * Fix connection in case ~/.dbus-keyrings has multiple cookies, showing
+ as "Oops: undefined method `zero?' for nil:NilClass".
+ * Add the missing name to the root introspection node.
+
+-------------------------------------------------------------------
Old:
----
ruby-dbus-0.16.0.gem
New:
----
ruby-dbus-0.18.0.beta1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-ruby-dbus.spec ++++++
--- /var/tmp/diff_new_pack.tQjXIp/_old 2022-03-24 22:57:02.356194456 +0100
+++ /var/tmp/diff_new_pack.tQjXIp/_new 2022-03-24 22:57:02.364194463 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-ruby-dbus
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,20 +24,20 @@
#
Name: rubygem-ruby-dbus
-Version: 0.16.0
+Version: 0.18.0.beta1
Release: 0
%define mod_name ruby-dbus
%define mod_full_name %{mod_name}-%{version}
# MANUAL
-BuildRequires: %{rubygem nokogiri >= 1.10.4}
+BuildRequires: %{rubygem nokogiri >= 1.12}
BuildRequires: %{rubygem packaging_rake_tasks}
BuildRequires: %{rubygem rake}
-BuildRequires: %{rubygem rspec}
+BuildRequires: %{rubygem rspec >= 3.9}
BuildRequires: dbus-1
BuildRequires: netcfg
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{ruby >= 2.0.0}
+BuildRequires: %{ruby >= 2.4.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://github.com/mvidner/ruby-dbus
++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.tQjXIp/_old 2022-03-24 22:57:02.408194507 +0100
+++ /var/tmp/diff_new_pack.tQjXIp/_new 2022-03-24 22:57:02.412194511 +0100
@@ -73,10 +73,10 @@
Provides: ruby-dbus = %{version}
Obsoletes: ruby-dbus < %{version}
:preamble: |-
- BuildRequires: %{rubygem nokogiri >= 1.10.4}
+ BuildRequires: %{rubygem nokogiri >= 1.12}
BuildRequires: %{rubygem packaging_rake_tasks}
BuildRequires: %{rubygem rake}
- BuildRequires: %{rubygem rspec}
+ BuildRequires: %{rubygem rspec >= 3.9}
BuildRequires: dbus-1
BuildRequires: netcfg