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