This commit is contained in:
parent
9efb317124
commit
5395d0b607
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cae684d0af69193d9b6c31bbb90f74350855a23f245aef8538c17a877ba04a5
|
||||
size 766106
|
3
libgtop-2.21.1.tar.bz2
Normal file
3
libgtop-2.21.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0522d8b3df6d1f29396aac273d46b6df7bef8f2f982383e3b12b32def33650e9
|
||||
size 774139
|
@ -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
|
||||
|
||||
|
19
libgtop.spec
19
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
|
||||
|
Loading…
Reference in New Issue
Block a user