diff --git a/libgtop-2.19.4.tar.bz2 b/libgtop-2.19.4.tar.bz2 deleted file mode 100644 index 00cdec9..0000000 --- a/libgtop-2.19.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71cb75d66c360f4ad480474fd515850ed3f38aa6fda5556341db2e0164d4b869 -size 761096 diff --git a/libgtop-2.19.5.tar.bz2 b/libgtop-2.19.5.tar.bz2 new file mode 100644 index 0000000..3657a28 --- /dev/null +++ b/libgtop-2.19.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ea0de2917411c556e4f97063abee584b513322377b4db1dc954199ff5c01f7 +size 763130 diff --git a/libgtop.changes b/libgtop.changes index 4fe5256..c3bdc21 100644 --- a/libgtop.changes +++ b/libgtop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 3 21:52:26 CEST 2007 - mauro@suse.de + +- Updated to version 2.19.5 +- Small change of the API: get_proclist returns pid_t instead of unsigned + ------------------------------------------------------------------- Tue Jul 17 13:30:16 CEST 2007 - sbrabec@suse.cz diff --git a/libgtop.spec b/libgtop.spec index fcd9b2e..93c836c 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -1,5 +1,5 @@ # -# spec file for package libgtop (Version 2.19.4) +# spec file for package libgtop (Version 2.19.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: libgtop BuildRequires: gdbm-devel glib2-devel gtk-doc intltool licenses popt-devel xorg-x11-devel License: GPL v2 or later Group: Development/Libraries/GNOME -Version: 2.19.4 +Version: 2.19.5 Release: 1 # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0) @@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_infodir}/*.info* %changelog +* Fri Aug 03 2007 - mauro@suse.de +- Updated to version 2.19.5 +- Small change of the API: get_proclist returns pid_t instead of unsigned * Tue Jul 17 2007 - sbrabec@suse.cz - Fixed shared library packaging. - Added script to update library package names.