Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmail-account-wizard for openSUSE:Leap:16.0 checked in at 2025-08-07 19:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kmail-account-wizard (Old) and /work/SRC/openSUSE:Leap:16.0/.kmail-account-wizard.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmail-account-wizard" Thu Aug 7 19:22:34 2025 rev:4 rq:1292855 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kmail-account-wizard/kmail-account-wizard.changes 2025-04-23 10:13:46.621147563 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.kmail-account-wizard.new.1085/kmail-account-wizard.changes 2025-08-07 19:28:31.439071168 +0200 @@ -1,0 +2,32 @@ +Tue Jul 1 15:27:06 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.3/ +- No code change since 25.04.2 + +------------------------------------------------------------------- +Mon Jun 16 09:24:32 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update gpgmepp build requirement (boo#1244605) + +------------------------------------------------------------------- +Tue Jun 3 21:12:31 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.2/ +- No code change since 25.04.1 + +------------------------------------------------------------------- +Wed May 7 21:00:18 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.1/ +- No code change since 25.04.0 + +------------------------------------------------------------------- Old: ---- kmail-account-wizard-25.04.0.tar.xz kmail-account-wizard-25.04.0.tar.xz.sig New: ---- kmail-account-wizard-25.04.3.tar.xz kmail-account-wizard-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmail-account-wizard.spec ++++++ --- /var/tmp/diff_new_pack.Ea8nGK/_old 2025-08-07 19:28:31.707082321 +0200 +++ /var/tmp/diff_new_pack.Ea8nGK/_new 2025-08-07 19:28:31.711082487 +0200 @@ -20,11 +20,11 @@ %define kf6_version 6.6.0 %define qt6_version 6.6.0 -%define kpim6_version 6.4.0 +%define kpim6_version 6.4.3 %bcond_without released Name: kmail-account-wizard -Version: 25.04.0 +Version: 25.04.3 Release: 0 Summary: Account wizard for KMail License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -35,7 +35,7 @@ Source2: applications.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} -BuildRequires: libgpgmepp-devel +BuildRequires: cmake(Gpgmepp) BuildRequires: cmake(KF6Crash) >= %{kf6_version} BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} BuildRequires: cmake(KF6DocTools) >= %{kf6_version} ++++++ kmail-account-wizard-25.04.0.tar.xz -> kmail-account-wizard-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/CMakeLists.txt new/kmail-account-wizard-25.04.3/CMakeLists.txt --- old/kmail-account-wizard-25.04.0/CMakeLists.txt 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/CMakeLists.txt 2025-06-30 18:42:36.000000000 +0200 @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: BSD-3-Clause -set(PIM_VERSION "6.4.0") +set(PIM_VERSION "6.4.3") cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(kmail-account-wizard VERSION ${PIM_VERSION}) set(KDEPIM_LIB_SOVERSION "6") @@ -49,7 +49,7 @@ # Do NOT add quote set(KDEPIM_DEV_VERSION) -set(RELEASE_SERVICE_VERSION "25.04.0") +set(RELEASE_SERVICE_VERSION "25.04.3") # add an extra space if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") @@ -57,16 +57,16 @@ set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") -set(AKONADI_MIMELIB_VERSION "6.4.0") -set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.0") -set(KMAILTRANSPORT_LIB_VERSION "6.4.0") -set(AKONADI_VERSION "6.4.0") +set(AKONADI_MIMELIB_VERSION "6.4.3") +set(IDENTITYMANAGEMENT_LIB_VERSION "6.4.3") +set(KMAILTRANSPORT_LIB_VERSION "6.4.3") +set(AKONADI_VERSION "6.4.3") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(QT_REQUIRED_VERSION "6.7.0") find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Widgets DBus Test Quick QuickControls2) -set(PIMCOMMON_LIB_VERSION "6.4.0") -set(KPIM_MIME_VERSION "6.4.0") +set(PIMCOMMON_LIB_VERSION "6.4.3") +set(KPIM_MIME_VERSION "6.4.3") set(QT6KEYCHAIN_LIB_VERSION "0.14.2") # Find KF6 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/po/fr/accountwizard.po new/kmail-account-wizard-25.04.3/po/fr/accountwizard.po --- old/kmail-account-wizard-25.04.0/po/fr/accountwizard.po 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/po/fr/accountwizard.po 2025-06-30 18:42:36.000000000 +0200 @@ -23,7 +23,7 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: &\n" "X-Environment: kde\n" -"X-Generator: Lokalize 24.12.0\n" +"X-Generator: Lokalize 25.04.1\n" "X-Text-Markup: kde4\n" #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/po/gl/accountwizard.po new/kmail-account-wizard-25.04.3/po/gl/accountwizard.po --- old/kmail-account-wizard-25.04.0/po/gl/accountwizard.po 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/po/gl/accountwizard.po 2025-06-30 18:42:36.000000000 +0200 @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 24.12.0\n" +"X-Generator: Lokalize 25.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/po/it/accountwizard.po new/kmail-account-wizard-25.04.3/po/it/accountwizard.po --- old/kmail-account-wizard-25.04.0/po/it/accountwizard.po 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/po/it/accountwizard.po 2025-06-30 18:42:36.000000000 +0200 @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 25.03.70\n" +"X-Generator: Lokalize 25.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/po/ko/accountwizard.po new/kmail-account-wizard-25.04.3/po/ko/accountwizard.po --- old/kmail-account-wizard-25.04.0/po/ko/accountwizard.po 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/po/ko/accountwizard.po 2025-06-30 18:42:36.000000000 +0200 @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 23.08.5\n" +"X-Generator: Lokalize 24.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/po/pl/accountwizard.po new/kmail-account-wizard-25.04.3/po/pl/accountwizard.po --- old/kmail-account-wizard-25.04.0/po/pl/accountwizard.po 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/po/pl/accountwizard.po 2025-06-30 18:42:36.000000000 +0200 @@ -18,7 +18,6 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 24.12.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmail-account-wizard-25.04.0/src/data/org.kde.accountwizard.appdata.xml new/kmail-account-wizard-25.04.3/src/data/org.kde.accountwizard.appdata.xml --- old/kmail-account-wizard-25.04.0/src/data/org.kde.accountwizard.appdata.xml 2025-04-07 23:43:26.000000000 +0200 +++ new/kmail-account-wizard-25.04.3/src/data/org.kde.accountwizard.appdata.xml 2025-06-30 18:42:36.000000000 +0200 @@ -123,6 +123,9 @@ </provides> <launchable type="desktop-id">org.kde.accountwizard.desktop</launchable> <releases> + <release version="6.4.3" date="2025-07-03"/> + <release version="6.4.2" date="2025-06-05"/> + <release version="6.4.1" date="2025-05-08"/> <release version="6.4.0" date="2025-04-17"/> <release version="6.3.3" date="2025-03-06"/> <release version="6.3.2" date="2025-02-06"/>