From 89764c56521875c2d453262dc32179be571cc14181706e1fed72a61388b71aeb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 20 May 2009 16:27:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgtop?expand=0&rev=24 --- libgtop-2.26.1.tar.bz2 | 3 --- libgtop-2.27.2.tar.bz2 | 3 +++ libgtop.changes | 12 ++++++++++++ libgtop.spec | 13 +++++++++++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 libgtop-2.26.1.tar.bz2 create mode 100644 libgtop-2.27.2.tar.bz2 diff --git a/libgtop-2.26.1.tar.bz2 b/libgtop-2.26.1.tar.bz2 deleted file mode 100644 index c22560d..0000000 --- a/libgtop-2.26.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7762730a99c652695d8e2137a90519ce86fa245e22217dbf8d660ab4ed464385 -size 767089 diff --git a/libgtop-2.27.2.tar.bz2 b/libgtop-2.27.2.tar.bz2 new file mode 100644 index 0000000..8354d20 --- /dev/null +++ b/libgtop-2.27.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d112fdde73e79513c5cdfef571fe46432c56e55071b81866d3c9f30d6d263e6 +size 786362 diff --git a/libgtop.changes b/libgtop.changes index c4fc15b..76bed97 100644 --- a/libgtop.changes +++ b/libgtop.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 5 16:52:30 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.2: + + linux: + - glibtop_get_proc_map: oops, fixed segfault. +- Changes from version 2.27.1: + + linux: + - glibtop_get_proc_map is ~40% faster. This should be + noticeable in system-monitor. + + New cygwin support. + ------------------------------------------------------------------- Tue Apr 14 14:56:03 CEST 2009 - vuntz@novell.com diff --git a/libgtop.spec b/libgtop.spec index e39e6a0..1d55c76 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -1,5 +1,5 @@ # -# spec file for package libgtop (Version 2.26.1) +# spec file for package libgtop (Version 2.27.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -26,7 +26,7 @@ BuildRequires: translation-update-upstream BuildRequires: xorg-x11-devel License: GPL v2 or later Group: Development/Libraries/GNOME -Version: 2.26.1 +Version: 2.27.2 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) @@ -201,6 +201,15 @@ rm -rf $RPM_BUILD_ROOT %doc %{_infodir}/*.info* %changelog +* Tue May 05 2009 vuntz@novell.com +- Update to version 2.27.2: + + linux: + - glibtop_get_proc_map: oops, fixed segfault. +- Changes from version 2.27.1: + + linux: + - glibtop_get_proc_map is ~40%% faster. This should be + noticeable in system-monitor. + + New cygwin support. * Tue Apr 14 2009 vuntz@novell.com - Update to version 2.26.1: + linux: