Accepting request 231742 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-system-monitor?expand=0&rev=81
This commit is contained in:
commit
6a24c305e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd009e15672afe4ad3ebd7ed286cce79b9f76420fd39bc77a5826b29134b9db0
|
||||
size 1999248
|
3
gnome-system-monitor-3.12.1.tar.xz
Normal file
3
gnome-system-monitor-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9abdf046248f26b3945a6aba4098ab04907416cdc07e19a7a8aeb568e2428f0f
|
||||
size 794280
|
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 20:35:39 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.1:
|
||||
+ Bugs fixed: process list doesn't update (bgo#728075).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 12:53:15 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 14:21:51 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Bugs fixed: bgo#711381, bgo#724482.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 21:42:34 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ New feature: Shiny new Mallard help.
|
||||
+ Processes list should be completely idle if window not mapped
|
||||
(bgo#309839).
|
||||
+ Updated translations.
|
||||
- Pass --enable-wnck and --enable-systemd, in order to ensure we
|
||||
build with wnck and systemd support.
|
||||
- Remove conditional check for obsolete versions of openSUSE and
|
||||
stop passing --disable-scrollkeeper to configure, no longer
|
||||
needed nor recognized.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 17:34:05 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.5:
|
||||
+ List of fixed bugs
|
||||
- Code cleanups, minor optimizations.
|
||||
- Fixed url and screenshots in appdata.
|
||||
- Ask polkit password only once when killing multiple
|
||||
processes.
|
||||
- Updated FSF's address.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 08:25:04 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.4:
|
||||
+ load-graph.cpp: Draw the background explicitly (bgo#720560).
|
||||
+ Fix the size of the buttons in the headerbar (bgo#721706).
|
||||
+ Fix headerbar item positions (bgo#721734).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 22:14:22 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ Bugs fixed: bgo#719504, bgo#719589, bgo#720091, bgo#720105.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 16:30:39 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.2:
|
||||
+ bgo#712518: update intervals aren't loaded into prefs dialog.
|
||||
+ bgo#712360: procman_pkexec free result of g_strdup_printf.
|
||||
+ bgo#708657: Add desktop-file-validate to distcheck.
|
||||
+ bgo#711366: Keyboard focus is impractical during Process
|
||||
searching.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 22:49:35 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-system-monitor
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-system-monitor
|
||||
Version: 3.10.2
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Summary: A Simple Process Monitor
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.10/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.12/%{name}-%{version}.tar.xz
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -37,9 +37,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.3.18
|
||||
%if 0%{?suse_version} >= 1220
|
||||
BuildRequires: pkgconfig(libsystemd-login) >= 44
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libwnck-3.0) >= 2.91.0
|
||||
Requires: gnome-icon-theme
|
||||
Requires: lsb-release
|
||||
@ -58,7 +56,8 @@ translation-update-upstream
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-scrollkeeper
|
||||
--enable-wnck \
|
||||
--enable-systemd
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user