Hello community, here is the log from the commit of package gnome-system-monitor checked in at Wed Mar 29 00:11:29 CEST 2006. -------- --- /work/SRC/all/GNOME/gnome-system-monitor/gnome-system-monitor.changes 2006-03-24 17:56:30.000000000 +0100 +++ /work/src/done/STABLE/gnome-system-monitor/gnome-system-monitor.changes 2006-03-28 19:41:24.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Mar 28 19:40:53 CEST 2006 - joeshaw@suse.de + +- Add a patch to show the "Resident" field by default, not the + "Virtual memory" field. Fixes half of bnc #157022. + +------------------------------------------------------------------- New: ---- gnome-system-monitor-resident-schema.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-system-monitor.spec ++++++ --- /var/tmp/diff_new_pack.LzxLm2/_old 2006-03-29 00:11:07.000000000 +0200 +++ /var/tmp/diff_new_pack.LzxLm2/_new 2006-03-29 00:11:07.000000000 +0200 @@ -16,7 +16,7 @@ Group: System/GUI/GNOME Autoreqprov: on Version: 2.12.2 -Release: 16 +Release: 17 Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.0/%{name}-%{version}.tar.bz2 Source1: n-side.png URL: http://www.gnome.org @@ -28,6 +28,7 @@ PreReq: filesystem gconf2 /usr/bin/touch Patch: gnome-system-monitor-desktop.patch Patch1: gnome-system-monitor-sysinfo.patch +Patch2: gnome-system-monitor-resident-schema.patch %description GNOME-system-monitor (formerly Procman) is a simple process and system @@ -47,6 +48,7 @@ gnome-patch-translation-prepare %patch -p1 %patch1 +%patch2 gnome-patch-translation-update %{?suse_update_config:%{suse_update_config}} @@ -101,6 +103,9 @@ %{sysconfdir}/gconf/schemas/gnome-system-monitor.schemas %changelog -n gnome-system-monitor +* Tue Mar 28 2006 - joeshaw@suse.de +- Add a patch to show the "Resident" field by default, not the + "Virtual memory" field. Fixes half of bnc #157022. * Fri Mar 24 2006 - jimmyk@suse.de - Fix for BNC #158516. * Mon Mar 13 2006 - rml@suse.de ++++++ gnome-system-monitor-resident-schema.patch ++++++ Index: src/gnome-system-monitor.schemas.in =================================================================== RCS file: /cvs/gnome/gnome-system-monitor/src/gnome-system-monitor.schemas.in,v retrieving revision 1.9 diff -u -p -u -r1.9 gnome-system-monitor.schemas.in --- src/gnome-system-monitor.schemas.in 13 Jun 2005 19:51:15 -0000 1.9 +++ src/gnome-system-monitor.schemas.in 28 Mar 2006 17:25:17 -0000 @@ -439,7 +439,7 @@ <applyto>/apps/procman/proctree/col_4_visible</applyto> <owner>procman</owner> <type>bool</type> - <default>TRUE</default> + <default>FALSE</default> <locale name="C"> <short>Show column zero on startup</short> <long></long> @@ -463,7 +463,7 @@ <applyto>/apps/procman/proctree/col_5_visible</applyto> <owner>procman</owner> <type>bool</type> - <default>FALSE</default> + <default>TRUE</default> <locale name="C"> <short>Show column zero on startup</short> <long></long> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de