From 67eb011c85d012bf1d57acfbf25e73ddea9c86e76570705f5d78e6f2f0060c00 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Sep 2023 14:28:36 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- gnome-control-center-45.0.obscpio | 3 +++ gnome-control-center-45.rc.obscpio | 3 --- gnome-control-center.changes | 27 +++++++++++++++++++++++++++ gnome-control-center.obsinfo | 6 +++--- gnome-control-center.spec | 5 +++-- 6 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 gnome-control-center-45.0.obscpio delete mode 100644 gnome-control-center-45.rc.obscpio diff --git a/_service b/_service index 57ba63a..3e80dde 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/gnome-control-center.git - refs/tags/45.rc + refs/tags/45.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 @@ -12,7 +12,7 @@ *.tar - xz + zst diff --git a/gnome-control-center-45.0.obscpio b/gnome-control-center-45.0.obscpio new file mode 100644 index 0000000..3dafbb2 --- /dev/null +++ b/gnome-control-center-45.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26971e0d4100f6edd50c575081d04efa945d5edfc333a22afa817a9a4aa420eb +size 46321677 diff --git a/gnome-control-center-45.rc.obscpio b/gnome-control-center-45.rc.obscpio deleted file mode 100644 index 28aad62..0000000 --- a/gnome-control-center-45.rc.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6822798c3a740ee914a1356fead7c11e2e992ddb076fea2b78c0256a5b41830b -size 46176781 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index fdf12c2..d0ce5bb 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Sep 15 10:22:39 UTC 2023 - Bjørn Lie + +- 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 diff --git a/gnome-control-center.obsinfo b/gnome-control-center.obsinfo index 5175cf6..d6bc70c 100644 --- a/gnome-control-center.obsinfo +++ b/gnome-control-center.obsinfo @@ -1,4 +1,4 @@ name: gnome-control-center -version: 45.rc -mtime: 1692956383 -commit: c065cdda5a5832f8c31ce8ff6de1beb9251944bf +version: 45.0 +mtime: 1694772303 +commit: e4d0d5abf9cb716cb01cda17751b162d4bfea5b0 diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 4f3f1ad..7096aed 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -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)