[libnotify] 0.7.1

Matthias Clasen mclasen at fedoraproject.org
Fri Jan 14 22:33:26 UTC 2011


commit a25ce0e34bba3c145042a82760fccc278273b2a7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jan 14 17:33:12 2011 -0500

    0.7.1

 libnotify.spec |   13 +++++++++----
 1 files 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 <mclasen at redhat.com> - 0.7.1-1
+- Update to 0.7.1
+- Enable introspection
+
 * Mon Jan  3 2011 Bill Nottingham <notting at redhat.com> - 0.7.0-2
 - unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)
 


More information about the scm-commits mailing list