Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmbox for openSUSE:Factory checked in at 2022-12-09 13:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmbox (Old) and /work/SRC/openSUSE:Factory/.kmbox.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmbox" Fri Dec 9 13:17:24 2022 rev:88 rq:1041512 version:22.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes 2022-11-04 17:34:27.144651905 +0100 +++ /work/SRC/openSUSE:Factory/.kmbox.new.1835/kmbox.changes 2022-12-09 13:18:08.651117431 +0100 @@ -1,0 +2,20 @@ +Fri Dec 2 12:25:39 UTC 2022 - Christophe Marin <[email protected]> + +- Update to 22.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.12.0/ + +------------------------------------------------------------------- +Sat Nov 26 16:45:19 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.11.90 + * New feature release + +------------------------------------------------------------------- +Sat Nov 12 08:54:26 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.11.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kmbox-22.08.3.tar.xz kmbox-22.08.3.tar.xz.sig New: ---- kmbox-22.12.0.tar.xz kmbox-22.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmbox.spec ++++++ --- /var/tmp/diff_new_pack.Pd2a43/_old 2022-12-09 13:18:09.763123337 +0100 +++ /var/tmp/diff_new_pack.Pd2a43/_new 2022-12-09 13:18:09.779123422 +0100 @@ -1,7 +1,7 @@ # # spec file for package kmbox # -# 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 @@ -20,11 +20,10 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kmbox -Version: 22.08.3 +Version: 22.12.0 Release: 0 Summary: KDE PIM Libraries: Mailbox functionality License: LGPL-2.1-or-later -Group: System/GUI/KDE URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with released} @@ -41,14 +40,12 @@ %package -n libKF5Mbox5 Summary: KDE PIM Libraries: Mailbox functionality -Group: Development/Libraries/KDE %description -n libKF5Mbox5 This package provides the mailbox functionality for KDE PIM applications %package devel Summary: KDE PIM Libraries: Build Environment -Group: Development/Libraries/KDE Requires: libKF5Mbox5 = %{version} Requires: cmake(KF5Mime) ++++++ kmbox-22.08.3.tar.xz -> kmbox-22.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-22.08.3/.gitlab-ci.yml new/kmbox-22.12.0/.gitlab-ci.yml --- old/kmbox-22.08.3/.gitlab-ci.yml 2022-10-14 06:54:37.000000000 +0200 +++ new/kmbox-22.12.0/.gitlab-ci.yml 2022-11-27 09:34:07.000000000 +0100 @@ -6,5 +6,8 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-22.08.3/CMakeLists.txt new/kmbox-22.12.0/CMakeLists.txt --- old/kmbox-22.08.3/CMakeLists.txt 2022-10-14 06:54:37.000000000 +0200 +++ new/kmbox-22.12.0/CMakeLists.txt 2022-11-27 09:34:07.000000000 +0100 @@ -2,12 +2,12 @@ # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.21.3") +set(PIM_VERSION "5.22.0") project(KMbox VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.95.0") +set(KF5_MIN_VERSION "5.99.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -33,7 +33,7 @@ set(KMBOX_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIB_VERSION "5.21.3") +set(KMIME_LIB_VERSION "5.22.0") option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX @@ -48,7 +48,7 @@ find_package(Qt6Core5Compat) endif() -ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.96.0) +ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.99.0) option(USE_UNITY_CMAKE_SUPPORT "Use UNITY cmake support (speedup compile time)" OFF) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-22.08.3/autotests/CMakeLists.txt new/kmbox-22.12.0/autotests/CMakeLists.txt --- old/kmbox-22.08.3/autotests/CMakeLists.txt 2022-10-14 06:54:37.000000000 +0200 +++ new/kmbox-22.12.0/autotests/CMakeLists.txt 2022-11-27 09:34:07.000000000 +0100 @@ -8,4 +8,4 @@ ########### next target ############### -ecm_add_tests(mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX "mbox-" LINK_LIBRARIES KF5Mbox Qt${QT_MAJOR_VERSION}::Test) +ecm_add_tests(mboxtest.cpp mboxbenchmark.cpp NAME_PREFIX "mbox-" LINK_LIBRARIES KF5Mbox Qt::Test) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-22.08.3/src/CMakeLists.txt new/kmbox-22.12.0/src/CMakeLists.txt --- old/kmbox-22.08.3/src/CMakeLists.txt 2022-10-14 06:54:37.000000000 +0200 +++ new/kmbox-22.12.0/src/CMakeLists.txt 2022-11-27 09:34:07.000000000 +0100 @@ -42,7 +42,7 @@ EXPORT_NAME Mbox ) -install(TARGETS KF5Mbox EXPORT KF5MboxTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) +install(TARGETS KF5Mbox EXPORT KF5MboxTargets ${KF_INSTALL_TARGETS_DEFAULT_ARGS}) ########### Generate Headers ############### ecm_generate_headers(KMbox_CamelCase_HEADERS
