Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package messagelib for openSUSE:Leap:16.0 checked in at 2025-04-23 10:10:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/messagelib (Old) and /work/SRC/openSUSE:Leap:16.0/.messagelib.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "messagelib" Wed Apr 23 10:10:24 2025 rev:3 rq:1271804 version:25.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/messagelib/messagelib.changes 2025-03-19 11:51:15.245115473 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.messagelib.new.30101/messagelib.changes 2025-04-23 10:14:19.086505181 +0200 @@ -1,0 +2,92 @@ +Mon Apr 14 07:07:16 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.04.0/ +- No code change since 25.03.90 + +------------------------------------------------------------------- +Sat Mar 29 08:43:03 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.03.90 + * New feature release +- Too many changes since 24.12.3, only listing bugfixes: + * Fix kde#501420: Locking quick search phrase does not work + * Fix Saving a page in the built-in browser to HDD opens multiple portals (kde#500361) + +------------------------------------------------------------------- +Tue Mar 4 13:01:31 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.3/ +- No code change since 24.12.2 + +------------------------------------------------------------------- +Tue Feb 4 12:30:16 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.2/ +- No code change since 24.12.1 + +------------------------------------------------------------------- +Tue Jan 7 18:53:55 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.1/ +- Changes since 24.12.0: + * Fix some translations not being properly used + * Add IsSpam/IsHam + * add IsRead/IsIgnored + * fix typo + * Create SearchLineCommand::SearchLineInfo from mStatus + * Use status/option + * Add TODO + * Return essageList::Core::SearchLineCommand::SearchLineInfo + * Prepare to fix get search info from messagesearchline + * Allow to install SearchLineCommand + * We use search command line by default now + * Add current folder + * Don't duplicate searched text + +------------------------------------------------------------------- +Sun Dec 8 09:28:28 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.12.0/ +- No code change since 24.11.90 + +------------------------------------------------------------------- +Mon Dec 2 08:43:58 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.90 + * New feature release +- No code change since 24.11.80 + +------------------------------------------------------------------- +Sat Nov 16 17:30:39 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.80 + * New feature release +- Too many changes since 24.08.3, only listing bugfixes: + * Fix 494603: Some scam emails are not properly detected( (kde#494603) + +------------------------------------------------------------------- +Tue Nov 5 10:44:12 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.3/ +- Changes since 24.08.2: + * fix(messagelist): refresh 'Today' and 'Yesterday' reference point every day + +------------------------------------------------------------------- Old: ---- messagelib-24.08.2.tar.xz messagelib-24.08.2.tar.xz.sig New: ---- messagelib-25.04.0.tar.xz messagelib-25.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ messagelib.spec ++++++ --- /var/tmp/diff_new_pack.eeDE9I/_old 2025-04-23 10:14:19.398518229 +0200 +++ /var/tmp/diff_new_pack.eeDE9I/_new 2025-04-23 10:14:19.402518395 +0200 @@ -1,7 +1,7 @@ # # spec file for package messagelib # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define kf6_version 6.3.0 +%define kf6_version 6.6.0 %define qt6_version 6.6.0 -%define kpim6_version 6.2.2 +%define kpim6_version 6.4.0 %bcond_without released Name: messagelib -Version: 24.08.2 +Version: 25.04.0 Release: 0 Summary: KDE PIM library for e-mail message parsing and display License: GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-or-later @@ -35,6 +35,7 @@ BuildRequires: doxygen BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: libgpgmepp-devel +BuildRequires: pkgconfig BuildRequires: cmake(KF6Archive) >= %{kf6_version} BuildRequires: cmake(KF6Codecs) >= %{kf6_version} BuildRequires: cmake(KF6ColorScheme) >= %{kf6_version} @@ -86,6 +87,7 @@ BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} BuildRequires: cmake(Qt6WebEngineWidgets) >= %{qt6_version} BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} +BuildRequires: pkgconfig(openssl) >= 3.0.0 # It can only build on the same platforms as Qt Webengine ExclusiveArch: x86_64 %{x86_64} aarch64 riscv64 ++++++ messagelib-24.08.2.tar.xz -> messagelib-25.04.0.tar.xz ++++++ /work/SRC/openSUSE:Leap:16.0/messagelib/messagelib-24.08.2.tar.xz /work/SRC/openSUSE:Leap:16.0/.messagelib.new.30101/messagelib-25.04.0.tar.xz differ: char 26, line 1