- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
c3f7e03532
commit
98cb91e9d9
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ab15ee915c49a48aca1c4c788fe7a458aa77410e814c17024b62440d703e11e
|
||||
size 74240
|
||||
3
ruby-dbus-0.17.0.gem
Normal file
3
ruby-dbus-0.17.0.gem
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8da6e8a32b5c1671dc403a672e22546729fd249ec306404a08c0f919fb828f
|
||||
size 78336
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 18:56:31 UTC 2022 - Martin Vidner <mvidner@suse.com>
|
||||
|
||||
- 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 <mvidner@suse.com>
|
||||
|
||||
|
||||
@@ -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.17.0
|
||||
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.1.0}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
URL: https://github.com/mvidner/ruby-dbus
|
||||
|
||||
Reference in New Issue
Block a user