This commit is contained in:
parent
a2be00f6b0
commit
64cf40c785
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4173e8ba07f7ff3796b9d6729922f17eb7e21938726f6aa1420bc7ad41699163
|
|
||||||
size 260109
|
|
3
libnotify-0.4.4.tar.bz2
Normal file
3
libnotify-0.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:655fa6ff9716ddb890f188f8c037fe90ef6476911168bd82888e4c2506ad63fc
|
||||||
|
size 267610
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 6 16:51:49 CET 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 12:51:41 CET 2007 - aj@suse.de
|
Tue Feb 20 12:51:41 CET 2007 - aj@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnotify (Version 0.4.2)
|
# spec file for package libnotify (Version 0.4.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -17,11 +17,11 @@ BuildRequires: dbus-1-glib-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: dbus-1-devel dbus-1-glib
|
BuildRequires: dbus-1-devel dbus-1-glib
|
||||||
%endif
|
%endif
|
||||||
Version: 0.4.2
|
Version: 0.4.4
|
||||||
Release: 38
|
Release: 1
|
||||||
URL: http://www.galago-project.org/
|
URL: http://www.galago-project.org/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@ -72,7 +72,7 @@ Authors:
|
|||||||
Mike Hearn <mike@navi.cx>
|
Mike Hearn <mike@navi.cx>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -94,7 +94,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
# README is empty
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
@ -110,6 +111,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libnotify
|
%{_datadir}/gtk-doc/html/libnotify
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Feb 20 2007 - aj@suse.de
|
||||||
- Remove unneeded requires on popt.
|
- Remove unneeded requires on popt.
|
||||||
* Wed Feb 07 2007 - sbrabec@suse.cz
|
* Wed Feb 07 2007 - sbrabec@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user