From d164aed246658cc2ebd8562721105e82c1d9cb42 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Jun 28 2010 22:38:19 +0000 Subject: - Update to 0.5.0 --- diff --git a/.cvsignore b/.cvsignore index fcbb8f8..2f470b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libnotify-0.4.5.tar.bz2 +libnotify-0.5.0.tar.bz2 diff --git a/libnotify.spec b/libnotify.spec index 7d9e9e7..a6c40d1 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -7,14 +7,14 @@ Summary: Desktop notification library Name: libnotify -Version: 0.4.5 -Release: 4%{?dist} +Version: 0.5.0 +Release: 1%{?dist} URL: http://www.galago-project.org/specs/notification/ Source0: http://www.galago-project.org/files/releases/source/%{name}/%{name}-%{version}.tar.bz2 License: LGPLv2+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildPreReq: libtool +BuildRequires: libtool BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} @@ -22,9 +22,6 @@ BuildRequires: gtk2-devel >= %{gtk2_version} Requires: glib2 >= %{glib2_version} Requires: desktop-notification-daemon -# http://trac.galago-project.org/ticket/194 -Patch0: nondefault-actions.patch - %description libnotify is a library for sending desktop notifications to a notification daemon, as defined in the freedesktop.org Desktop Notifications spec. These @@ -47,7 +44,6 @@ development of programs using %{name}. %prep %setup -q -%patch0 -p1 -b .nondefault-actions %build @@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Mon Jun 28 2010 Bastien Nocera 0.5.0-1 +- Update to 0.5.0 + * Wed Nov 11 2009 Matthias Clasen - 0.4.5-4 - Close notifications with non-default actions on uninit diff --git a/nondefault-actions.patch b/nondefault-actions.patch deleted file mode 100644 index 9c23fc3..0000000 --- a/nondefault-actions.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up libnotify-0.4.5/libnotify/notification.c.nondefault libnotify-0.4.5/libnotify/notification.c ---- libnotify-0.4.5/libnotify/notification.c.nondefault 2009-11-11 20:55:41.327192032 -0500 -+++ libnotify-0.4.5/libnotify/notification.c 2009-11-11 20:55:27.695207227 -0500 -@@ -1268,7 +1268,7 @@ notify_notification_add_action(NotifyNot - pair->free_func = free_func; - g_hash_table_insert(priv->action_map, g_strdup(action), pair); - -- if (notification->priv->has_nondefault_actions && -+ if (!notification->priv->has_nondefault_actions && - g_ascii_strcasecmp(action, "default")) - { - notification->priv->has_nondefault_actions = TRUE; diff --git a/sources b/sources index 8e1cb69..263a7de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a8388f93309dbe336bbe5fc0677de6b libnotify-0.4.5.tar.bz2 +9aa027e78d3c0141600c659f02740100 libnotify-0.5.0.tar.bz2