Accepting request 842907 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842907 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=86
This commit is contained in:
parent
500f1f71aa
commit
6b2f478513
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:badc7e1dab82dfb05f53608ee923750bbc8d1c8f35422bf93cf1f2a2c4ff5f9f
|
||||
size 1145416
|
3
gnome-initial-setup-3.38.1.tar.xz
Normal file
3
gnome-initial-setup-3.38.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e55d4f4073998e0fb7b3dfcc470e2a4c7d950a96bedab15011b9084ebc813676
|
||||
size 1158748
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 16:06:01 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.1:
|
||||
+ Fix the window sometimes opens at an unusably small size,
|
||||
rather than being sized appropriately for the display. The fix
|
||||
causes a regression where the window doesn't react to the
|
||||
display size changing in all cases, but the new behaviour is
|
||||
better than the old.
|
||||
+ Other bugs fixed:
|
||||
- docs: Remove typo from DEBUGGING.md.
|
||||
- Misc use-after-free and critical warning fixes.
|
||||
- data: Leave to meson the duty of keeping the lists in sync.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 12:31:39 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 15:54:31 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 3.37.92:
|
||||
+ Bugs fixed: Exit gracefully if we are disabled systemwide by
|
||||
Anacontda.
|
||||
+ Updated translations.
|
||||
- Changes in version 3.37.91.1:
|
||||
+ Bugs fixed:
|
||||
- !92 gnome-initial-setup: Allow welcome tour to be skipped via vendor config.
|
||||
- !95 network: Re-word the description for Wi-Fi.
|
||||
- !100: Avoid a warning about connecting to a NULL object.
|
||||
- Changes in version 3.37.91:
|
||||
+ Revamp the ‘welcome screen.
|
||||
+ Changes in version 3.37.90:
|
||||
+ Use `gnome-tour` instead of `yelp` to start the welcome tour.
|
||||
+ Switch to a new user session management approach of defining
|
||||
the session services in
|
||||
`gnome-session@gnome-initial-setup.target.d/session.conf` in
|
||||
the systemd user unit directory. This bumps the optional
|
||||
systemd dependency to ≥ 242.
|
||||
- Changes in version 3.37.3:
|
||||
+ The avatars offered in the 'account' page can now be customized
|
||||
by setting the 'org.gnome.desktop.interface avatar-directories'
|
||||
GSetting, which also controls the avatars offered in Settings.
|
||||
+ Since version 3.30, it has been possible to customize certain
|
||||
aspects of Initial Setup by specifing the 'vendor-conf-file'
|
||||
option at build time, then installing a configuration file to
|
||||
that path. This version adds two paths that will be checked by
|
||||
default: one for distribution configuration, and another to
|
||||
override that configuration on specific deployments.
|
||||
+ Bugs fixed:
|
||||
- timezone: Don't set timezone if tz page is skipped.
|
||||
- Polkit rules seem to list now unneeded privileges.
|
||||
- Add error argument to save_data() vfunc.
|
||||
- account: Use facesdirs setting to override faces.
|
||||
- Enable web process sandbox.
|
||||
- Add >= 242 to systemd BuildRequires.
|
||||
- Add >= 2.26.0 to webkit2gtk BuildRequires.
|
||||
- Add gsettings-desktop-schemas to BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 14:55:33 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,18 +17,18 @@
|
||||
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 3.36.4
|
||||
Version: 3.38.1
|
||||
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/3.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-initial-setup/3.38/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-SLE gnome-initial-setup-smarter.patch FATE#325763 FATE#321126 boo#1067288 bnc#1029083 qzhao@suse.com -- Investigate gnome-initial-setup, and make a Smarter gnome initial configuration.
|
||||
Patch0: gnome-initial-setup-smarter.patch
|
||||
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(accountsservice)
|
||||
@ -42,6 +42,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.5
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
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(gweather-3.0)
|
||||
@ -56,8 +57,8 @@ BuildRequires: pkgconfig(pango) >= 1.32.5
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||
BuildRequires: pkgconfig(pwquality)
|
||||
BuildRequires: pkgconfig(rest-0.7)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: pkgconfig(systemd) >= 242
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.26.0
|
||||
# Remove the yelp document dependency on both sle and leap, keeping tw consistent with upstream
|
||||
%if !0%{?sle_version}
|
||||
Requires: gnome-getting-started-docs
|
||||
@ -96,7 +97,7 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} || :
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
%dir %{_datadir}/gdm
|
||||
%dir %{_datadir}/gdm/greeter
|
||||
%dir %{_datadir}/gdm/greeter/applications
|
||||
@ -115,14 +116,13 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} || :
|
||||
%if !0%{?sle_version} || 0%{?sle_version} >= 160000
|
||||
%{_userunitdir}/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-initial-setup-first-login.service
|
||||
%{_userunitdir}/gnome-initial-setup.service
|
||||
%{_userunitdir}/gnome-welcome-tour.service
|
||||
%dir %{_userunitdir}/gnome-session@gnome-initial-setup.target.d
|
||||
%{_userunitdir}/gnome-session@gnome-initial-setup.target.d/session.conf
|
||||
%dir %{_userunitdir}/gnome-session.target.wants
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-first-login.service
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-welcome-tour.service
|
||||
%dir %{_userunitdir}/gnome-session@gnome-initial-setup.target.wants
|
||||
%{_userunitdir}/gnome-session@gnome-initial-setup.target.wants/gnome-initial-setup.service
|
||||
%endif
|
||||
%if 0%{?sle_version} < 150200
|
||||
%{_libexecdir}/gnome-welcome-tour
|
||||
|
Loading…
Reference in New Issue
Block a user