From d66bc0a5d6ffb41bece8d65e7e6c4dd17c1b2a6df6847a1d1940aac76092e7e0 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 20 Sep 2018 03:35:33 +0000 Subject: [PATCH] Accepting request 634620 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/634620 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=182 --- gnome-system-monitor-3.28.2.tar.xz | 3 --- gnome-system-monitor-3.30.0.tar.xz | 3 +++ gnome-system-monitor.changes | 36 ++++++++++++++++++++++++++++++ gnome-system-monitor.spec | 17 ++++++++------ 4 files changed, 49 insertions(+), 10 deletions(-) delete mode 100644 gnome-system-monitor-3.28.2.tar.xz create mode 100644 gnome-system-monitor-3.30.0.tar.xz diff --git a/gnome-system-monitor-3.28.2.tar.xz b/gnome-system-monitor-3.28.2.tar.xz deleted file mode 100644 index 85d7954..0000000 --- a/gnome-system-monitor-3.28.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb87863f2505ae4ad693b3b6fe79817b6a9d57f6ed7de98bb2dbf95610b29198 -size 1209156 diff --git a/gnome-system-monitor-3.30.0.tar.xz b/gnome-system-monitor-3.30.0.tar.xz new file mode 100644 index 0000000..4c55c4e --- /dev/null +++ b/gnome-system-monitor-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a17fe1f8f6c01cb5a777bb3a622a3d54068f0b5f779bbf6ecb68b98a291e3c +size 762004 diff --git a/gnome-system-monitor.changes b/gnome-system-monitor.changes index 3702c5b..fdff49c 100644 --- a/gnome-system-monitor.changes +++ b/gnome-system-monitor.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Sep 7 18:24:13 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + * Updated translations. +- Remove lang package from recommended packages as it already + supplements main package. + +------------------------------------------------------------------- +Mon Aug 13 19:34:09 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.91: + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 3 18:41:03 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.90: + + Coding style fixes. + + Build fixes. + + Updated translations. + +------------------------------------------------------------------- +Mon Jun 18 23:59:45 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.3: + + Ship app icon (glgo#GNOME/gnome-system-monitor#80). + + Fixed crash caused by regex error (bgo#796168). + + Migrate to meson. + + Updated bugzilla references to gitlab. + + Use short process name for process dialog title. +- Add meson BuildRequires and corresponding macros following + upstreams port. Also pass wnck=false and systemd=true to meson, + ensure we build the features we want (currently following + upstream defaults). + ------------------------------------------------------------------- Wed May 9 15:55:41 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 6da5ccc..cdce705 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -17,15 +17,17 @@ Name: gnome-system-monitor -Version: 3.28.2 +Version: 3.30.0 Release: 0 Summary: A process monitor for the GNOME desktop License: GPL-2.0-or-later Group: System/GUI/GNOME URL: https://wiki.gnome.org/Apps/SystemMonitor -Source0: http://download.gnome.org/sources/gnome-system-monitor/3.28/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-system-monitor/3.30/%{name}-%{version}.tar.xz + BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: polkit-devel BuildRequires: translation-update-upstream @@ -41,7 +43,6 @@ BuildRequires: pkgconfig(libgtop-2.0) >= 2.37.2 BuildRequires: pkgconfig(librsvg-2.0) >= 2.35 BuildRequires: pkgconfig(libsystemd) >= 44 BuildRequires: pkgconfig(libxml-2.0) >= 2.0 -Recommends: %{name}-lang %description GNOME-system-monitor is a process and system monitor for the GNOME @@ -55,13 +56,14 @@ processor time, memory, and disk space are being used. translation-update-upstream %build -%configure \ - --enable-systemd \ +%meson \ + -Dwnck=false \ + -Dsystemd=true \ %{nil} -%make_build +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}/%{_prefix} @@ -83,6 +85,7 @@ translation-update-upstream %{_libexecdir}/%{name}/gsm-renice %dir %{_datadir}/%{name} %{_datadir}/%{name}/gsm.gresource +%{_datadir}/icons/hicolor/*/apps/gnome-system-monitor* %files lang -f %{name}.lang