From a2374cb57088a06afa2ee605c5a3c8bdc080a0ff Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Nov 05 2010 16:52:58 +0000 Subject: Rebuild for new libnotify --- diff --git a/exo-0.3.107-libnotify.patch b/exo-0.3.107-libnotify.patch new file mode 100644 index 0000000..87c713e --- /dev/null +++ b/exo-0.3.107-libnotify.patch @@ -0,0 +1,12 @@ +diff -Nur exo-0.3.107.orig/exo-mount-notify/main.c exo-0.3.107/exo-mount-notify/main.c +--- exo-0.3.107.orig/exo-mount-notify/main.c 2010-05-21 10:51:10.000000000 -0600 ++++ exo-0.3.107/exo-mount-notify/main.c 2010-11-05 10:38:23.102839004 -0600 +@@ -243,7 +243,7 @@ + } + + /* setup the notification */ +- notification = notify_notification_new (summary, message, opt_icon, NULL); ++ notification = notify_notification_new (summary, message, opt_icon); + g_signal_connect (G_OBJECT (notification), "closed", G_CALLBACK (gtk_main_quit), NULL); + g_object_add_weak_pointer (G_OBJECT (notification), (gpointer) ¬ification); + notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL); diff --git a/exo.spec b/exo.spec index 0a08413..440bf14 100644 --- a/exo.spec +++ b/exo.spec @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.107 -Release: 4%{?dist} +Release: 5%{?dist} # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+ # everything else is LGPLv2+ License: LGPLv2+ and GPLv2+ @@ -12,6 +12,7 @@ Source0: http://archive.xfce.org/src/xfce/exo/0.3/exo-%{version}.tar.bz2 Patch0: exo-0.3.0-x86_64-build.patch # to not bring https://bugzilla.redhat.com/show_bug.cgi?id=508823 back Patch2: exo-0.3.105-mount-utf8.patch +Patch3: exo-0.3.107-libnotify.patch Group: System Environment/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: dbus-glib >= 0.22 @@ -55,6 +56,7 @@ Python libraries and header files for the exo library. %patch0 -p1 -b .x86_64-build %patch2 -p1 -b .utf8 +%patch3 -p1 -b .libnotify %build %configure --enable-gtk-doc --disable-static @@ -136,6 +138,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/pyexo.* %changelog +* Fri Nov 05 2010 Kevin Fenzi - 0.3.107-5 +- Rebuild for new libnotify + * Mon Aug 23 2010 Kevin Fenzi - 0.3.107-4 - Remove unneeded gtk-doc dep. Fixes bug #604350