Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-initial-setup for
openSUSE:Factory checked in at 2024-03-20 21:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-initial-setup (Old)
and /work/SRC/openSUSE:Factory/.gnome-initial-setup.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-initial-setup"
Wed Mar 20 21:13:16 2024 rev:29 rq:1159765 version:46.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes
2023-11-07 21:25:27.925540450 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new.1905/gnome-initial-setup.changes
2024-03-20 21:14:15.701765334 +0100
@@ -1,0 +2,44 @@
+Sun Mar 17 09:33:20 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Update to version 46.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Mar 6 13:12:29 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Update to version 46.rc:
+ + Bugs fixed:
+ - The text direction is now correctly updated when switching
+ between left-to-right and right-to-left locales.
+ + Updated translations.
+- Drop pkgconfig(gtk+-3.0) BuildRequires: no longer needed since
+ version 43.beta.
+- Add explciit pkgconfig(gtk4) BuildRequires: indirectly pulled in
+ via libnma-gtk4, but we want it explicit.
+
+-------------------------------------------------------------------
+Mon Feb 12 17:09:08 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Update to version 46.beta:
+ + Avatars are now generated using HdyAvatar.
+ + The Welcome page image is now more appropriately sized and not
+ cropped.
+ + The Welcome page now uses PRETTY_NAME from os-release rather
+ than combining the NAME + VERSION_ID fields.
+ + The summary page no longer expresses our collective hope that
+ users love GNOME, reducing the overall exuberance of the page.
+
+-------------------------------------------------------------------
+Thu Jan 18 17:03:49 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Update to version 46.alpha:
+ + GNOME Online Accounts integration has been removed.
+ + The WebKitGTK dependency is now optional.
+ + Bugs fixed:
+ - The Initial Setup window can no longer be closed with Alt+F4,
+ leaving the user with no way to recover.
+ - The avatar picker no longer logs a vast number of criticals,
+ which were triggered by a GLib change.
+ + Updated translations.
+
+-------------------------------------------------------------------
@@ -166,0 +211 @@
+
Old:
----
gnome-initial-setup-45.0.tar.xz
New:
----
_service
gnome-initial-setup-46.0.obscpio
gnome-initial-setup.obsinfo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-initial-setup.spec ++++++
--- /var/tmp/diff_new_pack.wMBage/_old 2024-03-20 21:14:16.201783709 +0100
+++ /var/tmp/diff_new_pack.wMBage/_new 2024-03-20 21:14:16.205783855 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-initial-setup
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# 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: 45.0
+Version: 46.0
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/45/%{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.zst
BuildRequires: krb5-devel
BuildRequires: meson >= 0.53.0
@@ -34,7 +34,7 @@
BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdm) >= 3.8.3
-BuildRequires: pkgconfig(geocode-glib-2.0)
+BuildRequires: pkgconfig(geocode-glib-2.0) >= 2.6.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.53.0
BuildRequires: pkgconfig(gnome-desktop-4)
BuildRequires: pkgconfig(goa-1.0)
@@ -42,7 +42,7 @@
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(gtk4) >= 4.10
BuildRequires: pkgconfig(gweather4)
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
BuildRequires: pkgconfig(iso-codes)
@@ -107,7 +107,7 @@
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
%{_libexecdir}/gnome-initial-setup
%{_libexecdir}/gnome-initial-setup-copy-worker
-%{_libexecdir}/gnome-initial-setup-goa-helper
+
%dir %{_datadir}/dconf
%dir %{_datadir}/dconf/profile
%{_datadir}/dconf/profile/gnome-initial-setup
++++++ _service ++++++
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param
name="url">https://gitlab.gnome.org/GNOME/gnome-initial-setup.git</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>
++++++ gnome-initial-setup.obsinfo ++++++
name: gnome-initial-setup
version: 46.0
mtime: 1710623384
commit: 69fe40b46ef9ff1a80850994b90481dacb288a97