Accepting request 1069923 from home:iznogood:branches:GNOME:Factory
- Update to version 43.2: + The webkitgtk-6.0 API version is now supported, in addition to the previous webkit2gtk-5.0 API version. + Bugs fixed: - The Shell quick settings menu will now be shown in the Initial Setup session. This regressed when the previous menu was renamed in gnome-shell during the 43 cycle. - Error messages shown during enterprise account setup can now be closed by clicking the Close button. + Updated translations. - Add boolean pkgconfig(webkitgtk-6.0) BuildRequires following upstream changes. OBS-URL: https://build.opensuse.org/request/show/1069923 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=121
This commit is contained in:
parent
91be3ac564
commit
1c25a9672c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8104e7043ef9b98e2b50b2ab38fda05fd0437f8c55569fa16830b7be57be0df6
|
|
||||||
size 528608
|
|
3
gnome-initial-setup-43.2.tar.xz
Normal file
3
gnome-initial-setup-43.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23d7963a54d49594504d0eacd85096cafb5f86f1e74a58e040675b6e798ae698
|
||||||
|
size 528892
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 7 12:07:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 43.2:
|
||||||
|
+ The webkitgtk-6.0 API version is now supported, in addition to
|
||||||
|
the previous webkit2gtk-5.0 API version.
|
||||||
|
+ Bugs fixed:
|
||||||
|
- The Shell quick settings menu will now be shown in the
|
||||||
|
Initial Setup session. This regressed when the previous menu
|
||||||
|
was renamed in gnome-shell during the 43 cycle.
|
||||||
|
- Error messages shown during enterprise account setup can now
|
||||||
|
be closed by clicking the Close button.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add boolean pkgconfig(webkitgtk-6.0) BuildRequires following
|
||||||
|
upstream changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 19 07:59:10 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Oct 19 07:59:10 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-initial-setup
|
# spec file for package gnome-initial-setup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 43.1
|
Version: 43.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Initial Setup Assistant
|
Summary: GNOME Initial Setup Assistant
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -29,6 +29,7 @@ BuildRequires: krb5-devel
|
|||||||
BuildRequires: meson >= 0.53.0
|
BuildRequires: meson >= 0.53.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
BuildRequires: (pkgconfig(webkit2gtk-5.0) or pkgconfig(webkitgtk-6.0))
|
||||||
BuildRequires: pkgconfig(accountsservice)
|
BuildRequires: pkgconfig(accountsservice)
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(gdm) >= 3.8.3
|
BuildRequires: pkgconfig(gdm) >= 3.8.3
|
||||||
@ -55,7 +56,6 @@ BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
|||||||
BuildRequires: pkgconfig(pwquality)
|
BuildRequires: pkgconfig(pwquality)
|
||||||
BuildRequires: pkgconfig(rest-1.0)
|
BuildRequires: pkgconfig(rest-1.0)
|
||||||
BuildRequires: pkgconfig(systemd) >= 242
|
BuildRequires: pkgconfig(systemd) >= 242
|
||||||
BuildRequires: pkgconfig(webkit2gtk-5.0)
|
|
||||||
# Remove the yelp document dependency on both sle and leap, keeping tw consistent with upstream
|
# Remove the yelp document dependency on both sle and leap, keeping tw consistent with upstream
|
||||||
%if !0%{?sle_version}
|
%if !0%{?sle_version}
|
||||||
Requires: gnome-getting-started-docs
|
Requires: gnome-getting-started-docs
|
||||||
|
Loading…
Reference in New Issue
Block a user