Accepting request 1159765 from GNOME:Factory

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1159765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-initial-setup?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:13:16 +00:00 committed by Git OBS Bridge
commit 4cdac78b81
6 changed files with 77 additions and 9 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-initial-setup.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sun Mar 17 09:33:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 6 13:12:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Bugs fixed:
- The text direction is now correctly updated when switching
between left-to-right and right-to-left locales.
+ Updated translations.
- Drop pkgconfig(gtk+-3.0) BuildRequires: no longer needed since
version 43.beta.
- Add explciit pkgconfig(gtk4) BuildRequires: indirectly pulled in
via libnma-gtk4, but we want it explicit.
-------------------------------------------------------------------
Mon Feb 12 17:09:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Avatars are now generated using HdyAvatar.
+ The Welcome page image is now more appropriately sized and not
cropped.
+ The Welcome page now uses PRETTY_NAME from os-release rather
than combining the NAME + VERSION_ID fields.
+ The summary page no longer expresses our collective hope that
users love GNOME, reducing the overall exuberance of the page.
-------------------------------------------------------------------
Thu Jan 18 17:03:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ GNOME Online Accounts integration has been removed.
+ The WebKitGTK dependency is now optional.
+ Bugs fixed:
- The Initial Setup window can no longer be closed with Alt+F4,
leaving the user with no way to recover.
- The avatar picker no longer logs a vast number of criticals,
which were triggered by a GLib change.
+ Updated translations.
-------------------------------------------------------------------
Mon Nov 6 06:43:02 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
@ -164,6 +208,7 @@ Thu Aug 11 13:38:57 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- pkgconfig(libhandy-1) -> pkgconfig(libadaita-1)
- pkgconfig(libnma) -> pkgconfig(libnma-gtk4)
- pkgconfig(webkit2gtk-4.1) -> pkgconfig(webkit2gtk-5.0)
-------------------------------------------------------------------
Fri Jul 29 20:43:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -0,0 +1,4 @@
name: gnome-initial-setup
version: 46.0
mtime: 1710623384
commit: 69fe40b46ef9ff1a80850994b90481dacb288a97

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-initial-setup
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: gnome-initial-setup
Version: 45.0
Version: 46.0
Release: 0
Summary: GNOME Initial Setup Assistant
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Design/OS/InitialSetup
Source0: https://download.gnome.org/sources/gnome-initial-setup/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: krb5-devel
BuildRequires: meson >= 0.53.0
@ -34,7 +34,7 @@ BuildRequires: (pkgconfig(webkit2gtk-5.0) or pkgconfig(webkitgtk-6.0))
BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdm) >= 3.8.3
BuildRequires: pkgconfig(geocode-glib-2.0)
BuildRequires: pkgconfig(geocode-glib-2.0) >= 2.6.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.53.0
BuildRequires: pkgconfig(gnome-desktop-4)
BuildRequires: pkgconfig(goa-1.0)
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(goa-backend-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.37.1
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.3
BuildRequires: pkgconfig(gtk4) >= 4.10
BuildRequires: pkgconfig(gweather4)
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
BuildRequires: pkgconfig(iso-codes)
@ -107,7 +107,7 @@ Initial assistant, helping you to get the system up and running.
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
%{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker
%{_libexecdir}/gnome-initial-setup-goa-helper
%dir %{_datadir}/dconf
%dir %{_datadir}/dconf/profile
%{_datadir}/dconf/profile/gnome-initial-setup