Skip to content

Commit f3f157b

Browse files
committed
Releasing version 0.24.0.
1 parent e7d71e5 commit f3f157b

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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

715
API:

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.1
1+
0.24.0

package/rubygem-ruby-dbus.changes

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------
2+
Thu Jan 2 13:45:21 UTC 2025 - Martin Vidner <[email protected]>
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
-------------------------------------------------------------------
210
Tue Oct 3 07:29:07 UTC 2023 - Martin Vidner <[email protected]>
311

package/rubygem-ruby-dbus.spec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -24,7 +24,7 @@
2424
#
2525

2626
Name: rubygem-ruby-dbus
27-
Version: 0.23.1
27+
Version: 0.24.0
2828
Release: 0
2929
%define mod_name ruby-dbus
3030
%define mod_full_name %{mod_name}-%{version}
@@ -34,6 +34,7 @@ BuildRequires: %{rubygem packaging_rake_tasks}
3434
BuildRequires: %{rubygem rake}
3535
BuildRequires: %{rubygem rspec >= 3.9}
3636
BuildRequires: dbus-1
37+
BuildRequires: dbus-1-daemon
3738
BuildRequires: netcfg
3839
# /MANUAL
3940
BuildRoot: %{_tmppath}/%{name}-%{version}-build

0 commit comments

Comments
 (0)