1
0
OBS User unknown 2007-12-21 09:23:41 +00:00 committed by Git OBS Bridge
parent 6148d36a9e
commit 394daec1bd
5 changed files with 51 additions and 34 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69c2007abe0de80827356c7ce534e69fd6a4522bf91f4cb2583c81a51aaeac09
size 1825825

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bfb6de6afd93438a2452440aa70a878d66970c1e79fbed76bdca294108ab8c7
size 1894694

View File

@ -1,20 +0,0 @@
--- gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in
+++ gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=System Monitor
+_Name=GNOME System Monitor
_Comment=View current processes and monitor system state
TryExec=gnome-system-monitor
Exec=gnome-system-monitor
--- gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in.in
+++ gnome-system-monitor-2.16.1/gnome-system-monitor.desktop.in.in
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=System Monitor
+_Name=GNOME System Monitor
_Comment=View current processes and monitor system state
TryExec=gnome-system-monitor
Exec=gnome-system-monitor

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Dec 20 19:07:43 CEST 2007 - jpr@suse.de
- Update to version 2.21.4
* 'Arguments' column is now correctly escaped for markup
(bgo #498569)
* Graph improvements
* Performance improvement in the process list
* Removed space to the left of process name (bgo #307762)
* Requires GTK+ >= 2.12.
* Documentation update
* Displays N/A when memory stats are not available. Memory stats
are not available for processes like kernel ones or if the user
can't access the memory stats (which happens on linux sysctl
kernel.maps_protect = 1) (bgo #487105)
* A few cleanups replacing overcomplicated treeview usage by
gtk_tree_view_column_set_cell_data_func.
* Fixed liststore usage in the disk list.
* Updated translations.
- Improve BuildRequires, removing gnutls-devel and
libgnomeprintui-devel
-------------------------------------------------------------------
Wed Sep 19 14:07:43 CEST 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-system-monitor (Version 2.20.0)
# spec file for package gnome-system-monitor (Version 2.21.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,10 +11,10 @@
# norootforbuild
Name: gnome-system-monitor
BuildRequires: docbook-xsl-stylesheets fdupes gcc-c++ gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-patch-translation gnutls-devel gtkmm2-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtop-devel libwnck-devel pcre-devel scrollkeeper update-desktop-files
BuildRequires: docbook-xsl-stylesheets fdupes gcc-c++ gconf2-devel glib2-devel gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-vfs2-devel gtk2-devel gtkmm2-devel intltool libglade2-devel libgnomeui-devel libgtop-devel libwnck-devel libxml2-devel pcre-devel perl-XML-Parser scrollkeeper update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.20.0
Version: 2.21.4
Release: 1
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.20/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org
@ -22,8 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A Simple Process Monitor
Requires: gnome-icon-theme
Requires: %{name}-lang = %{version}
Patch: gnome-system-monitor-desktop.patch
#PATCH-FIX-UPSTREAM gnome-system-monitor-sysinfo.patch bnc253997 bgo474004 sreeves@novell.com
Patch1: gnome-system-monitor-sysinfo.patch
#PATCH-FIX-UPSTREAM gnome-system-monitor-resident-schema.patch bnc157022 bgo336376 joeshaw@novell.com -- Probably need to really show Resident by default
Patch2: gnome-system-monitor-resident-schema.patch
%gconf_schemas_prereq
@ -41,26 +42,21 @@ Authors:
%lang_package
%prep
%setup -q
gnome-patch-translation-prepare
%patch -p1
%patch1 -p0
%patch2
gnome-patch-translation-update
%build
intltoolize --force
autoreconf -f -i
%configure \
--disable-scrollkeeper \
--enable-pcrecpp
make %{?jobs:-j%jobs}
%__make %{?jobs:-j%jobs}
%install
%makeinstall
# Icon is installed in GNOME-only path:
ln -s ../icons/gnome/32x32/apps/utilities-system-monitor.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
%suse_update_desktop_file gnome-system-monitor System Monitor
%suse_update_desktop_file -N "GNOME System Monitor" gnome-system-monitor System Monitor
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
@ -87,6 +83,25 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Thu Dec 20 2007 - jpr@suse.de
- Update to version 2.21.4
* 'Arguments' column is now correctly escaped for markup
(bgo #498569)
* Graph improvements
* Performance improvement in the process list
* Removed space to the left of process name (bgo #307762)
* Requires GTK+ >= 2.12.
* Documentation update
* Displays N/A when memory stats are not available. Memory stats
are not available for processes like kernel ones or if the user
can't access the memory stats (which happens on linux sysctl
kernel.maps_protect = 1) (bgo #487105)
* A few cleanups replacing overcomplicated treeview usage by
gtk_tree_view_column_set_cell_data_func.
* Fixed liststore usage in the disk list.
* Updated translations.
- Improve BuildRequires, removing gnutls-devel and
libgnomeprintui-devel
* Wed Sep 19 2007 - sbrabec@suse.cz
- Updated to version 2.20.0:
* minor fixes