Sync from SUSE:SLFO:Main rubygem-ruby-dbus revision 0cbff9c6c3e7dbdf723967e674485d35
This commit is contained in:
parent
4fb8b782de
commit
e8299b171f
@ -78,6 +78,7 @@
|
|||||||
BuildRequires: %{rubygem rake}
|
BuildRequires: %{rubygem rake}
|
||||||
BuildRequires: %{rubygem rspec >= 3.9}
|
BuildRequires: %{rubygem rspec >= 3.9}
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
|
BuildRequires: dbus-1-daemon
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
|
|
||||||
|
|
||||||
|
BIN
ruby-dbus-0.23.1.gem
(Stored with Git LFS)
BIN
ruby-dbus-0.23.1.gem
(Stored with Git LFS)
Binary file not shown.
BIN
ruby-dbus-0.24.0.gem
(Stored with Git LFS)
Normal file
BIN
ruby-dbus-0.24.0.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,8 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 11 02:26:54 UTC 2023 - Simon Lees <sflees@suse.de>
|
Thu Jan 2 13:45:21 UTC 2025 - Martin Vidner <mvidner@suse.com>
|
||||||
|
|
||||||
- Testsuite requires dbus-daemon and dbus-send which are now
|
- 0.24.0
|
||||||
separate packages
|
Bug fixes:
|
||||||
|
* Adapted for Ruby 3.4, which uses a single quote instead of a backtick
|
||||||
|
in exceptions (gh#mvidner/ruby-dbus#145, by Mamoru TASAKA).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 3 07:29:07 UTC 2023 - Martin Vidner <mvidner@suse.com>
|
Tue Oct 3 07:29:07 UTC 2023 - Martin Vidner <mvidner@suse.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-ruby-dbus
|
# spec file for package rubygem-ruby-dbus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-ruby-dbus
|
Name: rubygem-ruby-dbus
|
||||||
Version: 0.23.1
|
Version: 0.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name ruby-dbus
|
%define mod_name ruby-dbus
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -33,8 +33,8 @@ BuildRequires: %{rubygem nokogiri >= 1.12}
|
|||||||
BuildRequires: %{rubygem packaging_rake_tasks}
|
BuildRequires: %{rubygem packaging_rake_tasks}
|
||||||
BuildRequires: %{rubygem rake}
|
BuildRequires: %{rubygem rake}
|
||||||
BuildRequires: %{rubygem rspec >= 3.9}
|
BuildRequires: %{rubygem rspec >= 3.9}
|
||||||
|
BuildRequires: dbus-1
|
||||||
BuildRequires: dbus-1-daemon
|
BuildRequires: dbus-1-daemon
|
||||||
BuildRequires: dbus-1-tools
|
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
# /MANUAL
|
# /MANUAL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user