commit gnome-initial-setup for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-initial-setup for openSUSE:Factory checked in at 2019-05-03 22:45:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-initial-setup (Old) and /work/SRC/openSUSE:Factory/.gnome-initial-setup.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-initial-setup" Fri May 3 22:45:01 2019 rev:26 rq:695679 version:3.32.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes 2018-10-01 08:17:34.501961822 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-initial-setup.new.5148/gnome-initial-setup.changes 2019-05-03 22:45:33.371649325 +0200 @@ -1,0 +2,36 @@ +Fri Apr 5 11:54:14 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.32.1: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 11 13:19:04 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.32.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 5 06:03:49 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 3.31.92: + + Connect to GDM as soon as gnome-initial-setup starts and fix + memory leaks. + + Improve account page behaviour when offline. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 20 12:12:27 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 3.31.90: + + Generate default user account pictures. + + Fix Meson build with (buggy) Meson 0.48.0 and 0.48.1. + + Remove Autotools build. + + Fix various compiler warnings. + + Add welcome distro logo for openSUSE. + + Updated translations. +- Switch to meson build system, add meson BuildRequires and macros. +- Drop obsolete intltool BuildRequires: No longer needed. +- Add pkgconfig(packagekit-glib2) BuildRequires: New dependency. +- Refresh patch with refresh_patches service. + +------------------------------------------------------------------- Old: ---- gnome-initial-setup-3.30.0.tar.xz New: ---- gnome-initial-setup-3.32.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-initial-setup.spec ++++++ --- /var/tmp/diff_new_pack.vyQJPb/_old 2019-05-03 22:45:34.083650960 +0200 +++ /var/tmp/diff_new_pack.vyQJPb/_new 2019-05-03 22:45:34.103651005 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-initial-setup # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,14 @@ Name: gnome-initial-setup -Version: 3.30.0 +Version: 3.32.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.30/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-initial-setup/3.32/%{name}-%{version}.tar.xz + # PATCH-FEATURE-SLE gnome-initial-setup-only-launch-CJK.patch FATE#321126 qzhao@suse.com -- Make gnome-initial-setup only work for CJK Patch0: gnome-initial-setup-only-launch-CJK.patch # PATCH-FEATURE-SLE gnome-initial-setup-only-setup-keyboard.patch FATE#321126 yfjiang@suse.com -- Only launch the keyboard and IM setup @@ -32,8 +33,9 @@ Patch2: gnome-initial-setup-disable-dep-on-started-docs.patch # PATCH-FIX-OPENSUSE gnome-initial-setup-mozc-engine-prioritized.patch boo#1067288 bnc#1029083 qzhao@suse.com -- Make the Mozc input engine as the 1st choice for Japanese environment. Patch3: gnome-initial-setup-mozc-engine-prioritized.patch -BuildRequires: intltool >= 0.40 + BuildRequires: krb5-devel +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: vala BuildRequires: pkgconfig(accountsservice) @@ -57,6 +59,7 @@ BuildRequires: pkgconfig(libnm) >= 1.2 BuildRequires: pkgconfig(libnma) >= 1.0 BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(packagekit-glib2) BuildRequires: pkgconfig(pango) >= 1.32.5 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(pwquality) @@ -84,11 +87,12 @@ %patch3 -p1 %build -%configure -make %{?_smp_mflags} +%meson \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} %pre ++++++ gnome-initial-setup-3.30.0.tar.xz -> gnome-initial-setup-3.32.1.tar.xz ++++++ ++++ 255203 lines of diff (skipped) ++++++ gnome-initial-setup-mozc-engine-prioritized.patch ++++++ --- /var/tmp/diff_new_pack.vyQJPb/_old 2019-05-03 22:45:34.959652971 +0200 +++ /var/tmp/diff_new_pack.vyQJPb/_new 2019-05-03 22:45:34.959652971 +0200 @@ -1,7 +1,8 @@ -diff -Nura gnome-initial-setup-3.26.0/gnome-initial-setup/pages/keyboard/cc-input-chooser.c gnome-initial-setup-3.26.0_new/gnome-initial-setup/pages/keyboard/cc-input-chooser.c ---- gnome-initial-setup-3.26.0/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 2016-10-22 15:09:29.000000000 +0800 -+++ gnome-initial-setup-3.26.0_new/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 2017-11-10 14:43:56.748638684 +0800 -@@ -274,6 +274,14 @@ +Index: gnome-initial-setup-3.31.90/gnome-initial-setup/pages/keyboard/cc-input-chooser.c +=================================================================== +--- gnome-initial-setup-3.31.90.orig/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 2019-02-04 23:16:02.000000000 +0100 ++++ gnome-initial-setup-3.31.90/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 2019-02-20 13:26:23.074350247 +0100 +@@ -273,6 +273,14 @@ sync_checkmark (GtkWidget *row, should_be_visible = FALSE; else should_be_visible = g_strcmp0 (widget->id, priv->id) == 0 && g_strcmp0 (widget->type, priv->type) == 0; @@ -16,7 +17,7 @@ gtk_widget_set_opacity (widget->checkmark, should_be_visible ? 1.0 : 0.0); if (widget->is_extra && should_be_visible) -@@ -452,6 +460,13 @@ +@@ -451,6 +459,13 @@ input_visible (GtkListBoxRow *row, widget = get_input_widget (child); @@ -30,7 +31,7 @@ if (!priv->showing_extra && widget->is_extra) return FALSE; -@@ -479,6 +494,14 @@ +@@ -478,6 +493,14 @@ sort_inputs (GtkListBoxRow *a, if (lb == NULL) return -1;
participants (1)
-
root