Hello community,
here is the log from the commit of package gnome-system-monitor for
openSUSE:Factory checked in at 2018-10-17 08:10:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-system-monitor (Old)
and /work/SRC/openSUSE:Factory/.gnome-system-monitor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-system-monitor"
Wed Oct 17 08:10:07 2018 rev:105 rq:636744 version:3.30.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2018-05-22 16:59:15.194139781 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
2018-10-17 08:10:09.379161707 +0200
@@ -1,0 +2,36 @@
+Fri Sep 7 18:24:13 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 3.29.91:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug 3 18:41:03 UTC 2018 - [email protected]
+
+- Update to version 3.29.90:
+ + Coding style fixes.
+ + Build fixes.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Jun 18 23:59:45 UTC 2018 - [email protected]
+
+- 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).
+
+-------------------------------------------------------------------
Old:
----
gnome-system-monitor-3.28.2.tar.xz
New:
----
gnome-system-monitor-3.30.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-system-monitor.spec ++++++
--- /var/tmp/diff_new_pack.i4vZP6/_old 2018-10-17 08:10:09.879161485 +0200
+++ /var/tmp/diff_new_pack.i4vZP6/_new 2018-10-17 08:10:09.887161482 +0200
@@ -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(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 @@
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 @@
%{_libexecdir}/%{name}/gsm-renice
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/gsm.gresource
+%{_datadir}/icons/hicolor/*/apps/gnome-system-monitor*
%files lang -f %{name}.lang
++++++ gnome-system-monitor-3.28.2.tar.xz -> gnome-system-monitor-3.30.0.tar.xz
++++++
++++ 123021 lines of diff (skipped)