commit extra-cmake-modules for openSUSE:Leap:15.2

2020-06-17 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-06-17 11:34:50

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.3606 (New)


Package is "extra-cmake-modules"

Wed Jun 17 11:34:50 2020 rev:54 rq:814412 version:5.71.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-05-12 11:38:42.344539087 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.3606/extra-cmake-modules.changes
  2020-06-17 11:36:03.843801506 +0200
@@ -1,0 +2,15 @@
+Sun Jun  7 08:06:14 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+  * [android] Use newer Qt version in example
+  * ECMGenerateExportHeader: add generation of *_DEPRECATED_VERSION_BELATED()
+  * [android] Allow specifying APK install location
+  * ECMGeneratePriFile: fix for ECM_MKSPECS_INSTALL_DIR being absolute
+  * ECMGeneratePriFile: make the pri files relocatable
+  * Suppress find_package_handle_standard_args package name mismatch warning.
+
+---

Old:

  extra-cmake-modules-5.70.0.tar.xz
  extra-cmake-modules-5.70.0.tar.xz.sig

New:

  extra-cmake-modules-5.71.0.tar.xz
  extra-cmake-modules-5.71.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.vP3Bs0/_old  2020-06-17 11:36:04.195802571 +0200
+++ /var/tmp/diff_new_pack.vP3Bs0/_new  2020-06-17 11:36:04.199802583 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.70
+%define _tar_path 5.71
 # 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.70.0
+Version:5.71.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.70.0.tar.xz -> extra-cmake-modules-5.71.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.70.0/.arcconfig 
new/extra-cmake-modules-5.71.0/.arcconfig
--- old/extra-cmake-modules-5.70.0/.arcconfig   2020-04-29 01:16:47.0 
+0200
+++ new/extra-cmake-modules-5.71.0/.arcconfig   1970-01-01 01:00:00.0 
+0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/project/view/90/;
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.70.0/CMakeLists.txt 
new/extra-cmake-modules-5.71.0/CMakeLists.txt
--- old/extra-cmake-modules-5.70.0/CMakeLists.txt   2020-04-29 
01:16:47.0 +0200
+++ new/extra-cmake-modules-5.71.0/CMakeLists.txt   2020-05-19 
17:05:50.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.70.0") # handled by release scripts
+set(VERSION "5.71.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.70.0/modules/ECMFindModuleHelpers.cmake 
new/extra-cmake-modules-5.71.0/modules/ECMFindModuleHelpers.cmake
--- old/extra-cmake-modules-5.70.0/modules/ECMFindModuleHelpers.cmake   
2020-04-29 01:16:47.0 +0200
+++ new/extra-cmake-modules-5.71.0/modules/ECMFindModuleHelpers.cmake   
2020-05-19 17:05:50.0 +0200
@@ -245,6 +245,7 @@
 set(${module_name}_VERSION 
${${module_name}_${ecm_fpwc_comp}_VERSION})
 endif()
 
+set(FPHSA_NAME_MISMATCHED 1)
 find_package_handle_standard_args(${module_name}_${ecm_fpwc_comp}
 FOUND_VAR
 ${module_name}_${ecm_fpwc_comp}_FOUND
@@ -255,6 +256,7 @@
 VERSION_VAR
 ${module_name}_${ecm_fpwc_comp}_VERSION
 )
+unset(FPHSA_NAME_MISMATCHED)
 
 mark_as_advanced(
 ${module_name}_${ecm_fpwc_comp}_LIBRARY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.70.0/modules/ECMGenerateExportHeader.cmake 
new/extra-cmake-modules-5.71.0/modules/ECMGenerateExportHeader.cmake
--- old/extra-cmake-modules-5.70.0/modules/ECMGenerateExportHeader.cmake
2020-04-29 01:16:47.0 +0200
+++ new/extra-cmake-modules-5.71.0/modules/ECMGenerateExportHeader.cmake
2020-05-19 17:05:50.0 +0200
@@ -51,6 

commit extra-cmake-modules for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-05-12 11:37:32

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.2738 (New)


Package is "extra-cmake-modules"

Tue May 12 11:37:32 2020 rev:53 rq:802142 version:5.70.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-04-21 19:06:44.319893049 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.2738/extra-cmake-modules.changes
  2020-05-12 11:38:42.344539087 +0200
@@ -1,0 +2,15 @@
+Sun May  3 09:39:40 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * android: include the architecture on the apk name
+  * ECMAddQch: fix use of quotation marks with PREDEFINED in doxygen config
+  * Adapt FindKF5 to stricter checks in newer find_package_handle_standard_args
+  * ECMAddQch: help doxygen to handle Q_DECLARE_FLAGS, so such types get docs
+  * Fix wayland scanner warnings
+  * ECM: attempt to fix KDEInstallDirsTest.relative_or_absolute on Windows
+
+---

Old:

  extra-cmake-modules-5.69.0.tar.xz
  extra-cmake-modules-5.69.0.tar.xz.sig

New:

  extra-cmake-modules-5.70.0.tar.xz
  extra-cmake-modules-5.70.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.7Csd8X/_old  2020-05-12 11:38:42.660539750 +0200
+++ /var/tmp/diff_new_pack.7Csd8X/_new  2020-05-12 11:38:42.664539759 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:5.70.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.69.0.tar.xz -> extra-cmake-modules-5.70.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.69.0/CMakeLists.txt 
new/extra-cmake-modules-5.70.0/CMakeLists.txt
--- old/extra-cmake-modules-5.69.0/CMakeLists.txt   2020-03-24 
20:47:59.0 +0100
+++ new/extra-cmake-modules-5.70.0/CMakeLists.txt   2020-04-29 
01:16:47.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.69.0") # handled by release scripts
+set(VERSION "5.70.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.69.0/find-modules/FindKF5.cmake 
new/extra-cmake-modules-5.70.0/find-modules/FindKF5.cmake
--- old/extra-cmake-modules-5.69.0/find-modules/FindKF5.cmake   2020-03-24 
20:47:59.0 +0100
+++ new/extra-cmake-modules-5.70.0/find-modules/FindKF5.cmake   2020-04-29 
01:16:47.0 +0200
@@ -75,7 +75,12 @@
 ${_exact_arg} ${_quiet_arg}
 CONFIG
 )
-find_package_handle_standard_args(KF5${_module} CONFIG_MODE)
+# CMake >= 3.17 wants to be explictly told we are fine with name mismatch 
here
+set(_name_mismatched_arg)
+if(NOT CMAKE_VERSION VERSION_LESS 3.17)
+   set(_name_mismatched_arg NAME_MISMATCHED)
+endif()
+find_package_handle_standard_args(KF5${_module} CONFIG_MODE 
${_name_mismatched_arg})
 if (KF5_FIND_REQUIRED AND KF5_FIND_REQUIRED_${_module})
 # If the component was required, we tell FeatureSummary so that it
 # will be displayed in the correct list. We do not use the REQUIRED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.69.0/find-modules/FindQtWaylandScanner.cmake 
new/extra-cmake-modules-5.70.0/find-modules/FindQtWaylandScanner.cmake
--- old/extra-cmake-modules-5.69.0/find-modules/FindQtWaylandScanner.cmake  
2020-03-24 20:47:59.0 +0100
+++ new/extra-cmake-modules-5.70.0/find-modules/FindQtWaylandScanner.cmake  
2020-04-29 01:16:47.0 +0200
@@ -138,6 +138,7 @@
 BASENAME ${ARGS_BASENAME})
 
 get_filename_component(_infile ${ARGS_PROTOCOL} ABSOLUTE)
+set(_ccode 
"${CMAKE_CURRENT_BINARY_DIR}/wayland-${ARGS_BASENAME}-client-protocol.c")
 set(_cheader 
"${CMAKE_CURRENT_BINARY_DIR}/wayland-${ARGS_BASENAME}-client-protocol.h")
 

commit extra-cmake-modules for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-04-21 19:06:28

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.2738 (New)


Package is "extra-cmake-modules"

Tue Apr 21 19:06:28 2020 rev:52 rq:794836 version:5.69.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-03-21 16:44:09.961463383 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.2738/extra-cmake-modules.changes
  2020-04-21 19:06:44.319893049 +0200
@@ -1,0 +2,10 @@
+Sun Apr  5 19:45:16 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- Changes since 5.68.0:
+  * ECMPoQmToolsTest: have separate moc files for tr_thread_test 1 & 2
+
+---

Old:

  extra-cmake-modules-5.68.0.tar.xz
  extra-cmake-modules-5.68.0.tar.xz.sig

New:

  extra-cmake-modules-5.69.0.tar.xz
  extra-cmake-modules-5.69.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.OhSepo/_old  2020-04-21 19:06:44.827894083 +0200
+++ /var/tmp/diff_new_pack.OhSepo/_new  2020-04-21 19:06:44.835894100 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:5.69.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.68.0.tar.xz -> extra-cmake-modules-5.69.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.68.0/CMakeLists.txt 
new/extra-cmake-modules-5.69.0/CMakeLists.txt
--- old/extra-cmake-modules-5.68.0/CMakeLists.txt   2020-03-07 
09:34:00.0 +0100
+++ new/extra-cmake-modules-5.69.0/CMakeLists.txt   2020-03-24 
20:47:59.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.68.0") # handled by release scripts
+set(VERSION "5.69.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.68.0/tests/ECMPoQmToolsTest/CMakeLists.txt 
new/extra-cmake-modules-5.69.0/tests/ECMPoQmToolsTest/CMakeLists.txt
--- old/extra-cmake-modules-5.68.0/tests/ECMPoQmToolsTest/CMakeLists.txt
2020-03-07 09:34:00.0 +0100
+++ new/extra-cmake-modules-5.69.0/tests/ECMPoQmToolsTest/CMakeLists.txt
2020-03-24 20:47:59.0 +0100
@@ -121,14 +121,20 @@
 # loading a module on a thread other than the main thread
 # (different catalog, no AUTOMOC)
 #
-qt5_generate_moc(tr_thread_test.cpp 
"${CMAKE_CURRENT_BINARY_DIR}/tr_thread_test.moc")
+# make sure the moc file is only visible to this test/target
+set(MOC_DIR "${CMAKE_CURRENT_BINARY_DIR}/tr_thread_test_2_moc")
+qt5_generate_moc(tr_thread_test.cpp "${MOC_DIR}/tr_thread_test.moc")
+# Unset SKIP_AUTOMOC again, to not interfer with AUTOMOC as set for 
tr_thread_test
+set_source_files_properties(tr_thread_test PROPERTIES SKIP_AUTOMOC OFF)
+
 set(tr_thread_test_2_SRCS
 tr_thread_test.cpp
-"${CMAKE_CURRENT_BINARY_DIR}/tr_thread_test.moc"
+"${MOC_DIR}/tr_thread_test.moc"
 )
 ecm_create_qm_loader(tr_thread_test_2_SRCS catalog2)
 add_executable(tr_thread_test_2 ${tr_thread_test_2_SRCS})
-target_include_directories(tr_thread_test_2 PRIVATE 
"${CMAKE_CURRENT_BINARY_DIR}")
+set_target_properties(tr_thread_test_2 PROPERTIES AUTOMOC OFF)
+target_include_directories(tr_thread_test_2 PRIVATE 
"${CMAKE_CURRENT_BINARY_DIR}" "${MOC_DIR}")
 target_compile_definitions(tr_thread_test_2 PRIVATE 
"MODULE_PATH=\"$\"")
 target_link_libraries(tr_thread_test_2 PRIVATE Qt5::Core)
 





commit extra-cmake-modules for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-03-21 16:42:53

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.3160 (New)


Package is "extra-cmake-modules"

Sat Mar 21 16:42:53 2020 rev:51 rq:786542 version:5.68.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-02-16 18:27:32.502693538 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.3160/extra-cmake-modules.changes
  2020-03-21 16:44:09.961463383 +0100
@@ -1,0 +2,14 @@
+Sun Mar  8 09:17:32 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Support NDK r20 and Qt 5.14
+  * Load QM files from assets: URLs on Android
+  * Add ecm_qt_install_logging_categories & ecm_qt_export_logging_category
+  * ECMGeneratePriFile: unbreak for usages with LIB_NAME not a target name
+  * ECMGeneratePriFile: Fix static configurations
+
+---

Old:

  extra-cmake-modules-5.67.0.tar.xz
  extra-cmake-modules-5.67.0.tar.xz.sig

New:

  extra-cmake-modules-5.68.0.tar.xz
  extra-cmake-modules-5.68.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.wnSeOC/_old  2020-03-21 16:44:10.441463875 +0100
+++ /var/tmp/diff_new_pack.wnSeOC/_new  2020-03-21 16:44:10.445463878 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:5.68.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ bundle-lang.patch ++
--- /var/tmp/diff_new_pack.wnSeOC/_old  2020-03-21 16:44:10.457463891 +0100
+++ /var/tmp/diff_new_pack.wnSeOC/_new  2020-03-21 16:44:10.457463891 +0100
@@ -9,29 +9,29 @@
  modules/ECMQmLoader.cpp.in | 10 +++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
-Index: 
extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in
+Index: 
extra-cmake-modules-5.56.0git.20200226T180944~040504d/modules/ECMQmLoader.cpp.in
 ===
 
extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1.orig/modules/ECMQmLoader.cpp.in
-+++ 
extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in
-@@ -44,14 +44,18 @@ namespace {
+--- 
extra-cmake-modules-5.56.0git.20200226T180944~040504d.orig/modules/ECMQmLoader.cpp.in
  2020-02-27 07:10:58.979815190 +0100
 
extra-cmake-modules-5.56.0git.20200226T180944~040504d/modules/ECMQmLoader.cpp.in
   2020-02-27 07:13:15.674038108 +0100
+@@ -44,15 +44,19 @@
  QString subPath = QStringLiteral("locale/") + localeDirName + 
QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
  
  #if defined(Q_OS_ANDROID)
--const QString fullPath = QDir::homePath() + 
QStringLiteral("/../qt-reserved-files/share/") + subPath;
-+QString fullPath = QDir::homePath() + 
QStringLiteral("/../qt-reserved-files/share/") + subPath;
+-const QString fullPath = QStringLiteral("assets:/share/") + subPath;
++QString fullPath = QStringLiteral("assets:/share/") + subPath;
  if (!QFile::exists(fullPath)) {
  return false;
  }
  #else
 -const QString fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
 +QString fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
- if (fullPath.isEmpty()) {
--return false;
++if (fullPath.isEmpty()) {
 +subPath = QStringLiteral("locale-bundle/") + localeDirName + 
QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
 +fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
-+if (fullPath.isEmpty()) {
-+return false;
-+}
+ if (fullPath.isEmpty()) {
+ return false;
  }
++}
  #endif
  QTranslator *translator = new 
QTranslator(QCoreApplication::instance());
+ if (!translator->load(fullPath)) {

++ extra-cmake-modules-5.67.0.tar.xz -> extra-cmake-modules-5.68.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit extra-cmake-modules for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-02-16 18:26:21

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.26092 (New)


Package is "extra-cmake-modules"

Sun Feb 16 18:26:21 2020 rev:50 rq:773890 version:5.67.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-01-19 15:49:11.437763253 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.26092/extra-cmake-modules.changes
 2020-02-16 18:27:32.502693538 +0100
@@ -1,0 +2,17 @@
+Sun Feb  2 18:06:41 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:26 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * Add missing Import Env Variable
+  * ECMAddAppIcon: Add sc in regex to extract extension from valid names
+  * ECMAddQch: support & document K_DOXYGEN macro usage
+
+---

Old:

  extra-cmake-modules-5.66.0.tar.xz
  extra-cmake-modules-5.66.0.tar.xz.sig

New:

  extra-cmake-modules-5.67.0.tar.xz
  extra-cmake-modules-5.67.0.tar.xz.sig



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.v3NV0G/_old  2020-02-16 18:27:32.838693715 +0100
+++ /var/tmp/diff_new_pack.v3NV0G/_new  2020-02-16 18:27:32.842693716 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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.66.0
+Version:5.67.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
@@ -78,7 +78,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build

++ extra-cmake-modules-5.66.0.tar.xz -> extra-cmake-modules-5.67.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.66.0/CMakeLists.txt 
new/extra-cmake-modules-5.67.0/CMakeLists.txt
--- old/extra-cmake-modules-5.66.0/CMakeLists.txt   2020-01-04 
01:14:20.0 +0100
+++ new/extra-cmake-modules-5.67.0/CMakeLists.txt   2020-01-28 
17:26:25.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.66.0") # handled by release scripts
+set(VERSION "5.67.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.66.0/kde-modules/prefix.sh.cmake 
new/extra-cmake-modules-5.67.0/kde-modules/prefix.sh.cmake
--- old/extra-cmake-modules-5.66.0/kde-modules/prefix.sh.cmake  2020-01-04 
01:14:20.0 +0100
+++ new/extra-cmake-modules-5.67.0/kde-modules/prefix.sh.cmake  2020-01-28 
17:26:25.0 +0100
@@ -8,3 +8,5 @@
 
 export QT_PLUGIN_PATH=@KDE_INSTALL_FULL_QTPLUGINDIR@:$QT_PLUGIN_PATH
 export QML2_IMPORT_PATH=@KDE_INSTALL_FULL_QMLDIR@:$QML2_IMPORT_PATH
+
+export 
QT_QUICK_CONTROLS_STYLE_PATH=@KDE_INSTALL_FULL_QMLDIR@/QtQuick/Controls.2/:$QT_QUICK_CONTROLS_STYLE_PATH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.66.0/modules/ECMAddAppIcon.cmake 
new/extra-cmake-modules-5.67.0/modules/ECMAddAppIcon.cmake
--- old/extra-cmake-modules-5.66.0/modules/ECMAddAppIcon.cmake  2020-01-04 
01:14:20.0 +0100
+++ new/extra-cmake-modules-5.67.0/modules/ECMAddAppIcon.cmake  2020-01-28 
17:26:25.0 +0100
@@ -374,7 +374,7 @@
 message(AUTHOR_WARNING "${icon_full} does not exist, ignoring")
 else()
 get_filename_component(icon_name ${icon} NAME)
-string(REGEX MATCH "([0-9]+)\\-[^/]+\\.([a-z]+)$"
+string(REGEX MATCH "([0-9]+|sc)\\-[^/]+\\.([a-z]+)$"
_dummy "${icon_name}")
 set(size  "${CMAKE_MATCH_1}")
 set(ext   "${CMAKE_MATCH_2}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.66.0/modules/ECMAddQch.cmake 
new/extra-cmake-modules-5.67.0/modules/ECMAddQch.cmake
--- old/extra-cmake-modules-5.66.0/modules/ECMAddQch.cmake  2020-01-04 

commit extra-cmake-modules for openSUSE:Leap:15.2

2020-01-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Leap:15.2 checked in at 2020-01-19 15:47:16

Comparing /work/SRC/openSUSE:Leap:15.2/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.26092 (New)


Package is "extra-cmake-modules"

Sun Jan 19 15:47:16 2020 rev:49 rq:764433 version:5.66.0

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/extra-cmake-modules/extra-cmake-modules.changes
2020-01-15 14:54:27.905556969 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.extra-cmake-modules.new.26092/extra-cmake-modules.changes
 2020-01-19 15:49:11.437763253 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 09:01:55 UTC 2020 - Christophe Giboudeaux 
+
+- 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.4AiOWJ/_old  2020-01-19 15:49:11.817763478 +0100
+++ /var/tmp/diff_new_pack.4AiOWJ/_new  2020-01-19 15:49:11.821763480 +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.0 +0100
+++ new/extra-cmake-modules-5.66.0/CMakeLists.txt   2020-01-04 
01:14:20.0 +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.0 +0100
+++ new/extra-cmake-modules-5.66.0/docs/kde-module/KDEClangFormat.rst   
2020-01-04 01:14:20.0 +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.0 +0100
+++ 
new/extra-cmake-modules-5.66.0/find-modules/FindPythonModuleGeneration.cmake
2020-01-04 01:14:20.0 +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.0 +0100
+++ new/extra-cmake-modules-5.66.0/kde-modules/KDEClangFormat.cmake 
2020-01-04 01:14:20.0 +0100
@@ -12,10 +12,12 @@
 #
 #   kde_clang_format()
 #
-#   Using this function will create a clang-format target that will format all
-#passed to the function with the predefined KDE clang-format