Accepting request 1111525 from GNOME:Next

New stable rel, resub fixed2

OBS-URL: https://build.opensuse.org/request/show/1111525
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=517
This commit is contained in:
Dominique Leuenberger 2023-09-15 14:28:36 +00:00 committed by Git OBS Bridge
parent ba8b8370d7
commit 67eb011c85
6 changed files with 38 additions and 10 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">refs/tags/45.rc</param>
<param name="revision">refs/tags/45.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
@ -12,7 +12,7 @@
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26971e0d4100f6edd50c575081d04efa945d5edfc333a22afa817a9a4aa420eb
size 46321677

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6822798c3a740ee914a1356fead7c11e2e992ddb076fea2b78c0256a5b41830b
size 46176781

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Sep 15 10:22:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.0:
+ Fix panel list (sidebar) issues with panel centering
+ Use g_printeer to message when running in non-supported
environments
+ About:
- Fix issue with system details label having the "selected"
state
- Allow system details labels to span multiple lines
+ Accessibility: Fix issue when icon theme changes to
HighContrast can't be reverted
+ Keyboard: Fallback to subproject when keyboard previewer
(tecla) is not available
+ Network:
- Fix criticals when updating connection
- Don't try to update device if it doesn't exist
- Don't show QR Code button for wifi connections using
unsupported security methods
+ Online Accounts: Add line-breaks to log messages
+ Search: Fix crash when selecting folder in "Other Search"
locations
+ Users: Allow new password insert if the old one is right
- Add explicit pkgconfig(tecla) BuildRequires: New dependency.
- Switch service and tarball produced to zst compression.
-------------------------------------------------------------------
Fri Aug 25 18:17:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-control-center
version: 45.rc
mtime: 1692956383
commit: c065cdda5a5832f8c31ce8ff6de1beb9251944bf
version: 45.0
mtime: 1694772303
commit: e4d0d5abf9cb716cb01cda17751b162d4bfea5b0

View File

@ -26,13 +26,13 @@
%endif
Name: gnome-control-center
Version: 45.rc
Version: 45.0
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://apps.gnome.org/app/org.gnome.Settings
Source0: %{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
Source99: %{name}-rpmlintrc
# PATCH-NEEDS-REBASE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running WAS:PATCH-FIX-OPENSUSE
@ -94,6 +94,7 @@ BuildRequires: pkgconfig(mm-glib) >= 0.7
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(pwquality) >= 1.2.2
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(tecla)
BuildRequires: pkgconfig(udisks2) >= 2.8.2
BuildRequires: pkgconfig(upower-glib) >= 0.99.8
BuildRequires: pkgconfig(x11)