From 64cf40c7855be08ec423a9d9c79ceca27106c9890f9709ef39186ca3a2c97c40 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 6 Mar 2007 17:58:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=4 --- libnotify-0.4.2.tar.bz2 | 3 --- libnotify-0.4.4.tar.bz2 | 3 +++ libnotify.changes | 9 +++++++++ libnotify.spec | 19 +++++++++++++------ 4 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 libnotify-0.4.2.tar.bz2 create mode 100644 libnotify-0.4.4.tar.bz2 diff --git a/libnotify-0.4.2.tar.bz2 b/libnotify-0.4.2.tar.bz2 deleted file mode 100644 index 1c4a8c9..0000000 --- a/libnotify-0.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4173e8ba07f7ff3796b9d6729922f17eb7e21938726f6aa1420bc7ad41699163 -size 260109 diff --git a/libnotify-0.4.4.tar.bz2 b/libnotify-0.4.4.tar.bz2 new file mode 100644 index 0000000..e0be001 --- /dev/null +++ b/libnotify-0.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655fa6ff9716ddb890f188f8c037fe90ef6476911168bd82888e4c2506ad63fc +size 267610 diff --git a/libnotify.changes b/libnotify.changes index 0152a52..6a45690 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -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 diff --git a/libnotify.spec b/libnotify.spec index 0741b03..128be40 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -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 %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