Hello community,
here is the log from the commit of package extra-cmake-modules for
openSUSE:Factory checked in at 2020-01-14 20:59:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Tue Jan 14 20:59:21 2020 rev:73 rq:763432 version:5.66.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes
2019-12-18 14:41:34.649753620 +0100
+++
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.6675/extra-cmake-modules.changes
2020-01-14 21:02:42.922636002 +0100
@@ -1,0 +2,13 @@
+Sun Jan 5 09:01:55 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.66.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+ * [android] Fix apk install target
+ * API dox: fix rst syntax for KDEClangFormat text
+ * API dox: add missing entry for KDEClangFormat
+ * Support PyQt5 compiled with SIP 5
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.65.0.tar.xz
extra-cmake-modules-5.65.0.tar.xz.sig
New:
----
extra-cmake-modules-5.66.0.tar.xz
extra-cmake-modules-5.66.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.8yty24/_old 2020-01-14 21:02:43.838636426 +0100
+++ /var/tmp/diff_new_pack.8yty24/_new 2020-01-14 21:02:43.846636430 +0100
@@ -1,7 +1,7 @@
#
# spec file for package extra-cmake-modules
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
-%define _tar_path 5.65
+%define _tar_path 5.66
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -29,7 +29,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: extra-cmake-modules
-Version: 5.65.0
+Version: 5.66.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
++++++ extra-cmake-modules-5.65.0.tar.xz -> extra-cmake-modules-5.66.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/extra-cmake-modules-5.65.0/CMakeLists.txt
new/extra-cmake-modules-5.66.0/CMakeLists.txt
--- old/extra-cmake-modules-5.65.0/CMakeLists.txt 2019-12-05
22:14:02.000000000 +0100
+++ new/extra-cmake-modules-5.66.0/CMakeLists.txt 2020-01-04
01:14:20.000000000 +0100
@@ -32,7 +32,7 @@
# Preliminary setup
#
-set(VERSION "5.65.0") # handled by release scripts
+set(VERSION "5.66.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.65.0/docs/kde-module/KDEClangFormat.rst
new/extra-cmake-modules-5.66.0/docs/kde-module/KDEClangFormat.rst
--- old/extra-cmake-modules-5.65.0/docs/kde-module/KDEClangFormat.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/extra-cmake-modules-5.66.0/docs/kde-module/KDEClangFormat.rst
2020-01-04 01:14:20.000000000 +0100
@@ -0,0 +1 @@
+.. ecm-module:: ../../kde-modules/KDEClangFormat.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.65.0/find-modules/FindPythonModuleGeneration.cmake
new/extra-cmake-modules-5.66.0/find-modules/FindPythonModuleGeneration.cmake
---
old/extra-cmake-modules-5.65.0/find-modules/FindPythonModuleGeneration.cmake
2019-12-05 22:14:02.000000000 +0100
+++
new/extra-cmake-modules-5.66.0/find-modules/FindPythonModuleGeneration.cmake
2020-01-04 01:14:20.000000000 +0100
@@ -309,6 +309,7 @@
find_file(SIP_Qt5Core_Mod_FILE
NAMES QtCoremod.sip
+ HINTS ${KDE_INSTALL_PYTHON3DIR}/PyQt5/bindings/QtCore
PATH_SUFFIXES share/sip/PyQt5/QtCore
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.65.0/kde-modules/KDEClangFormat.cmake
new/extra-cmake-modules-5.66.0/kde-modules/KDEClangFormat.cmake
--- old/extra-cmake-modules-5.65.0/kde-modules/KDEClangFormat.cmake
2019-12-05 22:14:02.000000000 +0100
+++ new/extra-cmake-modules-5.66.0/kde-modules/KDEClangFormat.cmake
2020-01-04 01:14:20.000000000 +0100
@@ -12,10 +12,12 @@
#
# kde_clang_format(<files>)
#
-# Using this function will create a clang-format target that will format all
-# <files> passed to the function with the predefined KDE clang-format style.
+# Using this function will create a clang-format target that will format all
+# ``<files>`` passed to the function with the predefined KDE clang-format
style.
#
-# Example usage:
+# Example usage:
+#
+# .. code-block:: cmake
#
# include(KDEClangFormat)
# file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES src/*.cpp src/*.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.65.0/toolchain/ECMAndroidDeployQt.cmake
new/extra-cmake-modules-5.66.0/toolchain/ECMAndroidDeployQt.cmake
--- old/extra-cmake-modules-5.65.0/toolchain/ECMAndroidDeployQt.cmake
2019-12-05 22:14:02.000000000 +0100
+++ new/extra-cmake-modules-5.66.0/toolchain/ECMAndroidDeployQt.cmake
2020-01-04 01:14:20.000000000 +0100
@@ -68,7 +68,7 @@
)
add_custom_target(install-apk-${QTANDROID_EXPORTED_TARGET}
- COMMAND adb install -r
"${EXPORT_DIR}/build/outputs/apk/${QTANDROID_EXPORTED_TARGET}_build_apk-debug.apk"
+ COMMAND adb install -r
"${EXPORT_DIR}/build/outputs/apk/debug/${QTANDROID_EXPORTED_TARGET}_build_apk-debug.apk"
)
add_dependencies(create-apk ${CREATEAPK_TARGET_NAME})
endfunction()