Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpkpass for openSUSE:Factory checked in at 2022-12-09 13:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpkpass (Old) and /work/SRC/openSUSE:Factory/.kpkpass.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpkpass" Fri Dec 9 13:17:31 2022 rev:53 rq:1041540 version:22.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpkpass/kpkpass.changes 2022-11-04 17:34:44.584742130 +0100 +++ /work/SRC/openSUSE:Factory/.kpkpass.new.1835/kpkpass.changes 2022-12-09 13:18:26.383211624 +0100 @@ -1,0 +2,20 @@ +Fri Dec 2 12:25:57 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:36 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.11.90 + * New feature release + +------------------------------------------------------------------- +Sat Nov 12 08:54:44 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.11.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kpkpass-22.08.3.tar.xz kpkpass-22.08.3.tar.xz.sig New: ---- kpkpass-22.12.0.tar.xz kpkpass-22.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpkpass.spec ++++++ --- /var/tmp/diff_new_pack.BsJ2eP/_old 2022-12-09 13:18:26.947214620 +0100 +++ /var/tmp/diff_new_pack.BsJ2eP/_new 2022-12-09 13:18:26.955214663 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpkpass # -# 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 @@ -18,11 +18,10 @@ %bcond_without released Name: kpkpass -Version: 22.08.3 +Version: 22.12.0 Release: 0 Summary: Library to parse Passbook files 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} @@ -42,7 +41,6 @@ %package -n libKPimPkPass5 Summary: Library to parse Passbook files -Group: System/GUI/KDE %if %{pkg_vcmp shared-mime-info < 2.2} Requires: %{name} %endif @@ -54,7 +52,6 @@ %package devel Summary: Development files for kpkpass -Group: Development/Libraries/KDE Requires: libKPimPkPass5 = %{version} Requires: cmake(KF5Archive) ++++++ kpkpass-22.08.3.tar.xz -> kpkpass-22.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpkpass-22.08.3/.gitlab-ci.yml new/kpkpass-22.12.0/.gitlab-ci.yml --- old/kpkpass-22.08.3/.gitlab-ci.yml 2022-10-13 13:45:07.000000000 +0200 +++ new/kpkpass-22.12.0/.gitlab-ci.yml 2022-11-26 09:29:46.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/freebsd-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpkpass-22.08.3/CMakeLists.txt new/kpkpass-22.12.0/CMakeLists.txt --- old/kpkpass-22.08.3/CMakeLists.txt 2022-10-13 13:45:07.000000000 +0200 +++ new/kpkpass-22.12.0/CMakeLists.txt 2022-11-26 09:29:46.000000000 +0100 @@ -3,10 +3,10 @@ # 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(KPkPass VERSION ${PIM_VERSION}) -set(KF5_MIN_VERSION "5.95.0") +set(KF5_MIN_VERSION "5.99.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -44,7 +44,7 @@ find_package(SharedMimeInfo 1.3 REQUIRED) 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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpkpass-22.08.3/autotests/CMakeLists.txt new/kpkpass-22.12.0/autotests/CMakeLists.txt --- old/kpkpass-22.08.3/autotests/CMakeLists.txt 2022-10-13 13:45:07.000000000 +0200 +++ new/kpkpass-22.12.0/autotests/CMakeLists.txt 2022-11-26 09:29:46.000000000 +0100 @@ -5,5 +5,5 @@ find_package(Qt${QT_MAJOR_VERSION}Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED) add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") -ecm_add_test(pkpasstest.cpp LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KPim::PkPass) -ecm_add_test(fieldtest.cpp LINK_LIBRARIES Qt${QT_MAJOR_VERSION}::Test KPim::PkPass) +ecm_add_test(pkpasstest.cpp LINK_LIBRARIES Qt::Test KPim::PkPass) +ecm_add_test(fieldtest.cpp LINK_LIBRARIES Qt::Test KPim::PkPass) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpkpass-22.08.3/src/CMakeLists.txt new/kpkpass-22.12.0/src/CMakeLists.txt --- old/kpkpass-22.08.3/src/CMakeLists.txt 2022-10-13 13:45:07.000000000 +0200 +++ new/kpkpass-22.12.0/src/CMakeLists.txt 2022-11-26 09:29:46.000000000 +0100 @@ -36,7 +36,7 @@ target_include_directories(KPimPkPass INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_PIM}>") target_link_libraries(KPimPkPass PUBLIC - Qt${QT_MAJOR_VERSION}::Gui + Qt::Gui PRIVATE KF5::Archive )
