3.0.0
This commit is contained in:
parent
fe67a66b0b
commit
617d3c33cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ gnome-system-monitor-2.28.1.tar.bz2
|
||||
/gnome-system-monitor-2.99.1.tar.bz2
|
||||
/gnome-system-monitor-2.99.2.tar.bz2
|
||||
/gnome-system-monitor-2.99.3.tar.bz2
|
||||
/gnome-system-monitor-3.0.0.tar.bz2
|
||||
|
@ -11,16 +11,13 @@
|
||||
|
||||
Summary: Process and resource monitor
|
||||
Name: gnome-system-monitor
|
||||
Version: 2.99.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://www.gnome.org/
|
||||
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
||||
Source: http://download.gnome.org/sources/gnome-system-monitor/2.99/%{name}-%{version}.tar.bz2
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=635939
|
||||
Patch0: more-than-4-cpus.patch
|
||||
Source: http://download.gnome.org/sources/gnome-system-monitor/3.0/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
||||
BuildRequires: libwnck-devel >= %{libwnck_version}
|
||||
@ -53,7 +50,6 @@ such as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .4cpu
|
||||
|
||||
%build
|
||||
%configure --enable-selinux --disable-scrollkeeper
|
||||
@ -90,6 +86,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Sat Mar 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-2
|
||||
- Fix runtime error with > 4 cpus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user