2007-01-12 01:25:49 +01:00
|
|
|
|
#
|
2008-10-09 19:15:48 +02:00
|
|
|
|
# spec file for package gnome-system-monitor (Version 2.24.0)
|
2007-01-12 01:25:49 +01:00
|
|
|
|
#
|
2008-02-01 22:07:46 +01:00
|
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-12 01:25:49 +01:00
|
|
|
|
#
|
2008-08-14 01:20:32 +02:00
|
|
|
|
# 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.
|
|
|
|
|
|
2007-01-12 01:25:49 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2008-03-06 01:15:53 +01:00
|
|
|
|
|
2007-01-12 01:25:49 +01:00
|
|
|
|
Name: gnome-system-monitor
|
2008-10-09 19:15:48 +02:00
|
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gconf2-devel
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
|
BuildRequires: gnome-doc-utils-devel
|
|
|
|
|
BuildRequires: gnome-icon-theme-devel
|
|
|
|
|
BuildRequires: gnome-vfs2-devel
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: gtkmm2-devel
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
|
BuildRequires: libgnomeui-devel
|
|
|
|
|
BuildRequires: libgtop-devel
|
|
|
|
|
BuildRequires: librsvg-devel
|
|
|
|
|
BuildRequires: libwnck-devel
|
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
|
BuildRequires: update-desktop-files
|
2008-09-13 03:44:45 +02:00
|
|
|
|
BuildRequires: hal-devel hwinfo-devel
|
2007-07-10 23:29:07 +02:00
|
|
|
|
License: GPL v2 or later
|
2007-01-12 01:25:49 +01:00
|
|
|
|
Group: System/GUI/GNOME
|
2008-10-09 19:15:48 +02:00
|
|
|
|
Version: 2.24.0
|
|
|
|
|
Release: 1
|
2007-09-19 19:02:52 +02:00
|
|
|
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.20/%{name}-%{version}.tar.bz2
|
2008-09-13 03:44:45 +02:00
|
|
|
|
# FATE 302198 - hfiguiere@novell.com
|
|
|
|
|
Patch0: gnome-system-monitor-fate302198.diff
|
|
|
|
|
# FATE 304741 - hfiguiere@novell.com
|
|
|
|
|
Patch1: gnome-system-monitor-fate304741.diff
|
2007-09-19 19:02:52 +02:00
|
|
|
|
Url: http://www.gnome.org
|
2007-01-12 01:25:49 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
Summary: A Simple Process Monitor
|
|
|
|
|
Requires: gnome-icon-theme
|
2007-08-09 17:16:23 +02:00
|
|
|
|
Requires: %{name}-lang = %{version}
|
2007-03-10 23:55:47 +01:00
|
|
|
|
%gconf_schemas_prereq
|
|
|
|
|
|
2007-01-12 01:25:49 +01:00
|
|
|
|
%description
|
|
|
|
|
GNOME-system-monitor (formerly Procman) is a simple process and system
|
|
|
|
|
monitor for the GNOME 2.x Desktop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Kevin Vandersloot <kfv101@psu.edu>
|
|
|
|
|
Erik Johnsson <zaphod@linux.nu>
|
|
|
|
|
|
2007-08-09 17:16:23 +02:00
|
|
|
|
%lang_package
|
2007-01-12 01:25:49 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2008-09-13 03:44:45 +02:00
|
|
|
|
%patch0
|
|
|
|
|
%patch1 -p1
|
2007-01-12 01:25:49 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2008-09-13 03:44:45 +02:00
|
|
|
|
autoreconf -si
|
2007-07-10 23:29:07 +02:00
|
|
|
|
%configure \
|
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
|
--enable-pcrecpp
|
2007-12-21 10:23:41 +01:00
|
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-01-12 01:25:49 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2007-03-28 02:20:55 +02:00
|
|
|
|
%makeinstall
|
|
|
|
|
# Icon is installed in GNOME-only path:
|
2007-01-12 01:25:49 +01:00
|
|
|
|
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
|
2007-12-21 10:23:41 +01:00
|
|
|
|
%suse_update_desktop_file -N "GNOME System Monitor" gnome-system-monitor System Monitor
|
2007-01-12 01:25:49 +01:00
|
|
|
|
%find_lang %{name}
|
|
|
|
|
%find_gconf_schemas
|
2007-08-09 17:16:23 +02:00
|
|
|
|
cat %{name}.schemas_list >%{name}.lst
|
2007-08-02 23:16:20 +02:00
|
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
|
2007-01-12 01:25:49 +01:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lst
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
|
%{_bindir}/gnome-system-monitor
|
|
|
|
|
%{_datadir}/applications/gnome-system-monitor.desktop
|
|
|
|
|
%{_datadir}/pixmaps/*.png
|
|
|
|
|
%{_datadir}/pixmaps/gnome-system-monitor
|
2007-04-06 00:17:01 +02:00
|
|
|
|
%dir %{_datadir}/omf/gnome-system-monitor
|
|
|
|
|
%{_datadir}/omf/gnome-system-monitor/*.omf
|
2007-01-12 01:25:49 +01:00
|
|
|
|
|
2007-08-09 17:16:23 +02:00
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
2007-03-10 23:55:47 +01:00
|
|
|
|
%changelog
|
2008-10-09 19:15:48 +02:00
|
|
|
|
* Tue Sep 23 2008 mboman@suse.de
|
|
|
|
|
- Update to version 2.24.0:
|
|
|
|
|
+ Translation updates
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Fri Sep 12 2008 hfiguiere@suse.de
|
|
|
|
|
- Add gnome-system-monitor-fate304741.diff
|
|
|
|
|
* FATE#304741: add a thinkpad ACPI tab. (only on thinkpad)
|
|
|
|
|
* Tue Sep 09 2008 hfiguiere@suse.de
|
|
|
|
|
- Add gnome-system-monitor-fate302198.diff
|
|
|
|
|
* FATE 302198: add a hardware tab in g-s-m.
|
|
|
|
|
* new requirements: hal and hwinfo.
|
|
|
|
|
* call autoreconf in the spec.
|
|
|
|
|
* Mon Sep 01 2008 mboman@novell.com
|
2008-09-05 02:12:48 +02:00
|
|
|
|
- Update to version 2.23.91:
|
|
|
|
|
+ Fixed bgo#549383 – network assertion in the resource tab.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Tue Aug 26 2008 mboman@novell.com
|
2008-08-30 00:28:04 +02:00
|
|
|
|
- Update to version 2.23.90:
|
|
|
|
|
+ Fixed truncated process names.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Tue Aug 05 2008 captain.magnus@opensuse.org
|
2008-08-14 01:20:32 +02:00
|
|
|
|
- Update to version 2.23.6:
|
|
|
|
|
+ Don't segfault in the disk list when icon cannot be retried from gvfs.
|
|
|
|
|
+ Fixed network speed when there are pseudo-devices with no address.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Jun 25 2008 maw@suse.de
|
2008-06-26 01:22:35 +02:00
|
|
|
|
- Update to version 2.23.3:
|
|
|
|
|
+ New option to start with the system tab
|
|
|
|
|
+ Port to gio
|
|
|
|
|
+ Misc new features
|
|
|
|
|
+ Bug fixes
|
|
|
|
|
- Drop the following upstreamed patches:
|
|
|
|
|
gnome-system-monitor-sysinfo.patch and
|
|
|
|
|
gnome-system-monitor-performance.patch.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Thu May 08 2008 jpr@suse.de
|
2008-05-11 17:17:37 +02:00
|
|
|
|
- Update to version 2.22.1
|
|
|
|
|
* lsof: don't crash on invalid regex (#524162).
|
|
|
|
|
* graphs: fixed the time scale (#521394).
|
|
|
|
|
- Add gnome-system-monitor-performance.patch to Fix performance on
|
|
|
|
|
certain video cards (bnc #374934)
|
2008-03-14 17:41:09 +01:00
|
|
|
|
* Fri Mar 14 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.22.0:
|
|
|
|
|
+ Updated translations.
|
2008-03-13 19:01:41 +01:00
|
|
|
|
* Thu Mar 13 2008 sbrabec@suse.cz
|
|
|
|
|
- Custom look'n'feel gconf keys moved to gconf2-branding-openSUSE.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Tue Mar 04 2008 maw@suse.de
|
2008-03-06 01:15:53 +01:00
|
|
|
|
- Update to version 2.21.92:
|
|
|
|
|
+ Dropped dependency on pcrecpp (and thus drop pcre-devel from
|
|
|
|
|
BuildRequires)
|
|
|
|
|
+ Improved network Y-scale in the Resources tab
|
|
|
|
|
+ Enabled transparent theming
|
|
|
|
|
+ All graphs CPU colors are stored in gconf /cpu_color{n} keys
|
|
|
|
|
+ Non-blocking lsb_release call : may improve startup time
|
|
|
|
|
+ A bunch of cleanups / c++-ification.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Feb 01 2008 maw@suse.de
|
|
|
|
|
- Update to version 2.21.5:
|
|
|
|
|
+ Use more stock menu entries
|
|
|
|
|
+ New color pickers in the resources tab
|
|
|
|
|
+ Many graph improvements
|
|
|
|
|
+ The network graph now shows a sensible Y-scale
|
|
|
|
|
+ The process list can now be manually refreshed
|
|
|
|
|
+ Fixed kernel process' tooltips.
|
|
|
|
|
* Thu Dec 20 2007 jpr@suse.de
|
2007-12-21 10:23:41 +01:00
|
|
|
|
- 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
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Sep 19 2007 sbrabec@suse.cz
|
2007-09-19 19:02:52 +02:00
|
|
|
|
- Updated to version 2.20.0:
|
|
|
|
|
* minor fixes
|
|
|
|
|
* updated translations
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Aug 31 2007 maw@suse.de
|
2007-09-01 12:59:37 +02:00
|
|
|
|
- Update to version 2.19.91.1:
|
|
|
|
|
+ Build fix
|
|
|
|
|
+ Fixed logo mis-rendering in the system info tab (b.g.o
|
|
|
|
|
[#405739]).
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Thu Aug 30 2007 sreeves@suse.de
|
2007-08-30 23:50:47 +02:00
|
|
|
|
- fix for #253997
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Aug 07 2007 maw@suse.de
|
2007-08-09 17:16:23 +02:00
|
|
|
|
- Split off a -lang subpackage.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Aug 02 2007 maw@suse.de
|
2007-08-02 23:16:20 +02:00
|
|
|
|
- Update to version 2.19.6:
|
|
|
|
|
+ Bugs (bugzilla.gnome.org) fixed: #459598, #460511, #455826,
|
|
|
|
|
[#450545], #367016, #399069, and #451932
|
|
|
|
|
- Use %%fdupes.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Jul 27 2007 sbrabec@suse.cz
|
2007-07-27 12:54:16 +02:00
|
|
|
|
- Reverted libgtop-2_0-7-devel to libgtop-devel.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Jul 10 2007 maw@suse.de
|
2007-07-10 23:29:07 +02:00
|
|
|
|
- Update to version 2.19.4
|
|
|
|
|
* Fixed hostname in the sysinfo tab.
|
|
|
|
|
* Big cleanup of the process list code.
|
|
|
|
|
* Reworded and fixed the process dependency tree.
|
|
|
|
|
* Fixed crash on startup with dependencies+myprocesses.
|
|
|
|
|
* pcre is back for good.
|
|
|
|
|
* Use regex in the default icon table. This results in more icons :)
|
|
|
|
|
* Every process now has a default icon.
|
|
|
|
|
* Simplified lsof code with regex.
|
|
|
|
|
* Lots of stuff git-log doesn't remember.
|
|
|
|
|
- From the project's official changelog:
|
|
|
|
|
* Some GTKmm :)
|
|
|
|
|
- Also from the project's official changelog:
|
|
|
|
|
* Disable pcrecpp by default. You really want to enable this
|
|
|
|
|
(Your humble packager has no comment on the above, but has indeed
|
|
|
|
|
enabled it.)
|
|
|
|
|
- Buildrequire libgtop-2_0-7-devel instead of libgtop-devel; also
|
|
|
|
|
buildrequire pcre-devel.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Apr 27 2007 sbrabec@suse.cz
|
2007-04-27 16:46:08 +02:00
|
|
|
|
- Do not call meinproc (#227624).
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Apr 11 2007 maw@suse.de
|
2007-04-12 17:31:58 +02:00
|
|
|
|
- Update to version 2.18.1
|
|
|
|
|
- Minor code cleanups
|
|
|
|
|
- Improved startup time
|
|
|
|
|
- Updated translations.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Apr 04 2007 maw@suse.de
|
2007-04-06 00:17:01 +02:00
|
|
|
|
- Update to version 2.18.0
|
|
|
|
|
- Cleaned up .desktop files
|
|
|
|
|
- b.g.o 413919, 412953, and 409427.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Mar 28 2007 jhargadon@suse.de
|
2007-03-29 00:39:58 +02:00
|
|
|
|
- added intltoolize to the specfile (#258379)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Mar 27 2007 sbrabec@suse.cz
|
2007-03-28 02:20:55 +02:00
|
|
|
|
- Build on all products (call glib-gettextize, require gcc-c++).
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Mar 09 2007 maw@suse.de
|
2007-03-10 23:55:47 +01:00
|
|
|
|
- Update to version 2.17.91
|
|
|
|
|
- * Bézier curves by Lucas Mazzardo Veloso.
|
|
|
|
|
* Moved to gnome-doc-utils by Paroz.
|
|
|
|
|
* No longer depends ton libgnome.
|
|
|
|
|
* Fixed bugs #374090, #352507, #328287 and #402013
|
|
|
|
|
New in 2.17.6 - 22 January 2007
|
|
|
|
|
* Dropped libgnomeui dependency.
|
|
|
|
|
* GNOME logo enhanced by Luca Cavalli.
|
|
|
|
|
* Various code improvements.
|
|
|
|
|
New in 2.17.5 - 8 January 2007
|
|
|
|
|
* More C++
|
|
|
|
|
* Tuned the behaviour of smooth refresh.
|
|
|
|
|
* A few code improvments.
|
|
|
|
|
New in 2.17.4.2 - 19 December 2006
|
|
|
|
|
* Fixed build with strict C++ compilers.
|
|
|
|
|
New in 2.17.4.1 - 18 December 2006
|
|
|
|
|
* Fixed POTFILES.in. Sorry :/
|
|
|
|
|
New in 2.17.4 - 17 December 2006
|
|
|
|
|
* 100%% C++.
|
|
|
|
|
* Disabled libsexy because it is buggy and unmaintained.
|
|
|
|
|
* Fixed build on solaris.
|
|
|
|
|
New in 2.17.3 - 4 December 2006
|
|
|
|
|
* Renamed the Arguments column as "Command Line".
|
|
|
|
|
* Fixed gconf schema.
|
|
|
|
|
* Use lsb_release when available to get distro information.
|
|
|
|
|
* Disabled the process blacklist.
|
|
|
|
|
* More C++ :)
|
|
|
|
|
New in 2.17.2 - 5 november 2006
|
|
|
|
|
* This is the first 2.17.x release.
|
|
|
|
|
* New lsof feature. Temporarily requires pcre, see #367827.
|
|
|
|
|
* New SysInfo tab from OpenSuse. Artwork by Baptiste Mille-Mathias.
|
|
|
|
|
* Some code cleanups.
|
|
|
|
|
* Fixed sensitivity of the View menu.
|
|
|
|
|
* New features have been developed in C++, old C code will be soon compiled
|
|
|
|
|
as C++.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Dec 18 2006 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Prefix changed to /usr.
|
|
|
|
|
- Spec file cleanup.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Oct 03 2006 jhargadon@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- update to version 2.16.1
|
|
|
|
|
- Fixed locales dir initialization
|
|
|
|
|
- Fixed memory maps for 64bits kernel running a 32bits system-monitor
|
|
|
|
|
- Fixed gksu password prompt
|
|
|
|
|
- Fixed a small memory leak
|
|
|
|
|
- Fixed schema
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Aug 30 2006 jhargadon@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- update to version 2.15.92
|
|
|
|
|
- Fixed LoadGraph overlay
|
|
|
|
|
- Fixed tiny leak
|
|
|
|
|
- Fixed font and alignment of various columns
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Aug 23 2006 jhargadon@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- update to version 2.15.91
|
|
|
|
|
- Renamed Devices tab as File Systems.
|
|
|
|
|
- Updated translations.
|
|
|
|
|
- Fixed segfault is libselinux not installed.
|
|
|
|
|
- The disks list is now correctly updated.
|
|
|
|
|
- Double-click in disks list opens the corresponding volume.
|
|
|
|
|
- debug messages are displayed on command line if
|
|
|
|
|
GNOME_SYSTEM_MONITOR_DEBUG is defined.
|
|
|
|
|
- No more compile dependency on libselinux.
|
|
|
|
|
- Process arguments with line feeds are now escaped.
|
|
|
|
|
- Displays scale on graphs.
|
|
|
|
|
- Can use libsexy to display process arguments.
|
|
|
|
|
- New memory column : displays estimated memory usage.
|
|
|
|
|
- Fixed a couple of small leaks.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Jul 20 2006 jpr@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Call aclocal to fix build after altering configure.in in %%prep
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Tue Jun 06 2006 jimmyk@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Modify existing gnome-system-monitor-sysinfo.patch to properly parse
|
|
|
|
|
/proc/cpuinfo on ppc architecture and avoid crashing, BNC #179031.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon May 22 2006 jpr@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- don't display the VERSION info from /etc/SuSE-release, its confusing
|
|
|
|
|
(#177632)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon May 01 2006 jpr@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Remember the devices page if its the last used (#171137
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Mar 29 2006 jpr@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Fix page numbers to reflect prepended page (fixes #161815, #157490)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Mar 28 2006 joeshaw@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Add a patch to show the "Resident" field by default, not the
|
|
|
|
|
"Virtual memory" field. Fixes half of bnc #157022.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Mar 24 2006 jimmyk@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Fix for BNC #158516.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Mar 13 2006 rml@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update gnome-system-monitor-sysinfo.patch to not display the
|
|
|
|
|
distribution release if there is no such release (e.g., on SUSE
|
|
|
|
|
Linux)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Mar 02 2006 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Added support for gnome-patch-translation.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Feb 27 2006 jimmyk@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- added system info tab (BNC #67255)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- converted neededforbuild to BuildRequires
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Nov 30 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.12.2
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Oct 13 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.12.1
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Mon Sep 05 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.12.0 (GNOME 2.12)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Aug 23 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.11.92
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Aug 08 2005 rodrigo@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to 2.11.91
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Aug 02 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.11.90
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Fri Jul 22 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.11.5
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Mon Jun 20 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.11.3
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Mar 16 2005 clahey@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Remove patch to remove icon.
|
|
|
|
|
- Add patch to fix menu name.
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Mar 09 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.10.0 (GNOME 2.10).
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Mar 03 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.9.92
|
|
|
|
|
- Removed dependency on libgnomesu
|
2008-10-09 19:15:48 +02:00
|
|
|
|
* Thu Feb 10 2005 gekker@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Update to version 2.9.91
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Feb 04 2005 hhetter@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- updated to version 2.9.90
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Wed Nov 24 2004 ro@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- added suse_update_desktop_file
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Nov 19 2004 ro@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- update to 2.8.0 (makes it build with recent gtk2)
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Nov 02 2004 ro@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- locale rename: no -> nb
|
2008-09-13 03:44:45 +02:00
|
|
|
|
* Thu Aug 26 2004 clahey@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Cache gnome-system-monitor help and show gnome-system-monitor in khelpcenter.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Apr 30 2004 hhetter@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- updated to 2.6.0 [GNOME2.6]
|
|
|
|
|
- added #neededforbuild perl-XML-Parser
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Mar 17 2004 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Fixed scrollkeeper calling conventions (#36215).
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Wed Mar 10 2004 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Fixed gconf schemas installation (#33114).
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Fri Feb 20 2004 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Fixed names of GNOME2 packages.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Feb 12 2004 hhetter@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- gconf schema (de-)installation in %%post and %%postun
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- build as user
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Sep 29 2003 hhetter@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- updated to version 2.4.0 [GNOME2.4]
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- GNOME prefix change to /opt/gnome.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Jun 30 2003 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Provide and obsolete procman.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Thu Jun 26 2003 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Updated to version 2.0.5.
|
|
|
|
|
- Updated neededforbuild.
|
|
|
|
|
- Use %%find_lang.
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Mon Feb 10 2003 hhetter@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- updated to version 2.0.4 [GNOME 2.2.0]
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Jan 14 2003 ro@suse.de
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- added expat to neededforbuild
|
2008-02-01 22:07:46 +01:00
|
|
|
|
* Tue Oct 01 2002 sbrabec@suse.cz
|
2007-01-12 01:25:49 +01:00
|
|
|
|
- Added new package.
|