Sync from SUSE:SLFO:Main gnome-control-center revision a1f7ed443d1add1aabbb1eebec1ec4e2

This commit is contained in:
Adrian Schröter 2025-02-20 09:28:20 +01:00
parent e10975f448
commit 93dfed9695
6 changed files with 81 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
<param name="revision">47.1.1</param>
<param name="revision">47.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gnome-control-center-47.1.1.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
gnome-control-center-47.4.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Mon Feb 3 16:35:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-control-center
version: 47.1.1
mtime: 1729605818
commit: 7985fc671ad43f5925b9012e6c51231ad73a628d
version: 47.4
mtime: 1738598780
commit: 81903efdacefdf40685c367780f177474a7fd15b

View File

@ -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