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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,11 +17,11 @@ BuildRequires: dbus-1-glib-devel
|
||||
%else
|
||||
BuildRequires: dbus-1-devel dbus-1-glib
|
||||
%endif
|
||||
Version: 0.4.2
|
||||
Release: 38
|
||||
Version: 0.4.4
|
||||
Release: 1
|
||||
URL: http://www.galago-project.org/
|
||||
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
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Autoreqprov: on
|
||||
@ -72,7 +72,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@ -94,7 +94,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
# README is empty
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%{_libdir}/*.so.*
|
||||
%{_bindir}/*
|
||||
|
||||
@ -110,6 +111,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libnotify
|
||||
|
||||
%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
|
||||
- Remove unneeded requires on popt.
|
||||
* Wed Feb 07 2007 - sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user