Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkipi for openSUSE:Factory checked in at 2023-04-23 22:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkipi (Old) and /work/SRC/openSUSE:Factory/.libkipi.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkipi" Sun Apr 23 22:44:41 2023 rev:153 rq:1080715 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes 2023-03-03 22:27:02.803055394 +0100 +++ /work/SRC/openSUSE:Factory/.libkipi.new.1533/libkipi.changes 2023-04-23 22:46:11.534280458 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:46:32 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:42:38 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:44:23 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- libkipi-22.12.3.tar.xz libkipi-22.12.3.tar.xz.sig New: ---- libkipi-23.04.0.tar.xz libkipi-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkipi.spec ++++++ --- /var/tmp/diff_new_pack.rNdBkx/_old 2023-04-23 22:46:13.042288978 +0200 +++ /var/tmp/diff_new_pack.rNdBkx/_new 2023-04-23 22:46:13.106289341 +0200 @@ -17,11 +17,9 @@ %define _soversion 32_0_0 -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: libkipi -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: KDE Image Plugin Interface License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT ++++++ libkipi-22.12.3.tar.xz -> libkipi-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/CMakeLists.txt new/libkipi-23.04.0/CMakeLists.txt --- old/libkipi-22.12.3/CMakeLists.txt 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/CMakeLists.txt 2022-12-17 02:02:21.000000000 +0100 @@ -9,8 +9,8 @@ message(STATUS "----------------------------------------------------------------------------------") message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}") -set(KF_MIN_VERSION "5.85.0") -set(QT_MIN_VERSION "5.15.0") +set(KF_MIN_VERSION "5.91.0") +set(QT_MIN_VERSION "5.15.2") # ======================================================= # Information to update before to release this library. @@ -70,6 +70,7 @@ include(ECMGenerateHeaders) include(ECMQtDeclareLoggingCategory) include(ECMSetupVersion) +include(ECMDeprecationSettings) include(FeatureSummary) include(ECMInstallIcons) include(CMakePackageConfigHelpers) @@ -100,6 +101,13 @@ add_definitions(-DTRANSLATION_DOMAIN=\"libkipi\") +ecm_set_disabled_deprecation_versions( + QT 5.15.2 + KF 5.91 + KCOREADDONS 5.85 # indirectly KService::createInstance + KSERVICE 5.85 # KService::createInstance +) + add_subdirectory(pics) add_subdirectory(src) @@ -109,7 +117,6 @@ ############## CMake Config Files ############## -message("${CMAKECONFIG_INSTALL_DIR}") set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Kipi") configure_package_config_file( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/src/CMakeLists.txt new/libkipi-23.04.0/src/CMakeLists.txt --- old/libkipi-22.12.3/src/CMakeLists.txt 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/src/CMakeLists.txt 2022-12-17 02:02:21.000000000 +0100 @@ -84,7 +84,7 @@ # desktop file which define plugin service model, used by tools from kipi-plugins. -install(FILES kipiplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICETYPES5DIR}) +install(FILES kipiplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICETYPESDIR}) install(FILES ${kipi_CamelCase_HEADERS} DESTINATION ${KIPI_INSTALL_INCLUDEDIR}/KIPI # C++ namespace diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/src/plugin.h new/libkipi-23.04.0/src/plugin.h --- old/libkipi-22.12.3/src/plugin.h 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/src/plugin.h 2022-12-17 02:02:21.000000000 +0100 @@ -163,7 +163,7 @@ * Sets the name of the XML file associated with this KXMLGUIClient. You must * provide only the filename without slashes. * - * The default XML file must be installed in the dir ${KDE_INSTALL_KXMLGUI5DIR}/kipi, + * The default XML file must be installed in the dir ${KDE_INSTALL_KXMLGUIDIR}/kipi, * modifications will be stored in the local config dir. * * \sa uiBaseName() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/tests/CMakeLists.txt new/libkipi-23.04.0/tests/CMakeLists.txt --- old/libkipi-22.12.3/tests/CMakeLists.txt 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/tests/CMakeLists.txt 2022-12-17 02:02:21.000000000 +0100 @@ -44,6 +44,8 @@ kxmlkipicmd/kipitestpluginloader.cpp kxmlkipicmd/kipisetup.cpp kxmlkipicmd/main.cpp + + kxmlkipicmd/kxmlkipicmd.qrc ) target_link_libraries(kxmlkipicmd diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/tests/kxmlkipicmd/kipisetup.cpp new/libkipi-23.04.0/tests/kxmlkipicmd/kipisetup.cpp --- old/libkipi-22.12.3/tests/kxmlkipicmd/kipisetup.cpp 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/tests/kxmlkipicmd/kipisetup.cpp 2022-12-17 02:02:21.000000000 +0100 @@ -77,8 +77,6 @@ setModal(true); setMinimumSize(600, 400); - const int spacing = QApplication::style()->pixelMetric(QStyle::PM_DefaultLayoutSpacing); - d->buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, this); d->tabView = new QTabWidget(this); @@ -103,8 +101,6 @@ grid->addWidget(d->pluginFilter, 0, 0, 1, 1); grid->addWidget(d->pluginsList, 1, 0, 1, 1); grid->setRowStretch(1, 10); - grid->setContentsMargins(spacing, spacing, spacing, spacing); - grid->setSpacing(spacing); sv->setWidget(panel); sv->setWidgetResizable(true); @@ -184,7 +180,6 @@ xmlFilesCob = nullptr; } - QString uiFilesPath; QList<QString> uiFilesList; QComboBox* xmlFilesCob; }; @@ -197,9 +192,7 @@ setWidget(panel); setWidgetResizable(true); - d->uiFilesPath = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QApplication::applicationName(), QStandardPaths::LocateDirectory).last(); - qDebug() << d->uiFilesPath; - QDir dir(d->uiFilesPath); + QDir dir(QStringLiteral(":/kxmlgui5/kxmlkipicmd")); QString filter = QString::fromLatin1("*ui.rc"); d->uiFilesList = dir.entryList(QStringList(filter), QDir::Files | QDir::NoSymLinks); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/tests/kxmlkipicmd/kxmlkipicmd.qrc new/libkipi-23.04.0/tests/kxmlkipicmd/kxmlkipicmd.qrc --- old/libkipi-22.12.3/tests/kxmlkipicmd/kxmlkipicmd.qrc 1970-01-01 01:00:00.000000000 +0100 +++ new/libkipi-23.04.0/tests/kxmlkipicmd/kxmlkipicmd.qrc 2022-12-17 02:02:21.000000000 +0100 @@ -0,0 +1,7 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/kxmlgui5/kxmlkipicmd"> + <file>kxmlkipicmd_defaultui.rc</file> + <file>kxmlkipicmd_gwenviewui.rc</file> + </qresource> +</RCC> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkipi-22.12.3/tests/plugins/CMakeLists.txt new/libkipi-23.04.0/tests/plugins/CMakeLists.txt --- old/libkipi-22.12.3/tests/plugins/CMakeLists.txt 2022-09-17 01:47:34.000000000 +0200 +++ new/libkipi-23.04.0/tests/plugins/CMakeLists.txt 2022-12-17 02:02:21.000000000 +0100 @@ -16,6 +16,6 @@ configure_file(kxmlhelloworld/kipiplugin_kxmlhelloworld.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/kxmlhelloworld/kipiplugin_kxmlhelloworld.desktop) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kxmlhelloworld/kipiplugin_kxmlhelloworld.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kxmlhelloworld/kipiplugin_kxmlhelloworld.desktop DESTINATION ${KDE_INSTALL_KSERVICESDIR}) install(TARGETS kipiplugin_kxmlhelloworld DESTINATION ${KDE_INSTALL_PLUGINDIR}) -install(FILES kxmlhelloworld/kipiplugin_kxmlhelloworldui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/kipi) +install(FILES kxmlhelloworld/kipiplugin_kxmlhelloworldui.rc DESTINATION ${KDE_INSTALL_KXMLGUIDIR}/kipi)