File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## Ruby D-Bus 0.24.0 - 2025-01-02
6+
7+ Bug fixes:
8+ * Adapted for Ruby 3.4, which uses a single quote instead of a backtick
9+ in exceptions ([ #145 ] [ ] , by Mamoru TASAKA).
10+
11+ [ #145 ] : https://github.com/mvidner/ruby-dbus/pull/145
12+
513## Ruby D-Bus 0.23.1 - 2023-10-03
614
715API:
Original file line number Diff line number Diff line change 1- 0.23.1
1+ 0.24.0
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Jan 2 13:45:21 UTC 2025 - Martin Vidner <mvidner@suse.com>
3+
4+ - 0.24.0
5+ Bug fixes:
6+ * Adapted for Ruby 3.4, which uses a single quote instead of a backtick
7+ in exceptions (gh#mvidner/ruby-dbus#145, by Mamoru TASAKA).
8+
19-------------------------------------------------------------------
210Tue Oct 3 07:29:07 UTC 2023 - Martin Vidner <mvidner@suse.com>
311
Original file line number Diff line number Diff line change 11#
22# spec file for package rubygem-ruby-dbus
33#
4- # Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
4+ # Copyright (c) 2025 SUSE LINUX GmbH, Nuernberg, Germany.
55#
66# All modifications and additions to the file contributed by third parties
77# remain the property of their copyright owners, unless otherwise agreed
2424#
2525
2626Name: rubygem-ruby-dbus
27- Version: 0.23.1
27+ Version: 0.24.0
2828Release: 0
2929%define mod_name ruby-dbus
3030%define mod_full_name %{mod_name }-%{version }
@@ -34,6 +34,7 @@ BuildRequires: %{rubygem packaging_rake_tasks}
3434BuildRequires: %{rubygem rake}
3535BuildRequires: %{rubygem rspec >= 3.9}
3636BuildRequires: dbus-1
37+ BuildRequires: dbus-1-daemon
3738BuildRequires: netcfg
3839# /MANUAL
3940BuildRoot: %{_tmppath }/%{name }-%{version }-build
You can’t perform that action at this time.
0 commit comments