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-01-16 17:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Mon Jan 16 17:57:52 2023 rev:109 rq:1058466 version:5.102.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes
2022-12-12 17:39:15.189044917 +0100
+++
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.32243/extra-cmake-modules.changes
2023-01-16 17:59:30.567020378 +0100
@@ -1,0 +2,16 @@
+Thu Jan 12 08:18:30 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.102.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.102.0
+- Changes since 5.101.0:
+ * CMakeLists.txt cmake_minimum_required should be first line of
CMakeLists.txt file
+ * Remove Jenkins CI leftover
+ * Use correct SPDX license identifier for CC0
+ * FindXCB: remove Xprint
+ * FindXCB: remove XEvIE
+ * Mark translation fetching as deprecated
+ * Fix compatibility with newer Gradle provided with Qt 5.15.8
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.101.0.tar.xz
extra-cmake-modules-5.101.0.tar.xz.sig
New:
----
extra-cmake-modules-5.102.0.tar.xz
extra-cmake-modules-5.102.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.0yqeZh/_old 2023-01-16 17:59:31.155023678 +0100
+++ /var/tmp/diff_new_pack.0yqeZh/_new 2023-01-16 17:59:31.163023723 +0100
@@ -21,7 +21,7 @@
%global pkg_suffix -doc
%endif
-%define _tar_path 5.101
+%define _tar_path 5.102
# 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.101.0
+Version: 5.102.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
++++++ extra-cmake-modules-5.101.0.tar.xz -> extra-cmake-modules-5.102.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/extra-cmake-modules-5.101.0/CMakeLists.txt
new/extra-cmake-modules-5.102.0/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/CMakeLists.txt 2022-11-27
08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/CMakeLists.txt 2023-01-12
22:43:20.000000000 +0100
@@ -11,7 +11,7 @@
# Preliminary setup
#
-set(VERSION "5.101.0") # handled by release scripts
+set(VERSION "5.102.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.101.0/Jenkinsfile_master_kf5-qt5_linux_gcc
new/extra-cmake-modules-5.102.0/Jenkinsfile_master_kf5-qt5_linux_gcc
--- old/extra-cmake-modules-5.101.0/Jenkinsfile_master_kf5-qt5_linux_gcc
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/Jenkinsfile_master_kf5-qt5_linux_gcc
1970-01-01 01:00:00.000000000 +0100
@@ -1,134 +0,0 @@
-#!groovy
-
-/*
-The MIT License
-Copyright (c) 2015-, CloudBees, Inc., and a number of other of contributors
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-*/
-
-node(linux) {
- // We want Timestamps on everything
- timestamps {
- // First Thing: Checkout Sources
- stage('Checkout Sources') {
- // Actual Application Sources
- checkout changelog: true, poll: true, scm: [
- $class: 'GitSCM',
- branches: [[name: ${branch}]],
- browser: [$class: 'CGit', repoUrl:
'https://cgit.kde.org/extra-cmake-modules.git'],
- extensions: [[$class: 'CloneOption', timeout: 120]],
- userRemoteConfigs: [[url:
'https://anongit.kde.org/extra-cmake-modules.git']]
- ]
-
- // Our CI scripts
- checkout changelog: false, poll: false, scm: [
- $class: 'GitSCM',
- branches: [[name: 'master']],
- extensions: [[$class: 'RelativeTargetDirectory',
relativeTargetDir: 'ci-tooling/']],
- userRemoteConfigs: [[url:
'https://anongit.kde.org/sysadmin/ci-tools-experimental.git']]
- ]
-
- // Dependency Metadata
- checkout changelog: false, poll: false, scm: [
- $class: 'GitSCM',
- branches: [[name: 'master']],
- extensions: [[$class: 'RelativeTargetDirectory',
relativeTargetDir: 'ci-tooling/dependencies/']],
- userRemoteConfigs: [[url:
'https://anongit.kde.org/kde-build-metadata']]
- ]
-
- // KApiDox: For api.kde.org metadata extraction
- checkout changelog: false, poll: false, scm: [
- $class: 'GitSCM',
- branches: [[name: 'master']],
- extensions: [[$class: 'RelativeTargetDirectory',
relativeTargetDir: 'ci-tooling/kapidox/']],
- userRemoteConfigs: [[url: 'https://anongit.kde.org/kapidox']]
- ]
-
- // kde-dev-scripts: For packager metadata extraction
- checkout changelog: false, poll: false, scm: [
- $class: 'GitSCM',
- branches: [[name: 'master']],
- extensions: [[$class: 'RelativeTargetDirectory',
relativeTargetDir: 'ci-tooling/kde-dev-scripts/']],
- userRemoteConfigs: [[url:
'https://anongit.kde.org/kde-dev-scripts']]
- ]
- }
- // Now Prepare to Build: Get the dependencies ready
- stage('Setup Dependencies') {
- // Now we can determine what our dependencies are
- // Then update to the latest version of the dependencies available
from the master server
- // Finally extract all of those dependencies in turn into the
given 'installTo' directory
- sh 'python helpers/prepare-dependencies.py --project
extra-cmake-modules --branchGroup kf5-qt5 --platform linux --installTo +
"$WORKSPACE/install-prefix/"
- }
- // Now we can configure our build
- stage('Configuring Build') {
- // This is delegated through a helper script to handle minor
special cases like inSourceBuilds, non-CMake build systems, etc
- sh 'python helpers/configure-build.py --project
extra-cmake-modules --branchGroup kf5-qt5 --platform linux '--installTo +
"$WORKSPACE/install-prefix/"
- }
- // Finally we can build it! (Once again, through a helper)
- stage('Compiling') {
- // We use a helper here so we can determine the appropriate number
of CPUs (-j) to build with
- sh 'python helpers/compile-build.py --project extra-cmake-modules
--branchGroup kf5-qt5 --platform linux
- }
- // Now ensure that it installs....
- stage('Installing') {
- // The helper ensures that DESTDIR and INSTALL_ROOT are set to
'divertTo'
- // This allows us to capture the install at the next stage for
later reuse in the Setup Dependencies step
- sh 'python helpers/install-build.py --project extra-cmake-modules
--branchGroup kf5-qt5 --platform linux --divertTo + "$WORKSPACE/install-divert/"
- }
- // Looks like it built okay - let's capture this for later use
- // We'll also take the opportunity to extract metadata from CMake used
by packagers and api.kde.org
- stage('Capturing Installation') {
- // First we create a tar archive of the installation which was
diverted
- // Then we upload a copy of that to the master server and have it
publish the new archive
- // Finally to save bandwidth our copy of the tar archive is moved
to our local cache for reuse on later builds on this node
- sh 'python helpers/capture-install.py --project
extra-cmake-modules --branchGroup kf5-qt5 --platform linux --divertedTo
"$WORKSPACE/install-divert/" --installTo "$WORKSPACE/install-prefix/"
- // Now we extract the CMake metadata and upload that to the
appropriate hosts
- sh 'python helpers/extract-cmake-metadata.py --project
extra-cmake-modules --branchGroup kf5-qt5 --platform linux
- }
- // Now we can run our tests
- stage('Running Tests') {
- // Run the unit tests for this project
- // Tests are run in a basic environment (X, DBus)
- sh 'python helpers/run-tests.py --project extra-cmake-modules
--branchGroup kf5-qt5 --platform linux
- // Collect our results
- junit allowEmptyResults: true, testResults:
'build/JUnitTestResults.xml'
- }
- // Final thing to do: some code quality checks
- stage('Checking Code Quality') {
-
- // cppcheck is not supported by Pipeline at the moment, so we don't run
that for now
- // See https://issues.jenkins-ci.org/browse/JENKINS-35096
-
- // Cobertura doesn't support Pipeline either, so no code coverage
publishing...
- // See https://issues.jenkins-ci.org/browse/JENKINS-30700
-
- // Scan the logs and publish a warnings report
- step( [$class: 'WarningsPublisher', consoleParsers: [[parserName: 'GNU Make
+ GNU C Compiler (gcc)'], [parserName: 'Appstreamercli']], excludePattern:
'/tmp/**'] )
- }
- // Send an email notification of this
- emailext(
- to: '[email protected]',
- body: '${JELLY_SCRIPT,template="text"}',
- subject: 'KDE CI: ${PROJECT_NAME} - Build # ${BUILD_NUMBER} -
${BUILD_STATUS}!',
- attachLog: true
- )
-// IRC Notifications are currently not supported by Pipeline
-// See https://issues.jenkins-ci.org/browse/JENKINS-33922
-// We can probably workaround this using Pursuivant and the emails Jenkins
sends out
-// This would allow subscribing to build notifications for IRC channels in
much the same way one subscribes for Commits and Bugzilla changes
-}
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/find-modules/FindGradle.cmake
new/extra-cmake-modules-5.102.0/find-modules/FindGradle.cmake
--- old/extra-cmake-modules-5.101.0/find-modules/FindGradle.cmake
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/find-modules/FindGradle.cmake
2023-01-12 22:43:20.000000000 +0100
@@ -57,7 +57,7 @@
add_custom_target(gradle DEPENDS ${Gradle_EXECUTABLE})
# Android Gradle plugin version (not the Gradle version!) used by Qt, for use
in our own build.gradle files
-if (QT_MAJOR_VERSION EQUAL "5")
+if (QT_MAJOR_VERSION EQUAL "5" AND Qt5Core_VERSION VERSION_LESS 5.15.8)
set(Gradle_ANDROID_GRADLE_PLUGIN_VERSION 3.6.4)
else()
set(Gradle_ANDROID_GRADLE_PLUGIN_VERSION 7.0.2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/find-modules/FindXCB.cmake
new/extra-cmake-modules-5.102.0/find-modules/FindXCB.cmake
--- old/extra-cmake-modules-5.101.0/find-modules/FindXCB.cmake 2022-11-27
08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/find-modules/FindXCB.cmake 2023-01-12
22:43:20.000000000 +0100
@@ -20,8 +20,8 @@
GLX ICCCM IMAGE KEYSYMS PRESENT
RANDR RECORD RENDER RENDERUTIL RES
SCREENSAVER SHAPE SHM SYNC UTIL
- XEVIE XF86DRI XFIXES XINERAMA XINPUT
- XKB XPRINT XTEST XV XVMC
+ XF86DRI XFIXES XINERAMA XINPUT XKB
+ XTEST XV XVMC
If no components are specified, this module will act as though all components
were passed to OPTIONAL_COMPONENTS. Before 5.82 this excluded XINPUT. Since
5.82
@@ -96,12 +96,10 @@
SCREENSAVER
SYNC
UTIL
- XEVIE
XF86DRI
XINERAMA
XINPUT
XKB
- XPRINT
XTEST
XV
XVMC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/kde-modules/KDECMakeSettings.cmake
new/extra-cmake-modules-5.102.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.101.0/kde-modules/KDECMakeSettings.cmake
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/kde-modules/KDECMakeSettings.cmake
2023-01-12 22:43:20.000000000 +0100
@@ -90,8 +90,8 @@
- ``APPLE_SUPPRESS_X11_WARNING`` option since 5.14.0
- ``CMAKE_AUTORCC`` enabled by default when supported by CMake (>= 3.0) since
5.62.0
-Translations
-~~~~~~~~~~~~
+Translations (deprecated)
+~~~~~~~~~~~~~~~~~~~~~~~~~
A fetch-translations target will be set up that will download translations
for projects using l10n.kde.org.
@@ -107,6 +107,9 @@
time instead of build time.
Since 5.50.0
+
+All ``KDE_L10N_*`` options have been deprecated since 5.102.0, as translations
+are meanwhile present inside the source code repositories.
#]=======================================================================]
################# RPATH handling ##################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/modules/ECMQmlModule.cpp.in.license
new/extra-cmake-modules-5.102.0/modules/ECMQmlModule.cpp.in.license
--- old/extra-cmake-modules-5.101.0/modules/ECMQmlModule.cpp.in.license
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/modules/ECMQmlModule.cpp.in.license
2023-01-12 22:43:20.000000000 +0100
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Arjen Hiemstra <[email protected]>
-SPDX-License-Identifier: CC0
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/modules/ECMQmlModule.h.in.license
new/extra-cmake-modules-5.102.0/modules/ECMQmlModule.h.in.license
--- old/extra-cmake-modules-5.101.0/modules/ECMQmlModule.h.in.license
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/modules/ECMQmlModule.h.in.license
2023-01-12 22:43:20.000000000 +0100
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Arjen Hiemstra <[email protected]>
-SPDX-License-Identifier: CC0
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMAddAppIconTest/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMAddAppIconTest/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ECMAddAppIconTest/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ECMAddAppIconTest/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMAddAppIconTest)
cmake_minimum_required(VERSION 3.5)
+project(ECMAddAppIconTest)
set(CMAKE_MODULE_PATH
${CMAKE_CURRENT_SOURCE_DIR}/../../modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMAddTests/multi_tests/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMAddTests/multi_tests/CMakeLists.txt
---
old/extra-cmake-modules-5.101.0/tests/ECMAddTests/multi_tests/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMAddTests/multi_tests/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMAddTests)
cmake_minimum_required(VERSION 3.5)
+project(ECMAddTests)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../modules)
set(CMAKE_MODULE_PATH "${ECM_MODULE_DIR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMAddTests/single_tests/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMAddTests/single_tests/CMakeLists.txt
---
old/extra-cmake-modules-5.101.0/tests/ECMAddTests/single_tests/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMAddTests/single_tests/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMAddTests)
cmake_minimum_required(VERSION 3.5)
+project(ECMAddTests)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../modules)
set(CMAKE_MODULE_PATH "${ECM_MODULE_DIR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMFindQmlModule/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMFindQmlModule/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ECMFindQmlModule/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ECMFindQmlModule/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(extra-cmake-modules)
cmake_minimum_required(VERSION 3.5)
+project(extra-cmake-modules)
set(ECM_FIND_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../find-modules)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMInstallIconsTest/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMInstallIconsTest/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ECMInstallIconsTest/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ECMInstallIconsTest/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMInstallIconsTest)
cmake_minimum_required(VERSION 3.5)
+project(ECMInstallIconsTest)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMPoQmToolsTest/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMPoQmToolsTest/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ECMPoQmToolsTest/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ECMPoQmToolsTest/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMPoQmToolsTest)
cmake_minimum_required(VERSION 3.5)
+project(ECMPoQmToolsTest)
set(ECM_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -3,8 +3,8 @@
#
# SPDX-License-Identifier: BSD-3-Clause
-project(extra-cmake-modules)
cmake_minimum_required(VERSION 3.5)
+project(extra-cmake-modules)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)
set(CMAKE_MODULE_PATH "${ECM_FIND_MODULE_DIR}" "${ECM_MODULE_DIR}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_depends.license
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_depends.license
---
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_depends.license
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_depends.license
2023-01-12 22:43:20.000000000 +0100
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Arjen Hiemstra <[email protected]>
-SPDX-License-Identifier: CC0
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_full.license
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_full.license
---
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_full.license
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_full.license
2023-01-12 22:43:20.000000000 +0100
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Arjen Hiemstra <[email protected]>
-SPDX-License-Identifier: CC0
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_qmlonly.license
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_qmlonly.license
---
old/extra-cmake-modules-5.101.0/tests/ECMQmlModuleTest/qmldir_expected_qmlonly.license
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMQmlModuleTest/qmldir_expected_qmlonly.license
2023-01-12 22:43:20.000000000 +0100
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Arjen Hiemstra <[email protected]>
-SPDX-License-Identifier: CC0
+SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt
---
old/extra-cmake-modules-5.101.0/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ECMQtDeclareLoggingCategoryTest)
cmake_minimum_required(VERSION 3.5)
+project(ECMQtDeclareLoggingCategoryTest)
set(ECM_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")
set(CMAKE_MODULE_PATH ${ECM_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ExecuteCoreModules/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ExecuteCoreModules/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ExecuteCoreModules/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ExecuteCoreModules/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ExecuteCoreModules)
cmake_minimum_required(VERSION 3.5)
+project(ExecuteCoreModules)
set(ECM_GLOBAL_FIND_VERSION "5.90.0")
file(GLOB all_core_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../modules/*cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/ExecuteKDEModules/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/ExecuteKDEModules/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/ExecuteKDEModules/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/ExecuteKDEModules/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(ExecuteKDEModules)
cmake_minimum_required(VERSION 3.5)
+project(ExecuteKDEModules)
# order is important (install dirs before cmake settings)!
set(all_kde_modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/FindModules/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/FindModules/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/FindModules/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/FindModules/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(FindModules)
cmake_minimum_required(VERSION 3.5)
+project(FindModules)
file(GLOB all_find_modules
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}/../../find-modules"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/KDEFetchTranslations/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/KDEFetchTranslations/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/KDEFetchTranslations/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/KDEFetchTranslations/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(extra-cmake-modules)
cmake_minimum_required(VERSION 3.5)
+project(extra-cmake-modules)
# order is important (install dirs before cmake settings)!
set(all_kde_modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/KDEInstallDirsTest/relative_or_absolute/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/KDEInstallDirsTest/relative_or_absolute/CMakeLists.txt
---
old/extra-cmake-modules-5.101.0/tests/KDEInstallDirsTest/relative_or_absolute/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/KDEInstallDirsTest/relative_or_absolute/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(KDEInstallDirs.relative_or_absolute)
cmake_minimum_required(VERSION 3.5)
+project(KDEInstallDirs.relative_or_absolute)
set(ECM_KDE_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../kde-modules)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../modules)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/KDEInstallDirsTest/vars_in_sync/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/KDEInstallDirsTest/vars_in_sync/CMakeLists.txt
---
old/extra-cmake-modules-5.101.0/tests/KDEInstallDirsTest/vars_in_sync/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++
new/extra-cmake-modules-5.102.0/tests/KDEInstallDirsTest/vars_in_sync/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(KDEInstallDirs.vars_in_sync)
cmake_minimum_required(VERSION 3.5)
+project(KDEInstallDirs.vars_in_sync)
set(ECM_KDE_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../kde-modules)
set(ECM_MODULE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../modules)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.101.0/tests/UseFindModules/CMakeLists.txt
new/extra-cmake-modules-5.102.0/tests/UseFindModules/CMakeLists.txt
--- old/extra-cmake-modules-5.101.0/tests/UseFindModules/CMakeLists.txt
2022-11-27 08:38:55.000000000 +0100
+++ new/extra-cmake-modules-5.102.0/tests/UseFindModules/CMakeLists.txt
2023-01-12 22:43:20.000000000 +0100
@@ -1,5 +1,5 @@
-project(UseFindModules)
cmake_minimum_required(VERSION 3.5)
+project(UseFindModules)
set(ECM_FIND_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../find-modules")
set(ECM_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../modules")