From 8ed676ba14158aae03f9620b5a60c4034e2d34d8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Aug 07 2010 02:32:45 +0000 Subject: drop obsolete patch --- diff --git a/gio-flags.patch b/gio-flags.patch deleted file mode 100644 index da21d09..0000000 --- a/gio-flags.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 892012b951a5222a3e47afc18179b064420ff98b Mon Sep 17 00:00:00 2001 -From: Carlos Garcia Campos -Date: Sun, 01 Aug 2010 10:56:06 +0000 -Subject: GDBusConnection: fix message flags in g_dbus_connection_call_sync() - -GDBusCallFlags were used instead of GDBusSendMessageFlags for -g_dbus_connection_send_message_with_reply_sync(). Fixes bug #625753. ---- -diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c -index df52601..b81dfb3 100644 ---- a/gio/gdbusconnection.c -+++ b/gio/gdbusconnection.c -@@ -5096,7 +5096,7 @@ g_dbus_connection_call_sync (GDBusConnection *connection, - local_error = NULL; - reply = g_dbus_connection_send_message_with_reply_sync (connection, - message, -- flags, -+ G_DBUS_SEND_MESSAGE_FLAGS_NONE, - timeout_msec, - NULL, /* volatile guint32 *out_serial */ - cancellable, --- -cgit v0.8.3.1 - diff --git a/glib2.spec b/glib2.spec index 9b96423..13ed23c 100644 --- a/glib2.spec +++ b/glib2.spec @@ -27,9 +27,6 @@ BuildRequires: gtk-doc # required for GIO content-type support Requires: shared-mime-info -# upstream fix -Patch0: gio-flags.patch - %description GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, @@ -56,7 +53,6 @@ The glib2-static package includes static libraries of the GLib library. %prep %setup -q -n glib-%{version} -%patch0 -p1 -b .gio-flags %build # Support builds of both git snapshots and tarballs packed with autogoo