-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubygem-ruby-dbus to version 0.18.0.beta1 / rev 23 via SR 963982
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
1 parent
89447a7
commit a3a92c8
Showing
7 changed files
with
66 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafkreidfv5sl6lpmgaw4sivitprt5spzqigoxhzwvxmpgjohwmhdnv2264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters