From 65ce528d6219c26c6062bb3547e66b80bcd7f824 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Nov 18 2007 16:40:24 +0000 Subject: - Actually apply the patch for fdo #12505 --- diff --git a/dbus-glib.spec b/dbus-glib.spec index 60e6803..de513e7 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -8,7 +8,7 @@ Summary: GLib bindings for D-Bus Name: dbus-glib Version: 0.73 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.freedesktop.org/software/dbus/ Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz Source1: dbus-bus-introspect.xml @@ -60,6 +60,7 @@ D-Bus tools written using the gtk+ GUI libaries %prep %setup -q %patch0 -p1 -b .broken-xml +%patch1 -p1 -b .proxy-signals-once %build @@ -115,6 +116,9 @@ rm -rf %{buildroot} %endif %changelog +* Sun Nov 18 2007 Dan Williams - 0.73-5 +- Actually apply the patch for fdo #12505 + * Mon Sep 24 2007 Dan Williams - 0.73-4 - Dispatch NameOwnerChanged signals to proxies only once (fdo #12505)