Hello community, here is the log from the commit of package mate-power-manager for openSUSE:Factory checked in at 2020-03-18 12:43:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-power-manager (Old) and /work/SRC/openSUSE:Factory/.mate-power-manager.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-power-manager" Wed Mar 18 12:43:53 2020 rev:26 rq:786020 version:1.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-power-manager/mate-power-manager.changes 2020-03-03 10:17:55.754860026 +0100 +++ /work/SRC/openSUSE:Factory/.mate-power-manager.new.3160/mate-power-manager.changes 2020-03-18 12:49:06.269092720 +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.3Pr4gm/_old 2020-03-18 12:49:12.513096449 +0100 +++ /var/tmp/diff_new_pack.3Pr4gm/_new 2020-03-18 12:49:12.513096449 +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.3Pr4gm/_old 2020-03-18 12:49:14.057097371 +0100 +++ /var/tmp/diff_new_pack.3Pr4gm/_new 2020-03-18 12:49:14.057097371 +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
