Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package power-profiles-daemon for
openSUSE:Factory checked in at 2025-04-10 21:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/power-profiles-daemon (Old)
and /work/SRC/openSUSE:Factory/.power-profiles-daemon.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "power-profiles-daemon"
Thu Apr 10 21:57:15 2025 rev:14 rq:1268011 version:0.30
Changes:
--------
---
/work/SRC/openSUSE:Factory/power-profiles-daemon/power-profiles-daemon.changes
2025-01-17 18:37:35.993521983 +0100
+++
/work/SRC/openSUSE:Factory/.power-profiles-daemon.new.1907/power-profiles-daemon.changes
2025-04-10 21:57:20.515823809 +0200
@@ -1,0 +2,16 @@
+Sun Apr 6 17:46:48 UTC 2025 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.30 (boo#1240862):
+ * Add support for configuring actions to be enabled or disabled
+ over dbus:
+ - Actions can be listed via `powerprofilesctl list-actions`
+ - These can be controlled via `powerprofilesctl
+ configure-action`
+ * Add support for configuring whether PPD reacts to battery/AC
+ charger events:
+ - It can be queried and controlled via: `powerprofilesctl
+ query-battery-aware` and `powerprofilesctl
+ configure-battery-aware`
+ * Add better better compatibility with kernel 6.14.
+
+-------------------------------------------------------------------
Old:
----
power-profiles-daemon-0.23.tar.bz2
New:
----
power-profiles-daemon-0.30.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ power-profiles-daemon.spec ++++++
--- /var/tmp/diff_new_pack.uIBkYn/_old 2025-04-10 21:57:21.187851866 +0200
+++ /var/tmp/diff_new_pack.uIBkYn/_new 2025-04-10 21:57:21.191852033 +0200
@@ -17,7 +17,7 @@
Name: power-profiles-daemon
-Version: 0.23
+Version: 0.30
Release: 0
Summary: Power profiles handling over D-Bus
License: GPL-3.0-or-later
@@ -124,7 +124,7 @@
%{_datadir}/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service
%{_datadir}/polkit-1/actions/power-profiles-daemon.policy
%{_mandir}/man1/powerprofilesctl.1%{?ext_man}
-%ghost %dir %{_localstatedir}/lib/%{name}
+%ghost %attr(0755,root,root) %dir %{_localstatedir}/lib/%{name}
%files doc
%dir %{_datadir}/gtk-doc/
++++++ hold-profile-hardening.patch ++++++
--- /var/tmp/diff_new_pack.uIBkYn/_old 2025-04-10 21:57:21.219853202 +0200
+++ /var/tmp/diff_new_pack.uIBkYn/_new 2025-04-10 21:57:21.223853369 +0200
@@ -1,8 +1,8 @@
-Index: power-profiles-daemon-0.11/src/power-profiles-daemon.c
+Index: power-profiles-daemon-0.30/src/power-profiles-daemon.c
===================================================================
---- power-profiles-daemon-0.11.orig/src/power-profiles-daemon.c
-+++ power-profiles-daemon-0.11/src/power-profiles-daemon.c
-@@ -537,6 +537,29 @@ holder_disappeared (GDBusConnection *con
+--- power-profiles-daemon-0.30.orig/src/power-profiles-daemon.c
++++ power-profiles-daemon-0.30/src/power-profiles-daemon.c
+@@ -830,6 +830,29 @@ holder_disappeared (GDBusConnection *con
g_ptr_array_free (cookies, TRUE);
}
@@ -32,7 +32,7 @@
static void
hold_profile (PpdApp *data,
GVariant *parameters,
-@@ -559,6 +582,18 @@ hold_profile (PpdApp *dat
+@@ -858,6 +881,18 @@ hold_profile (PpdApp *dat
return;
}
++++++ power-profiles-daemon-0.23.tar.bz2 -> power-profiles-daemon-0.30.tar.bz2
++++++
++++ 2767 lines of diff (skipped)