Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadi-server for openSUSE:Factory checked in at 2022-10-20 11:09:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old) and /work/SRC/openSUSE:Factory/.akonadi-server.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-server" Thu Oct 20 11:09:49 2022 rev:103 rq:1029950 version:22.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes 2022-10-15 16:33:42.893613798 +0200 +++ /work/SRC/openSUSE:Factory/.akonadi-server.new.2275/akonadi-server.changes 2022-10-20 11:09:50.471792319 +0200 @@ -1,0 +2,12 @@ +Tue Oct 18 14:58:50 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- In SLE-15-SP3 we had patches that made akonadi fall back to + sqlite if the mysql backend is not available. Those patches were + already merged by upstream so we can let the package Recommend + mysql instead of Require it, since it's not available in SLED. + The Requires are set unless branding-SLE is installed so the + requirements are used in Leap/TW but not in SLE where it's only + a Recommends and an alternate Requirements is used in that case + where the sqlite backend is installed if mysql is not available. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-server.spec ++++++ --- /var/tmp/diff_new_pack.7Meqqk/_old 2022-10-20 11:09:50.999793389 +0200 +++ /var/tmp/diff_new_pack.7Meqqk/_new 2022-10-20 11:09:51.003793397 +0200 @@ -1,7 +1,7 @@ # # spec file for package akonadi-server # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,8 +70,11 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) -Requires: libqt5-sql-mysql -Requires: mysql +Requires: ((akonadi-server-sqlite or (libqt5-sql-mysql and mysql)) if branding-SLE) +Requires: (libqt5-sql-mysql or branding-SLE) +Requires: (mysql or branding-SLE) +Recommends: libqt5-sql-mysql +Recommends: mysql # FIXME: Check if it's worth it Recommends: kaccounts-integration Recommends: kaccounts-providers