diff --git a/gnome-system-monitor-3.23.91.tar.xz b/gnome-system-monitor-3.23.91.tar.xz deleted file mode 100644 index d7a5ad9..0000000 --- a/gnome-system-monitor-3.23.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cb66894f1dbd0e74b1d964628d676e28cd5a59800e098924f754efa43309220 -size 917516 diff --git a/gnome-system-monitor-3.23.92.tar.xz b/gnome-system-monitor-3.23.92.tar.xz new file mode 100644 index 0000000..df64494 --- /dev/null +++ b/gnome-system-monitor-3.23.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f024600beb7cd5944f1f034830ccaf174fed79516d64057d87a4ff8108e34c +size 928016 diff --git a/gnome-system-monitor-linking.patch b/gnome-system-monitor-linking.patch deleted file mode 100644 index 51ef695..0000000 --- a/gnome-system-monitor-linking.patch +++ /dev/null @@ -1,19 +0,0 @@ -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 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 2a0a1b3..9979c07 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 14 08:46:11 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.23.92: + + Updated translations. +- Drop gnome-system-monitor-linking.patch, gnome-common + Buildrequires and call to autoreconf: Fixed upstream. + ------------------------------------------------------------------- Tue Feb 28 10:39:19 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 6f2f524..a788cf6 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,18 +17,15 @@ Name: gnome-system-monitor -Version: 3.23.91 +Version: 3.23.92 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.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: gcc-c++ -BuildRequires: gnome-common BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -56,11 +53,9 @@ GNOME Desktop. %lang_package %prep %setup -q -%patch0 -p1 translation-update-upstream %build -autoreconf -fiv %configure \ --enable-systemd %__make %{?jobs:-j%jobs} V=1