Accepting request 162565 from home:posophe:branches:X11:MATE:Factory

update

OBS-URL: https://build.opensuse.org/request/show/162565
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=7
This commit is contained in:
Denisart Benjamin 2013-04-04 00:35:41 +00:00 committed by Git OBS Bridge
parent 761558fd45
commit 19f2abac9a
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 3 23:41:24 UTC 2013 - p.drouand@gmail.com
- Update to version 1.6.0
+ AC_CONFIG_HEADERS to please automake 1.13
+ Update mate-system-monitor.desktop.in.in
* choose a unique name
* add generic name
+ update translations
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 24 20:48:32 UTC 2013 - nmo.marques@gmail.com Thu Jan 24 20:48:32 UTC 2013 - nmo.marques@gmail.com

View File

@ -1,7 +1,6 @@
# spec file for mate-system-monitor # spec file for mate-system-monitor
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Nelson Marques <nmarques@gmail.com>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,15 +15,16 @@
Name: mate-system-monitor Name: mate-system-monitor
Version: 1.5.1 Version: 1.6.0
Release: 0 Release: 0
License: GPL-2.0+ License: GPL-2.0+
Summary: MATE Desktop system monitor Summary: MATE Desktop system monitor
Url: http://mate-desktop.org Url: http://mate-desktop.org
Group: System/GUI/Other Group: System/GUI/Other
Source0: http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
# openSUSE branded image to replace original # openSUSE branded image to replace original
Source1: side-openSUSE.png Source1: side-openSUSE.png
Recommends: %{name}-lang
%glib2_gsettings_schema_requires %glib2_gsettings_schema_requires
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -64,7 +64,7 @@ as CPU and memory.
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
%configure \ %configure \
--disable-static \ --disable-static \
--libexecdir=%{_libexecdir}/${name} \ --libexecdir=%{_libexecdir}/%{name} \
--disable-scrollkeeper --disable-scrollkeeper
make %{?_smp_mflags} make %{?_smp_mflags}