From a25ce0e34bba3c145042a82760fccc278273b2a7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 14 Jan 2011 17:33:12 -0500 Subject: [PATCH] 0.7.1 --- libnotify.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libnotify.spec b/libnotify.spec index c1db7be..53a8f67 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -3,8 +3,8 @@ Summary: Desktop notification library Name: libnotify -Version: 0.7.0 -Release: 2%{?dist} +Version: 0.7.1 +Release: 1%{?dist} URL: http://library.gnome.org/devel/notification-spec/ Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2 License: LGPLv2+ @@ -15,9 +15,9 @@ BuildRequires: gdk-pixbuf2-devel BuildRequires: gtk3-devel BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} +BuildRequires: gobject-introspection-devel Requires: glib2 >= %{glib2_version} Requires: desktop-notification-daemon -Patch0: 0001-notify_notification_set_image_from_pixbuf-ref-the-pi.patch %description libnotify is a library for sending desktop notifications to a notification @@ -40,7 +40,6 @@ development of programs using %{name}. %prep %setup -q -%patch0 -p1 %build %configure @@ -62,6 +61,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %{_bindir}/notify-send %{_libdir}/libnotify.so.* +%{_libdir}/girepository-1.0/Notify-0.7.typelib %files devel %defattr(-,root,root) @@ -71,8 +71,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %{_libdir}/pkgconfig/libnotify.pc %dir %{_datadir}/gtk-doc/html/libnotify %{_datadir}/gtk-doc/html/libnotify/* +%{_datadir}/gir-1.0/Notify-0.7.gir %changelog +* Fri Jan 14 2011 Matthias Clasen - 0.7.1-1 +- Update to 0.7.1 +- Enable introspection + * Mon Jan 3 2011 Bill Nottingham - 0.7.0-2 - unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)