Hello community,
here is the log from the commit of package gnome-initial-setup for
openSUSE:Factory checked in at 2016-03-29 14:40:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-initial-setup (Old)
and /work/SRC/openSUSE:Factory/.gnome-initial-setup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-initial-setup"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes
2015-10-06 16:23:59.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new/gnome-initial-setup.changes
2016-03-29 14:40:33.000000000 +0200
@@ -1,0 +2,54 @@
+Mon Mar 21 20:36:31 UTC 2016 - [email protected]
+
+- Update to version 3.20.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 15 10:37:05 UTC 2016 - [email protected]
+
+- Update to version 3.19.92:
+ + Add a translator comment for 'Welcome!'.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 1 10:57:33 UTC 2016 - [email protected]
+
+- Update to version 3.19.91:
+ + Visual refinements on online accounts page.
+ + Minor tweaks on the privacy and accounts pages.
+ + Ensure keyring gets created for new users.
+ + Updated translations.
+- Changes from version 3.19.90:
+ + Visual refresh for the 'ready to go' page.
+
+-------------------------------------------------------------------
+Mon Feb 22 15:51:04 UTC 2016 - [email protected]
+
+- Add gnome-getting-started-docs Requires: once the g-i-s assistant
+ is completed, it auto-launches the getting started documentation.
+
+-------------------------------------------------------------------
+Tue Feb 16 10:22:53 UTC 2016 - [email protected]
+
+- Update to version 3.19.2:
+ + Fix timezone lookup after locale change.
+ + Handle screen resolution changes.
+ + Design updates to the timezone page.
+ + Don't create a keyring for existing users.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 15 11:21:26 UTC 2016 - [email protected]
+
+- Create user 'gnome-initial-setup', which is mandatory to make
+ this work.
+
+-------------------------------------------------------------------
+Mon Nov 23 23:29:14 UTC 2015 - [email protected]
+
+- Update to version 3.19.1:
+ + Ensure locale region matches the selected language.
+ + Sort languages case-insensitively.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-initial-setup-3.18.0.tar.xz
New:
----
gnome-initial-setup-3.20.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-initial-setup.spec ++++++
--- /var/tmp/diff_new_pack.NKH7F8/_old 2016-03-29 14:40:34.000000000 +0200
+++ /var/tmp/diff_new_pack.NKH7F8/_new 2016-03-29 14:40:34.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-initial-setup
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: 3.18.0
+Version: 3.20.0
Release: 0
Summary: GNOME Initial Setup Assistant
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.google.com
-Source:
http://download.gnome.org/sources/gnome-initial-setup/3.18/%{name}-%{version}.tar.xz
+Source:
http://download.gnome.org/sources/gnome-initial-setup/3.20/%{name}-%{version}.tar.xz
BuildRequires: intltool >= 0.40
BuildRequires: krb5-devel
BuildRequires: vala
@@ -54,6 +54,7 @@
BuildRequires: pkgconfig(pwquality)
BuildRequires: pkgconfig(rest-0.7)
BuildRequires: pkgconfig(webkit2gtk-4.0)
+Requires: gnome-getting-started-docs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -71,6 +72,9 @@
%make_install
%find_lang %{name} %{?no_lang_C}
+%pre
+useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} || :
+
%files
%defattr(-,root,root)
%doc README COPYING
++++++ gnome-initial-setup-3.18.0.tar.xz -> gnome-initial-setup-3.20.0.tar.xz
++++++
++++ 271852 lines of diff (skipped)