Skip to content

Commit

Permalink
Releasing version 0.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 2, 2025
1 parent e7d71e5 commit f3f157b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## Ruby D-Bus 0.24.0 - 2025-01-02

Bug fixes:
* Adapted for Ruby 3.4, which uses a single quote instead of a backtick
in exceptions ([#145][], by Mamoru TASAKA).

[#145]: https://github.com/mvidner/ruby-dbus/pull/145

## Ruby D-Bus 0.23.1 - 2023-10-03

API:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.1
0.24.0
8 changes: 8 additions & 0 deletions package/rubygem-ruby-dbus.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>

Expand Down
5 changes: 3 additions & 2 deletions package/rubygem-ruby-dbus.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-ruby-dbus
#
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -24,7 +24,7 @@
#

Name: rubygem-ruby-dbus
Version: 0.23.1
Version: 0.24.0
Release: 0
%define mod_name ruby-dbus
%define mod_full_name %{mod_name}-%{version}
Expand All @@ -34,6 +34,7 @@ BuildRequires: %{rubygem packaging_rake_tasks}
BuildRequires: %{rubygem rake}
BuildRequires: %{rubygem rspec >= 3.9}
BuildRequires: dbus-1
BuildRequires: dbus-1-daemon
BuildRequires: netcfg
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit f3f157b

Please sign in to comment.