Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package extra-cmake-modules for openSUSE:Factory checked in at 2023-04-09 18:39:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old) and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules" Sun Apr 9 18:39:20 2023 rev:112 rq:1078028 version:5.105.0 Changes: -------- --- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes 2023-03-12 16:24:21.564794754 +0100 +++ /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.19717/extra-cmake-modules.changes 2023-04-09 18:41:14.369826981 +0200 @@ -1,0 +2,11 @@ +Sat Apr 1 17:00:33 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 5.105.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.105.0 +- Changes since 5.104.0: + * KDE_INSTALL_TARGETS_DEFAULT_ARGS (KF6): drop KDE_INSTALL_INCLUDEDIR + * KF_INSTALL_TARGETS_DEFAULT_ARGS: drop KDE_INSTALL_INCLUDEDIR_KF + +------------------------------------------------------------------- Old: ---- extra-cmake-modules-5.104.0.tar.xz extra-cmake-modules-5.104.0.tar.xz.sig New: ---- extra-cmake-modules-5.105.0.tar.xz extra-cmake-modules-5.105.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ extra-cmake-modules.spec ++++++ --- /var/tmp/diff_new_pack.y97o1t/_old 2023-04-09 18:41:14.861829764 +0200 +++ /var/tmp/diff_new_pack.y97o1t/_new 2023-04-09 18:41:14.865829786 +0200 @@ -21,7 +21,7 @@ %global pkg_suffix -doc %endif -%define _tar_path 5.104 +%define _tar_path 5.103 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -30,7 +30,7 @@ # Only needed for the package signature condition %bcond_without released Name: extra-cmake-modules%{?pkg_suffix} -Version: 5.104.0 +Version: 5.105.0 Release: 0 Summary: CMake modules License: BSD-3-Clause ++++++ extra-cmake-modules-5.104.0.tar.xz -> extra-cmake-modules-5.105.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.104.0/CMakeLists.txt new/extra-cmake-modules-5.105.0/CMakeLists.txt --- old/extra-cmake-modules-5.104.0/CMakeLists.txt 2023-02-27 09:19:38.000000000 +0100 +++ new/extra-cmake-modules-5.105.0/CMakeLists.txt 2023-03-26 16:18:14.000000000 +0200 @@ -11,7 +11,7 @@ # Preliminary setup # -set(VERSION "5.104.0") # handled by release scripts +set(VERSION "5.105.0") # handled by release scripts if (POLICY CMP0048) cmake_policy(SET CMP0048 NEW) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirs5.cmake new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirs5.cmake --- old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirs5.cmake 2023-02-27 09:19:38.000000000 +0100 +++ new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirs5.cmake 2023-03-26 16:18:14.000000000 +0200 @@ -350,6 +350,16 @@ # -only the development files: cmake -DCOMPONENT=Devel -P cmake_install.cmake # -everything except the development files: cmake -DCOMPONENT=Unspecified -P cmake_install.cmake # This can then also be used for packaging with cpack. +set(KDE_INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Devel + INCLUDES DESTINATION "${KDE_INSTALL_INCLUDEDIR}" +) +if(APPLE) + set(KDE_INSTALL_TARGETS_DEFAULT_ARGS ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} + BUNDLE DESTINATION "${BUNDLE_INSTALL_DIR}" ) +endif() + set(KF5_INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirs6.cmake new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirs6.cmake --- old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirs6.cmake 2023-02-27 09:19:38.000000000 +0100 +++ new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirs6.cmake 2023-03-26 16:18:14.000000000 +0200 @@ -286,10 +286,18 @@ # -only the development files: cmake -DCOMPONENT=Devel -P cmake_install.cmake # -everything except the development files: cmake -DCOMPONENT=Unspecified -P cmake_install.cmake # This can then also be used for packaging with cpack. +set(KDE_INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Devel +) +if(APPLE) + set(KDE_INSTALL_TARGETS_DEFAULT_ARGS ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} + BUNDLE DESTINATION "${BUNDLE_INSTALL_DIR}" ) +endif() + set(KF_INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Devel - INCLUDES DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF}" ) # on the Mac support an extra install directory for application bundles diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirsCommon.cmake new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirsCommon.cmake --- old/extra-cmake-modules-5.104.0/kde-modules/KDEInstallDirsCommon.cmake 2023-02-27 09:19:38.000000000 +0100 +++ new/extra-cmake-modules-5.105.0/kde-modules/KDEInstallDirsCommon.cmake 2023-03-26 16:18:14.000000000 +0200 @@ -386,16 +386,6 @@ endif() -set(KDE_INSTALL_TARGETS_DEFAULT_ARGS RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" - LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" - ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT Devel - INCLUDES DESTINATION "${KDE_INSTALL_INCLUDEDIR}" -) -if(APPLE) - set(KDE_INSTALL_TARGETS_DEFAULT_ARGS ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} - BUNDLE DESTINATION "${BUNDLE_INSTALL_DIR}" ) -endif() - # new in cmake 2.8.9: this is used for all installed files which do not have a component set # so set the default component name to the name of the project, if a project name has been set: if(NOT "${PROJECT_NAME}" STREQUAL "Project")