Skip to content

Commit

Permalink
Update rubygem-ruby-dbus to version 0.18.0.beta1 / rev 23 via SR 963982
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/963982
by user mvidner + dimstar_suse
(Fix previous submissions by using the gem file from rubygems.org)

- 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).
- 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 mis
  • Loading branch information
mvidner authored and bmwiedemann committed Mar 24, 2022
1 parent 89447a7 commit a3a92c8
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 8 deletions.
Binary file modified packages/r/rubygem-ruby-dbus/.files
Binary file not shown.
30 changes: 30 additions & 0 deletions packages/r/rubygem-ruby-dbus/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,34 @@
* Fixed a conflict with activesupport 5.2 (gh#mvidner/ruby-dbus#71)</comment>
<requestid>865300</requestid>
</revision>
<revision rev="23" vrev="1">
<srcmd5>df4cfe0b80fce9397781c41fcde081c5</srcmd5>
<version>0.18.0.beta1</version>
<time>1648159015</time>
<user>dimstar_suse</user>
<comment>(Fix previous submissions by using the gem file from rubygems.org)

- 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).
- 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 &quot;Oops: undefined method `zero?' for nil:NilClass&quot;.
* Add the missing name to the root introspection node.
</comment>
<requestid>963982</requestid>
</revision>
</revisionlist>
4 changes: 2 additions & 2 deletions packages/r/rubygem-ruby-dbus/gem2rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/r/rubygem-ruby-dbus/ruby-dbus-0.16.0.gem

This file was deleted.

1 change: 1 addition & 0 deletions packages/r/rubygem-ruby-dbus/ruby-dbus-0.18.0.beta1.gem
28 changes: 28 additions & 0 deletions packages/r/rubygem-ruby-dbus/rubygem-ruby-dbus.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
-------------------------------------------------------------------
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.

-------------------------------------------------------------------
Tue Oct 15 19:08:27 UTC 2019 - Martin Vidner <[email protected]>

Expand Down
10 changes: 5 additions & 5 deletions packages/r/rubygem-ruby-dbus/rubygem-ruby-dbus.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a3a92c8

Please sign in to comment.