From 5395d0b607f36a9c0e75f2ad97acf05fb9b39fa8d1f82c1c5a58344735cfa0cf Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 22 Dec 2007 18:33:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtop?expand=0&rev=6 --- libgtop-2.20.0.tar.bz2 | 3 --- libgtop-2.21.1.tar.bz2 | 3 +++ libgtop.changes | 14 ++++++++++++++ libgtop.spec | 19 +++++++++++++++---- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 libgtop-2.20.0.tar.bz2 create mode 100644 libgtop-2.21.1.tar.bz2 diff --git a/libgtop-2.20.0.tar.bz2 b/libgtop-2.20.0.tar.bz2 deleted file mode 100644 index ce77682..0000000 --- a/libgtop-2.20.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cae684d0af69193d9b6c31bbb90f74350855a23f245aef8538c17a877ba04a5 -size 766106 diff --git a/libgtop-2.21.1.tar.bz2 b/libgtop-2.21.1.tar.bz2 new file mode 100644 index 0000000..7dd31b6 --- /dev/null +++ b/libgtop-2.21.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0522d8b3df6d1f29396aac273d46b6df7bef8f2f982383e3b12b32def33650e9 +size 774139 diff --git a/libgtop.changes b/libgtop.changes index 91fad9d..95e9ecf 100644 --- a/libgtop.changes +++ b/libgtop.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 20 20:25:53 CEST 2007 - jpr@suse.de + +- Update to version 2.21.1 + * don't export _p/_s private symbols anymore. This is not an + API/ABI breakage. + * darwin implementation + * linux: + - splitted fsusage and mountlist implementations; + - smarter mountlist(allfs = False); + - fixed some compile warning on 64bit; + * solaris: + - fixed netload build + ------------------------------------------------------------------- Mon Sep 17 17:25:53 CEST 2007 - sbrabec@suse.cz diff --git a/libgtop.spec b/libgtop.spec index 38f1ffa..bd15424 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -1,5 +1,5 @@ # -# spec file for package libgtop (Version 2.20.0) +# spec file for package libgtop (Version 2.21.1) # # 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: fdupes gdbm-devel glib2-devel gtk-doc intltool licenses popt-devel xorg-x11-devel License: GPL v2 or later Group: Development/Libraries/GNOME -Version: 2.20.0 +Version: 2.21.1 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) @@ -21,6 +21,7 @@ Release: 1 Summary: LibGTop Library Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libgtop/2.19/%{name}-%{version}.tar.bz2 Source1: %{name}_spec-update.sh +#PATCH-FIX-UPSTREAM gnome-system-monitor-resident-schema.patch bnc157022 bgo336376 joeshaw@novell.com -- Probably need to really show Resident by default Patch: libgtop-resident-field-fix.patch Requires: libgtop-2_0-7 licenses Requires: %{name}-lang = %{version} @@ -106,10 +107,9 @@ Authors: # rpmlint note: libgtop has a separate translation for both Bengali and Bengali India %build -autoreconf -f -i %configure\ --disable-static -make %{?jobs:-j%jobs} +%__make %{?jobs:-j%jobs} %install %makeinstall @@ -164,6 +164,17 @@ rm -rf $RPM_BUILD_ROOT %doc %{_infodir}/*.info* %changelog +* Thu Dec 20 2007 - jpr@suse.de +- Update to version 2.21.1 + * don't export _p/_s private symbols anymore. This is not an + API/ABI breakage. + * darwin implementation + * linux: + - splitted fsusage and mountlist implementations; + - smarter mountlist(allfs = False); + - fixed some compile warning on 64bit; + * solaris: + - fixed netload build * Mon Sep 17 2007 - sbrabec@suse.cz - Updated to version 2.20.0: * updated translations