Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-control-center for
openSUSE:Factory checked in at 2025-01-18 13:17:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
and /work/SRC/openSUSE:Factory/.gnome-control-center.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-control-center"
Sat Jan 18 13:17:40 2025 rev:258 rq:1238498 version:47.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2025-01-12 11:09:21.850607141 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-control-center.new.5589/gnome-control-center.changes
2025-01-18 13:17:50.468849893 +0100
@@ -1,0 +2,16 @@
+Fri Jan 17 12:48:05 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Recommend ppd-server instead of power-profiles-daemon: there is
+ also tuned-ppd, which provides the same dbus interface. If the
+ user does not chose between the two, we suggest the original
+ power-profiles-daemon.
+
+-------------------------------------------------------------------
+Tue Jan 14 13:29:35 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Fix escaping of commented out patch: with RPM 4.20, %patch
+ becomes a standard, expandable macro, that can span more than one
+ line. Commenting out with #%patch can thus lead to invalid
+ results.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.JX1qz0/_old 2025-01-18 13:17:51.228881232 +0100
+++ /var/tmp/diff_new_pack.JX1qz0/_new 2025-01-18 13:17:51.228881232 +0100
@@ -130,7 +130,11 @@
# the printers panel can use the dbus service
Recommends: system-config-printer-dbus-service
# For the power panel
-Recommends: power-profiles-daemon
+# power-profile-daemon uses a dbus interface, which is provided by tuned-ppd
and power-profiles-daemom
+# Either one will do
+Recommends: ppd-server
+# If the user expresses no choice, we pick the original power-profiles-daemon
for now
+Suggests: power-profiles-daemon
%description
The control center is GNOME's main interface for configuration of
@@ -206,7 +210,7 @@
%patch -P 1002 -p1
%patch -P 1003 -p1
# patch needs rebase
-# %patch -P 1004 -p1
+# %%patch -P 1004 -p1
%endif
%build