OBS User unknown 2008-08-28 22:05:01 +00:00 committed by Git OBS Bridge
parent c26d4b031b
commit e2471e7bc6
4 changed files with 34 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:719f9261284df8d5f36ae99f3d3b54d2629c5d8122fa9c436a642c80aafb3717
size 788360

3
libgtop-2.23.90.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07800a1c7cad5ca517e10559d447cb10397c0ac10828ef9be649cb0983cb7942
size 780473

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Aug 24 09:59:30 CEST 2008 - mboman@novell.com
- Updated to version 2.23.90:
* freebsd: Updated port by Joe Marcus Clarke.
-------------------------------------------------------------------
Tue Aug 12 09:59:30 CEST 2008 - captain.magnus@opensuse.org
- Updated to version 2.23.4:
+ Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25.
Closes bgo#539360.
-------------------------------------------------------------------
Tue Jun 17 09:59:30 CEST 2008 - aj@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package libgtop (Version 2.23.2)
# spec file for package libgtop (Version 2.23.90)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -14,7 +21,7 @@ Name: libgtop
BuildRequires: fdupes gdbm-devel glib2-devel intltool licenses popt-devel xorg-x11-devel
License: GPL v2 or later
Group: Development/Libraries/GNOME
Version: 2.23.2
Version: 2.23.90
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)
@ -168,6 +175,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_infodir}/*.info*
%changelog
* Sun Aug 24 2008 mboman@novell.com
- Updated to version 2.23.90:
* freebsd: Updated port by Joe Marcus Clarke.
* Tue Aug 12 2008 captain.magnus@opensuse.org
- Updated to version 2.23.4:
+ Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25.
Closes bgo#539360.
* Tue Jun 17 2008 aj@suse.de
- Do not build require gtk-doc.
* Mon Jun 16 2008 maw@suse.de