diff --git a/_service b/_service index a2c92b8..95a5482 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gnome-control-center.git - 47.1.1 + 47.4 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/gnome-control-center-47.1.1.obscpio b/gnome-control-center-47.1.1.obscpio deleted file mode 100644 index 9009208..0000000 --- a/gnome-control-center-47.1.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b01368597971b8533d1a7290ae2f1ebf230eef7e299e8cb0713274738f3110 -size 47681549 diff --git a/gnome-control-center-47.4.obscpio b/gnome-control-center-47.4.obscpio new file mode 100644 index 0000000..8eb9a7f --- /dev/null +++ b/gnome-control-center-47.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4342105173cc4af78643e541dd1ed774811ac6e0cc69918f9fb8d81147c63863 +size 47772685 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index af2ea51..1a7e5bf 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Mon Feb 3 16:35:42 UTC 2025 - Bjørn Lie + +- Update to version 47.4: + + Use static hostname instead of pretty hostname (hostnamed) in + URLs + + Fix a memory leak in CcMaskPaintable (used for illustrations) + + Region: Inform accountsservice of all configured languages + + Updated translations. + +------------------------------------------------------------------- +Fri Jan 17 12:48:05 UTC 2025 - Dominique Leuenberger + +- 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 + +- 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. + +------------------------------------------------------------------- +Thu Jan 9 17:48:23 UTC 2025 - Bjørn Lie + +- Update to version 47.3: + + About: Fix wrong GPU names when g-c-c is launched using dGPU. + + Color: Various fixes to the color calibration tool. + + Notifications: Update UI when underlying gsetting changes. + + Network: Make metered connection and hotspot settings adaptive + to small screens. + + Power: Handle when tuned-ppd has an unsupported power profile. + + Sound: Prevent crash in Volume Levels when stream has no name. + + Users: Make screen reader read avatar file names when there are + no names. + + Updated translations. + +------------------------------------------------------------------- +Mon Nov 25 13:24:11 UTC 2024 - Bjørn Lie + +- Update to version 47.2: + + Accessibility: Remove "screen" labels that take too much space + + Appearance: Fix accidental reset of accent colors config + + Apps: Fix some memory leaks + + Color: Ensure profiles are connected before operating on them + + Mobile Networks: Fix alignment of status pages + + Mouse: + - Fix illustration assets requiring gstreamer-plugins-bad + - Update illustration assets + + Printers: Remove wrong tooltip in the "Add Printer" button + + Updated translations. + +------------------------------------------------------------------- +Tue Oct 29 18:27:27 UTC 2024 - bjorn.lie@gmail.com + +- Update to version 47.1.1+9: + * wwan: Fix status pages + * default-apps-row: + - Fix auto_ptr usage causing leaks + - Fix auto_ptr use-after-free + * Updated translations. + ------------------------------------------------------------------- Tue Oct 22 15:12:56 UTC 2024 - Bjørn Lie diff --git a/gnome-control-center.obsinfo b/gnome-control-center.obsinfo index c955ac5..e3d3588 100644 --- a/gnome-control-center.obsinfo +++ b/gnome-control-center.obsinfo @@ -1,4 +1,4 @@ name: gnome-control-center -version: 47.1.1 -mtime: 1729605818 -commit: 7985fc671ad43f5925b9012e6c51231ad73a628d +version: 47.4 +mtime: 1738598780 +commit: 81903efdacefdf40685c367780f177474a7fd15b diff --git a/gnome-control-center.spec b/gnome-control-center.spec index d49a747..7e3502b 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-control-center # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif Name: gnome-control-center -Version: 47.1.1 +Version: 47.4 Release: 0 Summary: The GNOME Control Center License: GPL-2.0-or-later @@ -130,7 +130,11 @@ Recommends: dbus(com.intel.dleyna-server) # 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 @@ GNOME control center. %patch -P 1002 -p1 %patch -P 1003 -p1 # patch needs rebase -# %patch -P 1004 -p1 +# %%patch -P 1004 -p1 %endif %build