Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
69894d1d80 |
@@ -73,14 +73,11 @@
|
|||||||
Provides: ruby-dbus = %{version}
|
Provides: ruby-dbus = %{version}
|
||||||
Obsoletes: ruby-dbus < %{version}
|
Obsoletes: ruby-dbus < %{version}
|
||||||
:preamble: |-
|
:preamble: |-
|
||||||
BuildRequires: %{rubygem logger}
|
|
||||||
BuildRequires: %{rubygem nokogiri >= 1.12}
|
BuildRequires: %{rubygem nokogiri >= 1.12}
|
||||||
BuildRequires: %{rubygem ostruct}
|
|
||||||
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
|
||||||
BuildRequires: dbus-1-daemon
|
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
|
|
||||||
|
|
||||||
|
BIN
ruby-dbus-0.23.1.gem
(Stored with Git LFS)
Normal file
BIN
ruby-dbus-0.23.1.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
ruby-dbus-0.25.0.gem
(Stored with Git LFS)
BIN
ruby-dbus-0.25.0.gem
(Stored with Git LFS)
Binary file not shown.
@@ -1,19 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 3 12:35:53 UTC 2025 - Martin Vidner <mvidner@suse.com>
|
Wed Oct 11 02:26:54 UTC 2023 - Simon Lees <sflees@suse.de>
|
||||||
|
|
||||||
- 0.25.0
|
- Testsuite requires dbus-daemon and dbus-send which are now
|
||||||
Bug fixes:
|
separate packages
|
||||||
* Mention qualified property name in Get or Set errors
|
|
||||||
(gh#mvidner/ruby-dbus#147).
|
|
||||||
* Fix declaring logger and ostruct gems for Ruby 3.5
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 2 13:45:21 UTC 2025 - Martin Vidner <mvidner@suse.com>
|
|
||||||
|
|
||||||
- 0.24.0
|
|
||||||
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) 2025 SUSE LLC
|
# Copyright (c) 2023 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,19 +24,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-ruby-dbus
|
Name: rubygem-ruby-dbus
|
||||||
Version: 0.25.0
|
Version: 0.23.1
|
||||||
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}
|
||||||
# MANUAL
|
# MANUAL
|
||||||
BuildRequires: %{rubygem logger}
|
|
||||||
BuildRequires: %{rubygem nokogiri >= 1.12}
|
BuildRequires: %{rubygem nokogiri >= 1.12}
|
||||||
BuildRequires: %{rubygem ostruct}
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user