automatic version update by autodist [release 1.16.2-1mamba;Mon Mar 03 2025]

This commit is contained in:
Automatic Build System 2025-03-03 21:20:57 +01:00
parent b8efc7e6fa
commit 69cf8c1067
2 changed files with 4 additions and 17 deletions

View File

@ -1,12 +0,0 @@
--- dbus-1.0.1/bus/signals.c.orig 2007-04-02 13:34:02.000000000 +0200
+++ dbus-1.0.1/bus/signals.c 2007-04-02 13:35:19.000000000 +0200
@@ -1067,6 +1067,9 @@ match_rule_equal (BusMatchRule *a,
if (a->flags != b->flags)
return FALSE;
+ if (a->matches_go_to != b->matches_go_to)
+ return FALSE;
+
if ((a->flags & BUS_MATCH_MESSAGE_TYPE) &&
a->message_type != b->message_type)
return FALSE;

View File

@ -2,7 +2,7 @@
%define messagebus_gid 25
Name: dbus
Version: 1.16.0
Version: 1.16.2
Release: 1mamba
Summary: A message bus, used for sending messages between applications
Group: System/Servers
@ -11,7 +11,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.freedesktop.org/wiki/Software/dbus/
Source: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.xz
Patch0: dbus-1.0.1-cve_2006_6107.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -87,11 +86,8 @@ Requires: gtk-doc
%description apidocs
This package includes the %{name} API documentation.
%debug_package
%prep
%setup -q
%patch 0 -p1 -b .cve_2006_6107
%build
%meson \
@ -218,6 +214,9 @@ fi
%{_docdir}/dbus/*
%changelog
* Mon Mar 03 2025 Automatic Build System <autodist@openmamba.org> 1.16.2-1mamba
- automatic version update by autodist
* Tue Dec 17 2024 Automatic Build System <autodist@openmamba.org> 1.16.0-1mamba
- automatic version update by autodist