Accepting request 29747 from GNOME:Factory
Copy from GNOME:Factory/libnotify based on submit request 29747 from user vuntz OBS-URL: https://build.opensuse.org/request/show/29747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=14
This commit is contained in:
parent
31a14d6d6a
commit
a29b6804ac
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 17:09:14 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- Package baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 26 13:47:13 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify (Version 0.4.5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,12 +22,13 @@ Name: libnotify
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: gtk2-devel
|
||||
Version: 0.4.5
|
||||
Release: 3
|
||||
Release: 4
|
||||
Url: http://www.galago-project.org/
|
||||
Group: System/Libraries
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Notifications Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
Requires: libnotify1
|
||||
Recommends: notification-daemon
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -43,7 +44,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package -n libnotify1
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} >= %{version}
|
||||
@ -59,7 +60,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel
|
||||
@ -117,74 +118,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libnotify
|
||||
|
||||
%changelog
|
||||
* Sun Apr 26 2009 vuntz@novell.com
|
||||
- Do not Require notification-daemon, but Recommend it: there's no
|
||||
reason to hard-require it.
|
||||
* 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
|
||||
- Update to version 0.4.5:
|
||||
+ Added GObject property accessors for notification IDs
|
||||
+ Added support for sending the closed reason in the "closed" signal
|
||||
handler.
|
||||
+ Added support for sending the status icon XID to the notification
|
||||
daemon. This will allow better position tracking for context
|
||||
notifications.
|
||||
+ Fixed a breakage where we were including gtkversion.h directly.
|
||||
- Remove backport libnotify-svn3018.patch
|
||||
* Tue Nov 11 2008 ro@suse.de
|
||||
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
|
||||
* Tue Oct 28 2008 vuntz@novell.com
|
||||
- Add libnotify-svn3018.patch, which contains a few fixes from
|
||||
upstream svn (no release since early 2007). The most important
|
||||
change is a change to be able to work nicely with notification
|
||||
icons.
|
||||
- Spec clean up.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Thu Oct 04 2007 maw@suse.de
|
||||
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun
|
||||
- Split out a libnotify1 subpackage.
|
||||
* Tue Mar 06 2007 sbrabec@suse.cz
|
||||
- Updated to version version 0.4.4:
|
||||
* Bug fixes.
|
||||
* Fixed memory leaks.
|
||||
* notify_uninit is no longer called automatically at exit.
|
||||
- License update (#236707).
|
||||
* Tue Feb 20 2007 aj@suse.de
|
||||
- Remove unneeded requires on popt.
|
||||
* Wed Feb 07 2007 sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552).
|
||||
* Fri Dec 08 2006 sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
* Mon Nov 27 2006 sbrabec@suse.cz
|
||||
- Build correctly in older products.
|
||||
- Fixed devel dependencies.
|
||||
* Thu Aug 31 2006 cschneemann@suse.de
|
||||
- Updated to version 0.4.2
|
||||
* Tue Aug 15 2006 ro@suse.de
|
||||
- added dbus-1-glib-devel to BuildRequires
|
||||
* Thu May 11 2006 rml@suse.de
|
||||
- Require dbus-x11 too, because that provides dbus-launch, which
|
||||
is how we launch the session bus. And libnotify needs the
|
||||
session bus (Novell bug #174865).
|
||||
- No need to rerun autogen; just run configure
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 23 2006 dobey@suse.de
|
||||
- Updated to version 0.3.2
|
||||
* Wed Jan 18 2006 sbrabec@suse.cz
|
||||
- Updated to version 0.3.0.
|
||||
* Tue Aug 02 2005 rodrigo@suse.de
|
||||
- Updated to 0.2.1.
|
||||
* Wed Jun 29 2005 sbrabec@suse.cz
|
||||
- New SuSE package, pre-0.0.1 version from actual svn snapshot.
|
||||
|
Loading…
x
Reference in New Issue
Block a user