OBS User unknown 2007-07-10 21:29:07 +00:00 committed by Git OBS Bridge
parent 455d69afcb
commit 2acd20e6af
4 changed files with 53 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23c6480e35a7eb75b6b39a2a428a711df7d0d5dce0163bdf95239522c35a6ed1
size 1668152

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8303a4ec8146980e7e422716db215ffdfe149827b32ed0452a0d945cf5a29385
size 1738250

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 10 17:30:45 CEST 2007 - maw@suse.de
- 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.
-------------------------------------------------------------------
Fri Apr 27 12:32:12 CEST 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-system-monitor (Version 2.18.1)
# spec file for package gnome-system-monitor (Version 2.19.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,18 +11,18 @@
# norootforbuild
Name: gnome-system-monitor
BuildRequires: docbook-xsl-stylesheets gcc-c++ gnome-common gnome-doc-utils-devel gnome-icon-theme-devel gnome-patch-translation gnutls-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libgtop-devel libwnck-devel scrollkeeper update-desktop-files
License: GNU General Public License (GPL)
BuildRequires: docbook-xsl-stylesheets 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-2_0-7-devel libwnck-devel pcre-devel scrollkeeper update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.18.1
Release: 5
Version: 2.19.4
Release: 1
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.17/%{name}-%{version}.tar.bz2
URL: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A Simple Process Monitor
Requires: gnome-icon-theme
Patch: gnome-system-monitor-desktop.patch
# FIXME: this patch needs to be fixed up. It's in c++ now (woo) and as such
# FIXME: this patch needs to be fixed up. gnome-system-monitor is written in c++ now (woo) and as such
# several filenames have changed.
Patch1: gnome-system-monitor-sysinfo.patch
Patch2: gnome-system-monitor-resident-schema.patch
@ -51,8 +51,9 @@ gnome-patch-translation-update
%build
intltoolize --force
autoreconf -f -i
%configure\
--disable-scrollkeeper
%configure \
--disable-scrollkeeper \
--enable-pcrecpp
make %{?jobs:-j%jobs}
%install
@ -85,6 +86,25 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/omf/gnome-system-monitor/*.omf
%changelog
* Tue Jul 10 2007 - maw@suse.de
- 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.
* Fri Apr 27 2007 - sbrabec@suse.cz
- Do not call meinproc (#227624).
* Wed Apr 11 2007 - maw@suse.de