Accepting request 523531 from GNOME:Factory

New stable rel (forwarded request 523435 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/523531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-system-monitor?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2017-09-13 19:52:25 +00:00 committed by Git OBS Bridge
commit 0592b5bb7e
4 changed files with 55 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Mon Sep 11 21:46:11 UTC 2017 - zaitor@opensuse.org
- Update to version 3.26.0:
+ Wnck build error fixed.
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 6 23:12:33 UTC 2017 - dimstar@opensuse.org
- Update to version 3.25.92:
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 21 21:10:42 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.91:
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
-------------------------------------------------------------------
Wed Aug 9 12:29:35 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.90:
+ Added option to monitor process disk usage.
+ Fixed build failure (bgo#783993).
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 20 11:47:10 UTC 2017 - dimstar@opensuse.org
- Update to version 3.25.3:
+ Fixed several memory leaks.
+ Updated translations.
-------------------------------------------------------------------
Tue May 23 10:32:31 UTC 2017 - zaitor@opensuse.org
- Update to version 3.25.2:
+ Bugs fixed: bgo#780574, bgo#780644, bgo#779812, bgo#776653,
bgo#781508, bgo#776430.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 21 09:55:02 UTC 2017 - dimstar@opensuse.org

View File

@ -17,20 +17,22 @@
Name: gnome-system-monitor
Version: 3.24.0
Version: 3.26.0
Release: 0
Summary: A Simple Process Monitor
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.24/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.26/%{name}-%{version}.tar.xz
# PATCH-FEATURE-UPSTREAM gsm-bsc1020294-add-resources-scrollbar.patch bsc#1020294 bgo#778697 mgorse@suse.com -- add a scrollbar to the resources tab.
Patch0: gsm-bsc1020294-add-resources-scrollbar.patch
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: intltool
BuildRequires: pkgconfig
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(dbus-glib-1)
@ -58,7 +60,9 @@ GNOME Desktop.
%prep
%setup -q
%patch0 -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure \
@ -98,6 +102,8 @@ echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome
%dir %{_libexecdir}/%{name}/
%{_libexecdir}/%{name}/gsm-kill
%{_libexecdir}/%{name}/gsm-renice
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/gsm.gresource
%files lang -f %{name}.lang
%defattr(-,root,root)