commit libnotify for openSUSE:Factory
Hello community, here is the log from the commit of package libnotify for openSUSE:Factory checked in at Tue Mar 3 00:36:13 CET 2009. -------- --- GNOME/libnotify/libnotify.changes 2009-01-31 16:52:15.000000000 +0100 +++ /mounts/work_src_done/STABLE/libnotify/libnotify.changes 2009-02-28 01:34:36.000000000 +0100 @@ -1,0 +2,10 @@ +Sat Feb 28 01:20:48 CET 2009 - vuntz@novell.com + +- Remove BuildRequires: gtk-doc, update-desktop-files. +- Remove dbus-1-x11 Requires: it's wrong (we don't require + dbus-launch in any way: if the session bus is not there, having + dbus-launch won't help). The requirement should be in another + package. +- Merge doc package in devel, with adequate Provides/Obsoletes. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnotify.spec ++++++ --- /var/tmp/diff_new_pack.OU9056/_old 2009-03-03 00:35:45.000000000 +0100 +++ /var/tmp/diff_new_pack.OU9056/_new 2009-03-03 00:35:45.000000000 +0100 @@ -20,16 +20,16 @@ Name: libnotify BuildRequires: dbus-1-glib-devel -BuildRequires: gtk-doc gtk2-devel update-desktop-files +BuildRequires: gtk2-devel Version: 0.4.5 -Release: 1 +Release: 2 Url: http://www.galago-project.org/ Group: System/Libraries License: GPL v2 or later; LGPL v2.1 or later Summary: Notifications Library Source: %{name}-%{version}.tar.bz2 -AutoReqProv: on -Requires: notification-daemon dbus-1-x11 libnotify1 +Requires: libnotify1 +Requires: notification-daemon BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -64,6 +64,8 @@ Summary: Notifications Library Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel Requires: dbus-1-glib-devel +Provides: libnotify-doc = %{version} +Obsoletes: libnotify-doc < %{version} %description devel D-BUS notifications library. @@ -75,22 +77,6 @@ Christian Hammond <chipx86@chipx86.com> Mike Hearn <mike@navi.cx> -%package doc -License: LGPL v2.1 or later -Group: System/Libraries -Summary: Additional Package Documentation. -Requires: %{name} = %{version} - -%description doc -D-BUS notifications library. - - - -Authors: --------- - Christian Hammond <chipx86@chipx86.com> - Mike Hearn <mike@navi.cx> - %prep %setup -q @@ -106,11 +92,9 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -n libnotify1 -/sbin/ldconfig +%post -n libnotify1 -p /sbin/ldconfig -%postun -n libnotify1 -/sbin/ldconfig +%postun -n libnotify1 -p /sbin/ldconfig %files %defattr (-, root, root) @@ -127,12 +111,19 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/* - -%files doc -%defattr (-, root, root) +# Own these repositories to not depend on gtk-doc while building: +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/libnotify %changelog +* Sat Feb 28 2009 vuntz@novell.com +- Remove BuildRequires: gtk-doc, update-desktop-files. +- Remove dbus-1-x11 Requires: it's wrong (we don't require + dbus-launch in any way: if the session bus is not there, having + dbus-launch won't help). The requirement should be in another + package. +- Merge doc package in devel, with adequate Provides/Obsoletes. * Sat Jan 31 2009 vuntz@novell.com - Remove la file. * Sat Dec 20 2008 mboman@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de