Hello community,
here is the log from the commit of package mate-power-manager for
openSUSE:Leap:15.2 checked in at 2020-03-20 05:15:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-power-manager (Old)
and /work/SRC/openSUSE:Leap:15.2/.mate-power-manager.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-power-manager"
Fri Mar 20 05:15:18 2020 rev:24 rq:786453 version:1.24.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mate-power-manager/mate-power-manager.changes
2020-03-06 12:42:15.162792779 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mate-power-manager.new.3160/mate-power-manager.changes
2020-03-20 05:15:24.450568235 +0100
@@ -1,0 +2,16 @@
+Tue Mar 17 16:49:37 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.1:
+ * glib-genmarshal: Replace deprecated tokens NONE and BOOL.
+ * Read authors (updated) from mate-power-manager.about.
+ * Use gtk_show_about_dialog to show about dialogue.
+ * Remove the CPU wakeups feature.
+ * Update copyright year in the About dialogue.
+ * Generate missing gpm-* PNGs from new SVGs.
+ * Add missing gpm-phone SVGs.
+ * Add missing gpm-keboard SVGs.
+ * Add missing gpm-mouse SVGs.
+ * Update translations.
+- Rebase mate-power-manager-upower-0.99.7.patch.
+
+-------------------------------------------------------------------
Old:
----
mate-power-manager-1.24.0.tar.xz
New:
----
mate-power-manager-1.24.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.3Qr33X/_old 2020-03-20 05:15:25.314568815 +0100
+++ /var/tmp/diff_new_pack.3Qr33X/_new 2020-03-20 05:15:25.346568837 +0100
@@ -18,7 +18,7 @@
%define _version 1.24
Name: mate-power-manager
-Version: 1.24.0
+Version: 1.24.1
Release: 0
Summary: MATE Desktop UPower policy management
License: GPL-2.0-only
++++++ mate-power-manager-1.24.0.tar.xz -> mate-power-manager-1.24.1.tar.xz
++++++
++++ 115397 lines of diff (skipped)
++++++ mate-power-manager-upower-0.99.7.patch ++++++
--- /var/tmp/diff_new_pack.3Qr33X/_old 2020-03-20 05:15:27.838570509 +0100
+++ /var/tmp/diff_new_pack.3Qr33X/_new 2020-03-20 05:15:27.854570520 +0100
@@ -41,10 +41,10 @@
g_object_get (device,
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
-@@ -1764,7 +1764,12 @@ main (int argc, char *argv[])
+@@ -1407,7 +1407,12 @@ main (int argc, char *argv[])
+
+ client = up_client_new ();
- wakeups = up_wakeups_new ();
- g_signal_connect (wakeups, "data-changed", G_CALLBACK
(gpm_stats_data_changed_cb), NULL);
+#if UP_CHECK_VERSION(0, 99, 8)
devices = up_client_get_devices2 (client);
+#else