Accepting request 795047 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795047
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2020-04-17 22:47:15 +00:00 committed by Git OBS Bridge
parent f494166caa
commit 916974fa8c
4 changed files with 71 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Sat Mar 28 16:48:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.1:
+ Previous releases of gnome-initial-setup had an unversioned
dependency on libsecret; this release requires libsecret ≥
0.18.8.
+ Bugs fixed:
- account: Make parent account usable in case of errors
- Improve readability when removing event sources
- Fix two crashes when saving parental controls settings
- Use g_auto and g_autoptr more
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 6 17:52:37 UTC 2020 - bjorn.lie@gmail.com
- Update to version 3.36.0:
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 29 23:22:35 UTC 2020 - mgorse@suse.com
- Update to version 3.35.92:
+ Tweaks to the parental controls functionality introduced in
the last release.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 18 17:01:51 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.35.91:
+ New pages have been added to set up parental controls for the
new user account. They are shown (or not, by default) based on
a checkbox on the (local) user creation page.
+ When running under JHBuild, gnome-keyring is left untouched,
and state is not saved when setup is complete. This heuristic
is intended to make testing the application during development
easier.
+ GLib ≥ 2.63.1 is now required.
+ Fixed various memory leaks, warnings, and a memory safety bug.
+ Updated translations.
- Pass -Dparental_controls=disabled to meson until we have the
malcontent library packaged.
-------------------------------------------------------------------
Wed Feb 12 22:11:59 CET 2020 - dimstar@opensuse.org
- Update to version 3.35.90:
+ The final page has been revamped, with minor typography tweaks
to other pages.
+ The timezone map was updated.
+ Three pages have been removed since they were unused in all
known configurations:
- the region page, which has not displayed even if enabled for
many years.
- the software page, which has not displayed for several
releases due to changes in GNOME Software.
- the eulas page.
+ Various bugs fixed.
+ Updated translations.
- Drop pkgconfig(packagekit-glib2) BuildRequires: no longer needed.
-------------------------------------------------------------------
Sat Jan 25 14:10:19 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,13 +17,13 @@
Name: gnome-initial-setup
Version: 3.34.3
Version: 3.36.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.34/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-initial-setup/3.36/%{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
@ -31,7 +31,7 @@ BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: vala
BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(cheese)
BuildRequires: pkgconfig(cheese) >= 3.28
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdm) >= 3.8.3
@ -50,8 +50,7 @@ BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libgeoclue-2.0) >= 2.3.1
BuildRequires: pkgconfig(libnm) >= 1.2
BuildRequires: pkgconfig(libnma) >= 1.0
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(packagekit-glib2)
BuildRequires: pkgconfig(libsecret-1) >= 0.18.8
BuildRequires: pkgconfig(pango) >= 1.32.5
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(pwquality)
@ -77,6 +76,7 @@ Initial assistant, helping you to get the system up and running.
%build
%meson \
-Dparental_controls=disabled \
%{nil}
%meson_build