Accepting request 460959 from GNOME:Next
Scripted push of GNOME:Next OBS-URL: https://build.opensuse.org/request/show/460959 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=153
This commit is contained in:
parent
5b487f986d
commit
0429d6e2f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a034ac6c080735ac5a4518caa407aeecca2dd122544aa19707500683c74fee2a
|
|
||||||
size 912128
|
|
3
gnome-system-monitor-3.23.91.tar.xz
Normal file
3
gnome-system-monitor-3.23.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4cb66894f1dbd0e74b1d964628d676e28cd5a59800e098924f754efa43309220
|
||||||
|
size 917516
|
19
gnome-system-monitor-linking.patch
Normal file
19
gnome-system-monitor-linking.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Index: gnome-system-monitor-3.23.91/src/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- gnome-system-monitor-3.23.91.orig/src/Makefile.am
|
||||||
|
+++ gnome-system-monitor-3.23.91/src/Makefile.am
|
||||||
|
@@ -46,11 +46,11 @@ gnome_system_monitor_SOURCES = \
|
||||||
|
|
||||||
|
# See legacy/Makefile.am for explanation
|
||||||
|
LDADD = \
|
||||||
|
+ legacy/gsm-resources.o \
|
||||||
|
+ legacy/libgsmlegacy.la \
|
||||||
|
$(GSM_LIBS) \
|
||||||
|
$(SYSTEMD_LIBS) \
|
||||||
|
- $(WNCK_LIBS) \
|
||||||
|
- legacy/gsm-resources.o \
|
||||||
|
- legacy/libgsmlegacy.la
|
||||||
|
+ $(WNCK_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
# GSettings schemas, enum files and conversion file
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 10:39:19 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.23.91:
|
||||||
|
+ Smooth chart setting should only affect cpu chart.
|
||||||
|
+ bgo#778776 fixed broken wnck option.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add gnome-system-monitor-linking.patch: Fix build with
|
||||||
|
-Wl,--as-needed.
|
||||||
|
- Add gnome-common Buildrequires and call to autoreconf, as above
|
||||||
|
patch touches the build system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 19 15:47:03 UTC 2017 - zaitor@opensuse.org
|
Sun Feb 19 15:47:03 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,15 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-system-monitor
|
Name: gnome-system-monitor
|
||||||
Version: 3.23.90
|
Version: 3.23.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Summary: A Simple Process Monitor
|
Summary: A Simple Process Monitor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.23/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-system-monitor/3.23/%{name}-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-system-monitor-linking.patch bgo#779365 dimstar@opensuse.org -- Fix build with -Wl,--as-needed
|
||||||
|
Patch0: gnome-system-monitor-linking.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gnome-common
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@ -53,9 +56,11 @@ GNOME Desktop.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--enable-systemd
|
--enable-systemd
|
||||||
%__make %{?jobs:-j%jobs} V=1
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user