diff --git a/libgtop-2.30.0.tar.xz b/libgtop-2.30.0.tar.xz deleted file mode 100644 index fab82cc..0000000 --- a/libgtop-2.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5 -size 664476 diff --git a/libgtop-2.31.90.tar.xz b/libgtop-2.31.90.tar.xz new file mode 100644 index 0000000..8a6da81 --- /dev/null +++ b/libgtop-2.31.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58cfbb9af04239983a5102e7e54ae195aea4f2d8f9e8e6a6c60f57572e02b35 +size 665276 diff --git a/libgtop.changes b/libgtop.changes index d475e3e..cba4dbc 100644 --- a/libgtop.changes +++ b/libgtop.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Mon Aug 17 21:16:12 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.31.90: + + ABI changes: + - ABI was inconsistent on platforms like FreeBSD which make use + of glibtop_machine. The ABI was actually different between + the library and the server. Fixed this by simply always + defining glibtop_machine in glibtop struct. + - Add Pss and Swap members in glibtop_proc_mem. + - This is the second ABI breakage in since 2.28 (the first one + was bumping NCPU), there were no release for 2.30. + + FreeBSD: + - proclist: exclude the "idle" kernel process when + GLIBTOP_EXCLUDE_IDLE. + - Remove extraneous glibtop_init() calls. + + Linux: + - proc_mem: implement Pss and Swap. + - Remove extraneous glibtop_init() calls. + + All: + - Propagate the change that machine in struct glibtop is now a + pointer. Hope that change doesn't break build on other + platforms, I can only test Linux and FreeBSD. + +------------------------------------------------------------------- +Thu Aug 6 13:00:57 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.31.4: + + Implement a proper --enable-debug mode. + + FreeBSD: + - procstate: set process name for kernel (pid=0). + - procmap: get dev/inode for ZFS (no filename yet). + - mem: rework memory usage to something more meaningful. + - proclist: don't report threads. + - proctime: fix CPU times. + + Linux: + - mem: + . Use MemAvailable when available. + . Match `free`, report Slab as Cached. + - Support for x.y versionsmemory to match `free`. + + Fix a lot of GI tags: it now works without crashing. + + Server and daemon binaries are now dynamically linked against + their libgtop. + + Update a lot of examples/. + + Clean up some very old code. + + Updated translations. + +------------------------------------------------------------------- +Fri Jun 26 08:58:27 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.31.3: + + Numerous OpenBSD backend fixes. + + Fixed FreeBSD build issues. + + Implemented procaffinity support for NetBSD. + + Updated translations. +- Add pkgconfig(glib-2.0) BuildRequires: New explicit dependency. + ------------------------------------------------------------------- Wed Oct 1 21:07:20 UTC 2014 - crrodriguez@opensuse.org diff --git a/libgtop.spec b/libgtop.spec index 51caedf..b5471b8 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -1,7 +1,7 @@ # # spec file for package libgtop # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libgtop -Version: 2.30.0 +Version: 2.31.90 Release: 0 # 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) @@ -25,7 +25,7 @@ Release: 0 Summary: LibGTop Library License: GPL-2.0+ Group: System/Libraries -Source: http://download.gnome.org/sources/libgtop/2.30/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libgtop/2.31/%{name}-%{version}.tar.xz Source1: %{name}_spec-update.sh Source99: baselibs.conf BuildRequires: fdupes @@ -33,6 +33,7 @@ BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: translation-update-upstream +BuildRequires: pkgconfig(gobject-2.0) >= 2.26.0 BuildRequires: pkgconfig(xau) BuildRoot: %{_tmppath}/%{name}-%{version}-build