From 5b487f986d465a019c0a9c1d9ef18cf4f5bb471e22b3b5925fd283295acf8eaf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Feb 2017 20:39:13 +0000 Subject: [PATCH 1/8] Accepting request 459772 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/459772 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=152 --- gnome-system-monitor-3.22.2.tar.xz | 3 --- gnome-system-monitor-3.23.90.tar.xz | 3 +++ gnome-system-monitor.changes | 37 +++++++++++++++++++++++++++++ gnome-system-monitor.spec | 15 +++++------- 4 files changed, 46 insertions(+), 12 deletions(-) delete mode 100644 gnome-system-monitor-3.22.2.tar.xz create mode 100644 gnome-system-monitor-3.23.90.tar.xz diff --git a/gnome-system-monitor-3.22.2.tar.xz b/gnome-system-monitor-3.22.2.tar.xz deleted file mode 100644 index 33be806..0000000 --- a/gnome-system-monitor-3.22.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a5b097157a6e445fc2467cbaecfede77d00b774c93e8aa69b6f784055dc982 -size 907524 diff --git a/gnome-system-monitor-3.23.90.tar.xz b/gnome-system-monitor-3.23.90.tar.xz new file mode 100644 index 0000000..d3a2fcb --- /dev/null +++ b/gnome-system-monitor-3.23.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a034ac6c080735ac5a4518caa407aeecca2dd122544aa19707500683c74fee2a +size 912128 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 5a19207..edbd6c9 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Feb 19 15:47:03 UTC 2017 - zaitor@opensuse.org + +- Drop pkgconfig(libwnck-3.0) BuildRequires and no longer pass + --enable-wnck to configure, it currently leads to segfaults + (bgo#778776). +- Drop obsolete clean section. + +------------------------------------------------------------------- +Wed Feb 15 09:25:56 UTC 2017 - zaitor@opensuse.org + +- Add explicit pkgconfig(giomm-2.4), pkgconfig(glibmm-2.4) + BuildRequires and version them, following what configure looks + for. + +------------------------------------------------------------------- +Wed Feb 15 09:25:55 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.90: + + Add option to disable smooth (curves) graph (bgo#778470). + + Updated translations. + +------------------------------------------------------------------- +Tue Nov 22 12:24:29 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.23.2: + + Use real widget types, eliminate downcasting. + + Remove deprecated GtkAlignments. + + Use relative positions to the labels to attach the net pickers. + + Port to Gio::Settings. + + Fixed menu popup problems. + + Cgroup reform (bgo#773016). + + Simplified resource view structure. + + Use unicode in translatable strings. + + Do not use deprecated calls. + + Updated translations. + ------------------------------------------------------------------- Fri Nov 11 10:16:56 UTC 2016 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 547eb88..5af6eab 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-system-monitor # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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.22.2 +Version: 3.23.90 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.22/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.23/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool @@ -32,13 +32,14 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gdk-x11-3.0) +BuildRequires: pkgconfig(giomm-2.4) >= 2.46 +BuildRequires: pkgconfig(glibmm-2.4) >= 2.46 BuildRequires: pkgconfig(gmodule-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(gtkmm-3.0) >= 3.3.18 BuildRequires: pkgconfig(libgtop-2.0) >= 2.28.2 BuildRequires: pkgconfig(librsvg-2.0) >= 2.35 BuildRequires: pkgconfig(libsystemd) >= 44 -BuildRequires: pkgconfig(libwnck-3.0) >= 2.91.0 BuildRequires: pkgconfig(libxml-2.0) Requires: lsb-release Recommends: %{name}-lang @@ -56,7 +57,6 @@ translation-update-upstream %build %configure \ - --enable-wnck \ --enable-systemd %__make %{?jobs:-j%jobs} V=1 @@ -68,9 +68,6 @@ echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gno %find_lang %{name} %{?no_lang_C} %fdupes $RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %post %desktop_database_post %glib2_gsettings_schema_post From 0429d6e2f6652091dd00cf23e3a81e6b801f75dd281b244c624127ccf93a5b2f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Feb 2017 21:40:23 +0000 Subject: [PATCH 2/8] 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 --- gnome-system-monitor-3.23.90.tar.xz | 3 --- gnome-system-monitor-3.23.91.tar.xz | 3 +++ gnome-system-monitor-linking.patch | 19 +++++++++++++++++++ gnome-system-monitor.changes | 12 ++++++++++++ gnome-system-monitor.spec | 7 ++++++- 5 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 gnome-system-monitor-3.23.90.tar.xz create mode 100644 gnome-system-monitor-3.23.91.tar.xz create mode 100644 gnome-system-monitor-linking.patch diff --git a/gnome-system-monitor-3.23.90.tar.xz b/gnome-system-monitor-3.23.90.tar.xz deleted file mode 100644 index d3a2fcb..0000000 --- a/gnome-system-monitor-3.23.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a034ac6c080735ac5a4518caa407aeecca2dd122544aa19707500683c74fee2a -size 912128 diff --git a/gnome-system-monitor-3.23.91.tar.xz b/gnome-system-monitor-3.23.91.tar.xz new file mode 100644 index 0000000..d7a5ad9 --- /dev/null +++ b/gnome-system-monitor-3.23.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb66894f1dbd0e74b1d964628d676e28cd5a59800e098924f754efa43309220 +size 917516 diff --git a/gnome-system-monitor-linking.patch b/gnome-system-monitor-linking.patch new file mode 100644 index 0000000..51ef695 --- /dev/null +++ b/gnome-system-monitor-linking.patch @@ -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 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index edbd6c9..2a0a1b3 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -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 diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 5af6eab..6f2f524 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,15 +17,18 @@ Name: gnome-system-monitor -Version: 3.23.90 +Version: 3.23.91 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 @@ -53,9 +56,11 @@ GNOME Desktop. %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build +autoreconf -fiv %configure \ --enable-systemd %__make %{?jobs:-j%jobs} V=1 From 5fcad87ae156ed66ec89a29c3115dcc2c36cc02ac9d48db28ecf200f0c7c0a08 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 18:45:43 +0000 Subject: [PATCH 3/8] Accepting request 479228 from GNOME:Next Resub with patch dropped, thanks upstream for not mention that in NEWS OBS-URL: https://build.opensuse.org/request/show/479228 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=154 --- gnome-system-monitor-3.23.91.tar.xz | 3 --- gnome-system-monitor-3.23.92.tar.xz | 3 +++ gnome-system-monitor-linking.patch | 19 ------------------- gnome-system-monitor.changes | 8 ++++++++ gnome-system-monitor.spec | 7 +------ 5 files changed, 12 insertions(+), 28 deletions(-) delete mode 100644 gnome-system-monitor-3.23.91.tar.xz create mode 100644 gnome-system-monitor-3.23.92.tar.xz delete mode 100644 gnome-system-monitor-linking.patch 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 From a7a5244363e81295226bcf785757949ed9e3232f22c1ba29e211a91595429033 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 21:23:21 +0000 Subject: [PATCH 4/8] Accepting request 479363 from home:mgorse:branches:GNOME:Factory - Add gsm-bsc1020294-add-resources-scrollbar.patch: add a scrollbar to the resources tab (bsc#1020294 bgo#778697). OBS-URL: https://build.opensuse.org/request/show/479363 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=155 --- gnome-system-monitor.changes | 6 +++++ gnome-system-monitor.spec | 3 +++ gsm-bsc1020294-add-resources-scrollbar.patch | 26 ++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 gsm-bsc1020294-add-resources-scrollbar.patch diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 9979c07..db5968c 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 14 18:57:08 UTC 2017 - mgorse@suse.com + +- Add gsm-bsc1020294-add-resources-scrollbar.patch: add a + scrollbar to the resources tab (bsc#1020294 bgo#778697). + ------------------------------------------------------------------- Tue Mar 14 08:46:11 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index a788cf6..47ad5f6 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -24,6 +24,8 @@ 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-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 @@ -53,6 +55,7 @@ GNOME Desktop. %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build diff --git a/gsm-bsc1020294-add-resources-scrollbar.patch b/gsm-bsc1020294-add-resources-scrollbar.patch new file mode 100644 index 0000000..d6d8420 --- /dev/null +++ b/gsm-bsc1020294-add-resources-scrollbar.patch @@ -0,0 +1,26 @@ +diff -urp gnome-system-monitor-3.20.1.orig/data/interface.ui gnome-system-monitor-3.20.1/data/interface.ui +--- gnome-system-monitor-3.20.1.orig/data/interface.ui 2016-02-03 11:11:26.000000000 -0600 ++++ gnome-system-monitor-3.20.1/data/interface.ui 2017-02-13 10:57:00.815968998 -0600 +@@ -167,6 +167,13 @@ + + + ++ ++ True ++ True ++ True ++ True ++ none ++ + + True + False +@@ -466,6 +473,8 @@ + + + ++ ++ + + resources + Resources From f7bf7414a175c5a247565c5b0711061919b6ac2f34380c42d84686d0d213af2c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 21:26:02 +0000 Subject: [PATCH 5/8] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=156 --- gnome-system-monitor.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index db5968c..179b598 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -2,7 +2,7 @@ Tue Mar 14 18:57:08 UTC 2017 - mgorse@suse.com - Add gsm-bsc1020294-add-resources-scrollbar.patch: add a - scrollbar to the resources tab (bsc#1020294 bgo#778697). + scrollbar to the resources tab (bsc#1020294, bgo#778697). ------------------------------------------------------------------- Tue Mar 14 08:46:11 UTC 2017 - zaitor@opensuse.org From da3280624f4176109ae2847314c97a9bee3ec8b0444986c73f39d17d1308cda7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Mar 2017 12:46:36 +0000 Subject: [PATCH 6/8] Accepting request 480831 from home:jengelh:branches:GNOME:Factory - Use %_smp_mflags for parallel build and limit fdupes to not work across common partitions. Replace old-age $RPM_* by %-macros. OBS-URL: https://build.opensuse.org/request/show/480831 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=157 --- gnome-system-monitor.changes | 6 ++++++ gnome-system-monitor.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 179b598..08835fe 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 17 12:34:52 UTC 2017 - jengelh@inai.de + +- Use %_smp_mflags for parallel build and limit fdupes to not + work across common partitions. Replace old-age $RPM_* by %-macros. + ------------------------------------------------------------------- Tue Mar 14 18:57:08 UTC 2017 - mgorse@suse.com diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 47ad5f6..919e600 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -61,15 +61,15 @@ translation-update-upstream %build %configure \ --enable-systemd -%__make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install %makeinstall -echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop +echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome-system-monitor.desktop %suse_update_desktop_file %{name} %suse_update_desktop_file %{name}-kde %find_lang %{name} %{?no_lang_C} -%fdupes $RPM_BUILD_ROOT +%fdupes %buildroot/%_prefix %post %desktop_database_post From af6a6e8ad126947c6c610121358e74e2c39abb6cf33da84fc06126f3680be002 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Mar 2017 12:48:59 +0000 Subject: [PATCH 7/8] - Run spec-cleaner: + Add pkgconfig BuildRequires. + Use %make_install instead of %makeinstall. + Add %defattr(-,root,root) to the -lang package. - Use %_smp_mflags for parallel build and limit fdupes to not work across common partitions. Replace old-age $RPM_* by %-macros. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=158 --- gnome-system-monitor.changes | 12 ++++++++++-- gnome-system-monitor.spec | 9 ++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 08835fe..106851e 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,8 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 17 12:47:40 UTC 2017 - dimstar@opensuse.org + +- Run spec-cleaner: + + Add pkgconfig BuildRequires. + + Use %make_install instead of %makeinstall. + + Add %defattr(-,root,root) to the -lang package. + ------------------------------------------------------------------- Fri Mar 17 12:34:52 UTC 2017 - jengelh@inai.de -- Use %_smp_mflags for parallel build and limit fdupes to not - work across common partitions. Replace old-age $RPM_* by %-macros. +- Use %_smp_mflags for parallel build and limit fdupes to not work + across common partitions. Replace old-age $RPM_* by %-macros. ------------------------------------------------------------------- Tue Mar 14 18:57:08 UTC 2017 - mgorse@suse.com diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 919e600..6906e2e 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -19,16 +19,17 @@ Name: gnome-system-monitor Version: 3.23.92 Release: 0 -Url: http://www.gnome.org 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.23/%{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 BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools @@ -53,6 +54,7 @@ GNOME-system-monitor is a simple process and system monitor for the GNOME Desktop. %lang_package + %prep %setup -q %patch0 -p1 @@ -64,12 +66,12 @@ translation-update-upstream make %{?_smp_mflags} V=1 %install -%makeinstall +%make_install echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome-system-monitor.desktop %suse_update_desktop_file %{name} %suse_update_desktop_file %{name}-kde %find_lang %{name} %{?no_lang_C} -%fdupes %buildroot/%_prefix +%fdupes %{buildroot}/%{_prefix} %post %desktop_database_post @@ -98,5 +100,6 @@ echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome %{_libexecdir}/%{name}/gsm-renice %files lang -f %{name}.lang +%defattr(-,root,root) %changelog From ff6b50b4c7720dfcda108886fd74e480b0b7351b1bf78dd6471b9f5820d13e96 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Mar 2017 11:13:07 +0000 Subject: [PATCH 8/8] Accepting request 481703 from GNOME:Next Update to 3.24.0 OBS-URL: https://build.opensuse.org/request/show/481703 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=159 --- gnome-system-monitor-3.23.92.tar.xz | 3 --- gnome-system-monitor-3.24.0.tar.xz | 3 +++ gnome-system-monitor.changes | 6 ++++++ gnome-system-monitor.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-system-monitor-3.23.92.tar.xz create mode 100644 gnome-system-monitor-3.24.0.tar.xz diff --git a/gnome-system-monitor-3.23.92.tar.xz b/gnome-system-monitor-3.23.92.tar.xz deleted file mode 100644 index df64494..0000000 --- a/gnome-system-monitor-3.23.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f024600beb7cd5944f1f034830ccaf174fed79516d64057d87a4ff8108e34c -size 928016 diff --git a/gnome-system-monitor-3.24.0.tar.xz b/gnome-system-monitor-3.24.0.tar.xz new file mode 100644 index 0000000..194b26b --- /dev/null +++ b/gnome-system-monitor-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32b45062411aaef06681e5e28fd2c24ea8b362168bae83992944ec8e02063f4 +size 930956 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 106851e..00c0536 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 21 09:55:02 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.24.0: + + Updated translations. + ------------------------------------------------------------------- Fri Mar 17 12:47:40 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 6906e2e..b5468e7 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,13 +17,13 @@ Name: gnome-system-monitor -Version: 3.23.92 +Version: 3.24.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.23/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.24/%{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