commit extra-cmake-modules for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-10-12 13:53:17

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3486 (New)


Package is "extra-cmake-modules"

Mon Oct 12 13:53:17 2020 rev:82 rq:840790 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-09-18 14:37:23.595787763 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3486/extra-cmake-modules.changes
2020-10-12 13:55:05.682111057 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:32:49 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- Too many changes to list here.
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.GbV0Lx/_old  2020-10-12 13:55:06.210111271 +0200
+++ /var/tmp/diff_new_pack.GbV0Lx/_new  2020-10-12 13:55:06.214111273 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.74
+%define _tar_path 5.75
 # 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.74.0
+Version:5.75.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.74.0.tar.xz -> extra-cmake-modules-5.75.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.74.0/CMakeLists.txt 
new/extra-cmake-modules-5.75.0/CMakeLists.txt
--- old/extra-cmake-modules-5.74.0/CMakeLists.txt   2020-08-30 
12:20:31.0 +0200
+++ new/extra-cmake-modules-5.75.0/CMakeLists.txt   2020-10-01 
14:34:06.0 +0200
@@ -11,7 +11,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.74.0") # handled by release scripts
+set(VERSION "5.75.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.74.0/docs/module/ECMCheckOutboundLicense.rst 
new/extra-cmake-modules-5.75.0/docs/module/ECMCheckOutboundLicense.rst
--- old/extra-cmake-modules-5.74.0/docs/module/ECMCheckOutboundLicense.rst  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.75.0/docs/module/ECMCheckOutboundLicense.rst  
2020-10-01 14:34:06.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMCheckOutboundLicense.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.74.0/find-modules/FindKF5.cmake 
new/extra-cmake-modules-5.75.0/find-modules/FindKF5.cmake
--- old/extra-cmake-modules-5.74.0/find-modules/FindKF5.cmake   2020-08-30 
12:20:31.0 +0200
+++ new/extra-cmake-modules-5.75.0/find-modules/FindKF5.cmake   2020-10-01 
14:34:06.0 +0200
@@ -54,7 +54,7 @@
 ${_exact_arg} ${_quiet_arg}
 CONFIG
 )
-# CMake >= 3.17 wants to be explictly told we are fine with name mismatch 
here
+# CMake >= 3.17 wants to be explicitly 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.74.0/find-modules/FindReuseTool.cmake 
new/extra-cmake-modules-5.75.0/find-modules/FindReuseTool.cmake
--- old/extra-cmake-modules-5.74.0/find-modules/FindReuseTool.cmake 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.75.0/find-modules/FindReuseTool.cmake 
2020-10-01 14:34:06.0 +0200
@@ -0,0 +1,23 @@
+# WARNING: FOR ECM-INTERNAL USE ONLY, DO NOT USE IN OWN PROJECTS
+# THIS FILE MIGHT DISAPPEAR IN FUTURE VERSIONS OF ECM.
+
+# Finds the REUSE Tool by FSFE: https://github.com/fsfe/reuse-tool
+#
+#  REUSE_TOOL_FOUND  - True if REUSE tool is found.
+#  REUSE_TOOL_EXECUTABLE - Path to executable
+
+#=
+# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr 
+#
+# SPDX-License-Identifier: BSD-3-Clause

commit extra-cmake-modules for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-09-18 14:36:12

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4249 (New)


Package is "extra-cmake-modules"

Fri Sep 18 14:36:12 2020 rev:81 rq:834375 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-08-12 12:24:00.844115415 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4249/extra-cmake-modules.changes
2020-09-18 14:37:23.595787763 +0200
@@ -1,0 +2,13 @@
+Sun Sep  6 12:48:23 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- Changes since 5.73.0:
+  * Strip leading zeros from numerical version numbers in C++ code
+  * Add timeout for qmlplugindump calls
+  * Add WaylandProtocols find module
+  * invoke update-mime-database with -n
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.26H2Y2/_old  2020-09-18 14:37:25.479789444 +0200
+++ /var/tmp/diff_new_pack.26H2Y2/_new  2020-09-18 14:37:25.483789448 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.73
+%define _tar_path 5.74
 # 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.73.0
+Version:5.74.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
@@ -84,6 +84,7 @@
   %kf5_makeinstall -C build
 
 %files
+%license LICENSES/*
 %{_datadir}/ECM/
 
 %if %{with doc}

++ extra-cmake-modules-5.73.0.tar.xz -> extra-cmake-modules-5.74.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.73.0/CMakeLists.txt 
new/extra-cmake-modules-5.74.0/CMakeLists.txt
--- old/extra-cmake-modules-5.73.0/CMakeLists.txt   2020-07-12 
23:30:51.0 +0200
+++ new/extra-cmake-modules-5.74.0/CMakeLists.txt   2020-08-30 
12:20:31.0 +0200
@@ -11,7 +11,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.73.0") # handled by release scripts
+set(VERSION "5.74.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.73.0/docs/find-module/FindWaylandProtocols.rst 
new/extra-cmake-modules-5.74.0/docs/find-module/FindWaylandProtocols.rst
--- old/extra-cmake-modules-5.73.0/docs/find-module/FindWaylandProtocols.rst
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.74.0/docs/find-module/FindWaylandProtocols.rst
2020-08-30 12:20:31.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindWaylandProtocols.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.73.0/find-modules/FindSharedMimeInfo.cmake 
new/extra-cmake-modules-5.74.0/find-modules/FindSharedMimeInfo.cmake
--- old/extra-cmake-modules-5.73.0/find-modules/FindSharedMimeInfo.cmake
2020-07-12 23:30:51.0 +0200
+++ new/extra-cmake-modules-5.74.0/find-modules/FindSharedMimeInfo.cmake
2020-08-30 12:20:31.0 +0200
@@ -81,7 +81,7 @@
 if (NOT DESTDIR_VALUE)
 # under Windows relative paths are used, that's why it runs from 
CMAKE_INSTALL_PREFIX
 message(STATUS \"Updating MIME database at 
\${CMAKE_INSTALL_PREFIX}/${_xdgmimeDir}\")
-execute_process(COMMAND \"${UPDATE_MIME_DATABASE_EXECUTABLE}\" 
\"${_xdgmimeDir}\"
+execute_process(COMMAND \"${UPDATE_MIME_DATABASE_EXECUTABLE}\" -n 
\"${_xdgmimeDir}\"
 WORKING_DIRECTORY \"\${CMAKE_INSTALL_PREFIX}\")
 endif (NOT DESTDIR_VALUE)
 ")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.73.0/find-modules/FindWaylandProtocols.cmake 
new/extra-cmake-modules-5.74.0/find-modules/FindWaylandProtocols.cmake
--- old/extra-cmake-modules-5.73.0/find-modules/FindWaylandProtocols.cmake  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.74.0/find-modules/FindWaylandProtocols.cmake  
2020-08-30 12:20:31.0 +0200
@@ -0,0 +1,39 @@

commit extra-cmake-modules for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-08-12 12:22:38

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3399 (New)


Package is "extra-cmake-modules"

Wed Aug 12 12:22:38 2020 rev:80 rq:825048 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-07-14 07:52:21.168441988 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3399/extra-cmake-modules.changes
2020-08-12 12:24:00.844115415 +0200
@@ -1,0 +2,15 @@
+Sun Aug  2 07:13:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- Changes since 5.72.0:
+  * Fix inline literal formatting
+  * Fix reST list from not being a list
+  * fix license headers
+  * Add ecm_generate_dbus_service_file
+  * Introduce function ecm_install_configured_file
+  * Export Wayland_DATADIR
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.d3J1Iy/_old  2020-08-12 12:24:01.340115742 +0200
+++ /var/tmp/diff_new_pack.d3J1Iy/_new  2020-08-12 12:24:01.344115744 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.72
+%define _tar_path 5.73
 # 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.72.0
+Version:5.73.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.72.0.tar.xz -> extra-cmake-modules-5.73.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.72.0/CMakeLists.txt 
new/extra-cmake-modules-5.73.0/CMakeLists.txt
--- old/extra-cmake-modules-5.72.0/CMakeLists.txt   2020-07-01 
15:21:05.0 +0200
+++ new/extra-cmake-modules-5.73.0/CMakeLists.txt   2020-07-12 
23:30:51.0 +0200
@@ -11,7 +11,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.72.0") # handled by release scripts
+set(VERSION "5.73.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.72.0/docs/module/ECMConfiguredInstall.rst 
new/extra-cmake-modules-5.73.0/docs/module/ECMConfiguredInstall.rst
--- old/extra-cmake-modules-5.72.0/docs/module/ECMConfiguredInstall.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.73.0/docs/module/ECMConfiguredInstall.rst 
2020-07-12 23:30:51.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMConfiguredInstall.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.72.0/docs/module/ECMGenerateDBusServiceFile.rst 
new/extra-cmake-modules-5.73.0/docs/module/ECMGenerateDBusServiceFile.rst
--- old/extra-cmake-modules-5.72.0/docs/module/ECMGenerateDBusServiceFile.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.73.0/docs/module/ECMGenerateDBusServiceFile.rst   
2020-07-12 23:30:51.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMGenerateDBusServiceFile.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.72.0/find-modules/FindTaglib.cmake 
new/extra-cmake-modules-5.73.0/find-modules/FindTaglib.cmake
--- old/extra-cmake-modules-5.72.0/find-modules/FindTaglib.cmake
2020-07-01 15:21:05.0 +0200
+++ new/extra-cmake-modules-5.73.0/find-modules/FindTaglib.cmake
2020-07-12 23:30:51.0 +0200
@@ -16,7 +16,7 @@
 # ``Taglib_VERSION``
 #   The version of taglib that was found
 #
-# If ``Taglib_FOUND is TRUE, it will also define the following imported
+# If ``Taglib_FOUND`` is TRUE, it will also define the following imported
 # target:
 #
 # ``Taglib::Taglib``
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.72.0/find-modules/FindWayland.cmake 
new/extra-cmake-modules-5.73.0/find-modules/FindWayland.cmake
--- old/extra-cmake-modules-5.72.0/find-modules/FindWayland.cmake   
2020-07-01 

commit extra-cmake-modules for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-07-14 07:51:15

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3060 (New)


Package is "extra-cmake-modules"

Tue Jul 14 07:51:15 2020 rev:79 rq:820336 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-06-16 13:41:03.220731075 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3060/extra-cmake-modules.changes
2020-07-14 07:52:21.168441988 +0200
@@ -1,0 +2,16 @@
+Sun Jul  5 07:55:00 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Fix Sphinx warning about cmake code block
+  * Remove support for png2ico
+  * Fix the ECM doc generation
+  * Fix markdown list from not being a list
+  * Deal with Qt's CMake code modifying CMAKE_SHARED_LIBRARY_SUFFIX
+  * Add FindTaglib find module
+  * extra-cmake-modules: Convert to SPDX license statements
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.kBvRwB/_old  2020-07-14 07:52:21.752443879 +0200
+++ /var/tmp/diff_new_pack.kBvRwB/_new  2020-07-14 07:52:21.752443879 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.71
+%define _tar_path 5.72
 # 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.71.0
+Version:5.72.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.71.0.tar.xz -> extra-cmake-modules-5.72.0.tar.xz 
++
 3428 lines of diff (skipped)





commit extra-cmake-modules for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-06-16 13:39:43

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


Package is "extra-cmake-modules"

Tue Jun 16 13:39:43 2020 rev:78 rq:814331 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-05-11 13:28:13.607466531 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3606/extra-cmake-modules.changes
2020-06-16 13:41:03.220731075 +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.6JzMc3/_old  2020-06-16 13:41:04.904736259 +0200
+++ /var/tmp/diff_new_pack.6JzMc3/_new  2020-06-16 13:41:04.904736259 +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 +51,7 @@
 # 

commit extra-cmake-modules for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-05-11 13:26:58

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


Package is "extra-cmake-modules"

Mon May 11 13:26:58 2020 rev:77 rq:802057 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-04-15 20:01:57.729909543 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2738/extra-cmake-modules.changes
2020-05-11 13:28:13.607466531 +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.4Ay1gZ/_old  2020-05-11 13:28:14.643468703 +0200
+++ /var/tmp/diff_new_pack.4Ay1gZ/_new  2020-05-11 13:28:14.643468703 +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")
 set(_header 

commit extra-cmake-modules for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-04-15 20:00:33

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


Package is "extra-cmake-modules"

Wed Apr 15 20:00:33 2020 rev:76 rq:793124 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-03-19 19:43:27.895958088 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2738/extra-cmake-modules.changes
2020-04-15 20:01:57.729909543 +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.8JI3U4/_old  2020-04-15 20:01:58.317909985 +0200
+++ /var/tmp/diff_new_pack.8JI3U4/_new  2020-04-15 20:01:58.317909985 +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:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-03-19 19:41:28

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


Package is "extra-cmake-modules"

Thu Mar 19 19:41:28 2020 rev:75 rq:785293 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-02-14 16:32:23.571419218 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.3160/extra-cmake-modules.changes
2020-03-19 19:43:27.895958088 +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.9zHapv/_old  2020-03-19 19:43:29.055958762 +0100
+++ /var/tmp/diff_new_pack.9zHapv/_new  2020-03-19 19:43:29.067958769 +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.9zHapv/_old  2020-03-19 19:43:29.095958786 +0100
+++ /var/tmp/diff_new_pack.9zHapv/_new  2020-03-19 19:43:29.095958786 +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' '--exclude=.svn' 

commit extra-cmake-modules for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2020-02-14 16:31:01

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


Package is "extra-cmake-modules"

Fri Feb 14 16:31:01 2020 rev:74 rq:773231 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2020-01-14 21:02:42.922636002 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.26092/extra-cmake-modules.changes
   2020-02-14 16:32:23.571419218 +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.hufPn1/_old  2020-02-14 16:32:24.571419761 +0100
+++ /var/tmp/diff_new_pack.hufPn1/_new  2020-02-14 16:32:24.579419765 +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 
01:14:20.0 +0100

commit extra-cmake-modules for openSUSE:Factory

2020-01-14 Thread root
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 
+
+- 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.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 style.
+# Using 

commit extra-cmake-modules for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-12-18 14:39:52

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4691 (New)


Package is "extra-cmake-modules"

Wed Dec 18 14:39:52 2019 rev:72 rq:757005 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-11-12 11:43:21.894596426 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4691/extra-cmake-modules.changes
2019-12-18 14:41:34.649753620 +0100
@@ -1,0 +2,19 @@
+Sun Dec  8 11:18:16 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- Changes since 5.64.0:
+  * EBN extra-cmake-modules transport cleanup
+  * EBN extra-cmake-modules comments spelling cleanup
+  * ECMGenerateExportHeader: add NO_BUILD_SET_DEPRECATED_WARNINGS_SINCE flag
+  * Fix EcmGenerateExportHeader tests on Windows
+  * Fix typo
+  * Explicitly use lib for systemd directories
+  * Documentation typo correction
+  * Fix ECMSetupVersion tests for old policy with project() wo/ VERSION
+  * Add install dir for systemd units
+  * KDEFrameworkCompilerSettings: enable all Qt % KF deprecation warnings
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.owl8nb/_old  2019-12-18 14:41:35.237753889 +0100
+++ /var/tmp/diff_new_pack.owl8nb/_new  2019-12-18 14:41:35.237753889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.64
+%define _tar_path 5.65
 # 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.64.0
+Version:5.65.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.64.0.tar.xz -> extra-cmake-modules-5.65.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.64.0/CMakeLists.txt 
new/extra-cmake-modules-5.65.0/CMakeLists.txt
--- old/extra-cmake-modules-5.64.0/CMakeLists.txt   2019-10-30 
01:52:08.0 +0100
+++ new/extra-cmake-modules-5.65.0/CMakeLists.txt   2019-12-05 
22:14:02.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.64.0") # handled by release scripts
+set(VERSION "5.65.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.64.0/cmake/FindSphinx.cmake 
new/extra-cmake-modules-5.65.0/cmake/FindSphinx.cmake
--- old/extra-cmake-modules-5.64.0/cmake/FindSphinx.cmake   2019-10-30 
01:52:08.0 +0100
+++ new/extra-cmake-modules-5.65.0/cmake/FindSphinx.cmake   2019-12-05 
22:14:02.0 +0100
@@ -56,7 +56,7 @@
 sphinx-build
 sphinx-build2
 sphinx-build3
-DOC "Sphinx Documentation Builder (http://sphinx-doc.org/)"
+DOC "Sphinx Documentation Builder (https://www.sphinx-doc.org/)"
 )
 
 if (Sphinx_BUILD_EXECUTABLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.64.0/find-modules/FindLibExiv2.cmake 
new/extra-cmake-modules-5.65.0/find-modules/FindLibExiv2.cmake
--- old/extra-cmake-modules-5.64.0/find-modules/FindLibExiv2.cmake  
2019-10-30 01:52:08.0 +0100
+++ new/extra-cmake-modules-5.65.0/find-modules/FindLibExiv2.cmake  
2019-12-05 22:14:02.0 +0100
@@ -113,6 +113,6 @@
 
 include(FeatureSummary)
 set_package_properties(LibExiv2 PROPERTIES
-URL "http://www.exiv2.org;
+URL "https://www.exiv2.org;
 DESCRIPTION "Image metadata support"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.64.0/find-modules/FindOpenEXR.cmake 

commit extra-cmake-modules for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-11-12 11:41:44

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2990 (New)


Package is "extra-cmake-modules"

Tue Nov 12 11:41:44 2019 rev:71 rq:747081 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-10-14 13:34:05.146557194 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2990/extra-cmake-modules.changes
2019-11-12 11:43:21.894596426 +0100
@@ -1,0 +2,15 @@
+Sun Nov  3 15:46:46 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Don't set C/C++ standards if already set
+  * Use modern way to set the C/CXX standad
+  * Raise CMake requirements to 3.5
+  * ECMAddQch: support PREDEFINED_MACROS/BLANK_MACROS with blanks & quotes
+  * Provide clang-format target with a KDE Frameworks style file
+  * Add ECMGenerateExportHeader, for improved handling of deprecated API
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.bZr2Es/_old  2019-11-12 11:43:23.722598350 +0100
+++ /var/tmp/diff_new_pack.bZr2Es/_new  2019-11-12 11:43:23.722598350 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.63
+%define _tar_path 5.64
 # 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.63.0
+Version:5.64.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
@@ -42,10 +42,10 @@
 %endif
 # PATCH-FIX-OPENSUSE
 Patch0: bundle-lang.patch
-BuildRequires:  cmake >= 3.0
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem
-Requires:   cmake >= 3.0
+Requires:   cmake >= 3.5
 Requires:   gcc-c++
 Requires:   kf5-filesystem
 Recommends: %{name}-doc

++ extra-cmake-modules-5.63.0.tar.xz -> extra-cmake-modules-5.64.0.tar.xz 
++
 1833 lines of diff (skipped)





commit extra-cmake-modules for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-10-14 13:32:50

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2352 (New)


Package is "extra-cmake-modules"

Mon Oct 14 13:32:50 2019 rev:70 rq:738000 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-09-23 12:21:34.293765916 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2352/extra-cmake-modules.changes
2019-10-14 13:34:05.146557194 +0200
@@ -1,0 +2,12 @@
+Sun Oct  6 13:26:12 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * new module ECMSourceVersionControl
+  * Fix FindEGL when using Emscripten
+  * ECMAddQch: add INCLUDE_DIRS argument
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.qbGcTk/_old  2019-10-14 13:34:06.334554097 +0200
+++ /var/tmp/diff_new_pack.qbGcTk/_new  2019-10-14 13:34:06.334554097 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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.62.0
+Version:5.63.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
@@ -44,7 +44,7 @@
 Patch0: bundle-lang.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
-BuildRequires:  kf5-filesystem >= 5.6.0
+BuildRequires:  kf5-filesystem
 Requires:   cmake >= 3.0
 Requires:   gcc-c++
 Requires:   kf5-filesystem

++ extra-cmake-modules-5.62.0.tar.xz -> extra-cmake-modules-5.63.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.62.0/CMakeLists.txt 
new/extra-cmake-modules-5.63.0/CMakeLists.txt
--- old/extra-cmake-modules-5.62.0/CMakeLists.txt   2019-09-06 
21:41:19.0 +0200
+++ new/extra-cmake-modules-5.63.0/CMakeLists.txt   2019-10-01 
12:30:21.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.62.0") # handled by release scripts
+set(VERSION "5.63.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.62.0/docs/module/ECMSourceVersionControl.rst 
new/extra-cmake-modules-5.63.0/docs/module/ECMSourceVersionControl.rst
--- old/extra-cmake-modules-5.62.0/docs/module/ECMSourceVersionControl.rst  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.63.0/docs/module/ECMSourceVersionControl.rst  
2019-10-01 12:30:21.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMSourceVersionControl.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.62.0/find-modules/FindEGL.cmake 
new/extra-cmake-modules-5.63.0/find-modules/FindEGL.cmake
--- old/extra-cmake-modules-5.62.0/find-modules/FindEGL.cmake   2019-09-06 
21:41:19.0 +0200
+++ new/extra-cmake-modules-5.63.0/find-modules/FindEGL.cmake   2019-10-01 
12:30:21.0 +0200
@@ -129,25 +129,33 @@
 
 cmake_pop_check_state()
 
+set(required_vars EGL_INCLUDE_DIR HAVE_EGL)
+if(NOT EMSCRIPTEN)
+list(APPEND required_vars EGL_LIBRARY)
+endif()
+
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(EGL
 FOUND_VAR
 EGL_FOUND
 REQUIRED_VARS
-EGL_LIBRARY
-EGL_INCLUDE_DIR
-HAVE_EGL
+${required_vars}
 VERSION_VAR
 EGL_VERSION
 )
 
 if(EGL_FOUND AND NOT TARGET EGL::EGL)
-add_library(EGL::EGL UNKNOWN IMPORTED)
-set_target_properties(EGL::EGL PROPERTIES
-IMPORTED_LOCATION "${EGL_LIBRARY}"
-INTERFACE_COMPILE_OPTIONS "${EGL_DEFINITIONS}"
-INTERFACE_INCLUDE_DIRECTORIES "${EGL_INCLUDE_DIR}"
-)
+if (EMSCRIPTEN)
+add_library(EGL::EGL INTERFACE IMPORTED)
+# Nothing further to be done, system include paths have headers and 
linkage is implicit.
+else()
+add_library(EGL::EGL UNKNOWN 

commit extra-cmake-modules for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-09-23 12:20:33

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.7948 (New)


Package is "extra-cmake-modules"

Mon Sep 23 12:20:33 2019 rev:69 rq:730901 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-08-19 21:02:40.596918152 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.7948/extra-cmake-modules.changes
2019-09-23 12:21:34.293765916 +0200
@@ -1,0 +2,15 @@
+Sat Sep  7 20:36:25 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * ECMAddQtDesignerPlugin: pass code sample indirectly via variable name arg
+  * Keep 'lib' as default LIBDIR on Arch Linux based systems
+  * disable autouic again - it breaks builds
+  * set autorcc and autouic by default
+  * Define install location for JAR/AAR files for Android
+  * Add ECMAddQtDesignerPlugin
+
+---

Old:

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

New:

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



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.0r3L90/_old  2019-09-23 12:21:34.733765844 +0200
+++ /var/tmp/diff_new_pack.0r3L90/_new  2019-09-23 12:21:34.737765843 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.61
+%define _tar_path 5.62
 # 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.61.0
+Version:5.62.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.61.0.tar.xz -> extra-cmake-modules-5.62.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.61.0/CMakeLists.txt 
new/extra-cmake-modules-5.62.0/CMakeLists.txt
--- old/extra-cmake-modules-5.61.0/CMakeLists.txt   2019-07-29 
02:50:36.0 +0200
+++ new/extra-cmake-modules-5.62.0/CMakeLists.txt   2019-09-06 
21:41:19.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.61.0") # handled by release scripts
+set(VERSION "5.62.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.61.0/docs/module/ECMAddQtDesignerPlugin.rst 
new/extra-cmake-modules-5.62.0/docs/module/ECMAddQtDesignerPlugin.rst
--- old/extra-cmake-modules-5.61.0/docs/module/ECMAddQtDesignerPlugin.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.62.0/docs/module/ECMAddQtDesignerPlugin.rst   
2019-09-06 21:41:19.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMAddQtDesignerPlugin.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.61.0/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-5.62.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.61.0/kde-modules/KDECMakeSettings.cmake   
2019-07-29 02:50:36.0 +0200
+++ new/extra-cmake-modules-5.62.0/kde-modules/KDECMakeSettings.cmake   
2019-09-06 21:41:19.0 +0200
@@ -78,6 +78,7 @@
 # - Uninstall target functionality since 1.7.0.
 # - ``APPLE_FORCE_X11`` option since 5.14.0 (detecting X11 was previously the 
default behavior)
 # - ``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
 # 
@@ -238,6 +239,14 @@
# Since CMake 2.8.6
set(CMAKE_AUTOMOC ON)
 
+   # Enable autorcc and in cmake so qrc files get generated.
+   # Since CMake 3.0
+   # TODO KF6: discuss enabling AUTOUIC and note porting requirements. autouic
+   #   acts on all #include "ui_*.h" assuming *.ui exists
+   if(NOT CMAKE_VERSION VERSION_LESS 3.0)
+  set(CMAKE_AUTORCC ON)
+   endif()
+
# By default, create 'GUI' executables. This can be reverted on a 
per-target basis
# using ECMMarkNonGuiExecutable
# Since CMake 2.8.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-08-19 21:00:38

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.22127 (New)


Package is "extra-cmake-modules"

Mon Aug 19 21:00:38 2019 rev:68 rq:722439 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-07-26 12:09:02.546862444 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.22127/extra-cmake-modules.changes
   2019-08-19 21:02:40.596918152 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:03 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+  * android: Allow overriding ANDROID_ARCH and ANDROID_ARCH_ABI as envvars 
+  * Notify users when not using KDE_INSTALL_USE_QT_SYS_PATHS about prefix.sh 
+  * Provide a more sensible CMAKE_INSTALL_PREFIX default 
+  * Make the default build type "Debug" when compiling a git checkout. 
+  * Fix type names casing
+
+---

Old:

  extra-cmake-modules-5.60.0.tar.xz

New:

  extra-cmake-modules-5.61.0.tar.xz
  extra-cmake-modules-5.61.0.tar.xz.sig
  frameworks.keyring



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ELR4sD/_old  2019-08-19 21:02:44.812917469 +0200
+++ /var/tmp/diff_new_pack.ELR4sD/_new  2019-08-19 21:02:44.812917469 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,14 +26,20 @@
 %else
 %bcond_with doc
 %endif
+# Only needed for the package signature condition
+%bcond_without lang
 Name:   extra-cmake-modules
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
 # PATCH-FIX-OPENSUSE
 Patch0: bundle-lang.patch
 BuildRequires:  cmake >= 3.0
@@ -52,7 +58,7 @@
 %description
 Extra modules and scripts for CMake.
 
-For more information see 
http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
+For more information see 
https://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
 
 %package doc
 Summary:Documentation for extra-cmake-modules
@@ -63,7 +69,7 @@
 %description doc
 Extra modules and scripts for CMake.
 
-For more information see 
http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
+For more information see 
https://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
 This package provides documentation for extra-cmake-modules
 
 %prep

++ extra-cmake-modules-5.60.0.tar.xz -> extra-cmake-modules-5.61.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.60.0/CMakeLists.txt 
new/extra-cmake-modules-5.61.0/CMakeLists.txt
--- old/extra-cmake-modules-5.60.0/CMakeLists.txt   2019-06-29 
17:11:42.0 +0200
+++ new/extra-cmake-modules-5.61.0/CMakeLists.txt   2019-07-29 
02:50:36.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.60.0") # handled by release scripts
+set(VERSION "5.61.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.60.0/ECMConfig.cmake.in 
new/extra-cmake-modules-5.61.0/ECMConfig.cmake.in
--- old/extra-cmake-modules-5.60.0/ECMConfig.cmake.in   2019-06-29 
17:11:42.0 +0200
+++ new/extra-cmake-modules-5.61.0/ECMConfig.cmake.in   2019-07-29 
02:50:36.0 +0200
@@ -6,6 +6,8 @@
 
 set(ECM_KDE_MODULE_DIR "@PACKAGE_KDE_MODULES_INSTALL_DIR@")
 
+set(ECM_PREFIX "${PACKAGE_PREFIX_DIR}")
+
 set(ECM_MODULE_PATH "${ECM_MODULE_DIR}" "${ECM_FIND_MODULE_DIR}" 
"${ECM_KDE_MODULE_DIR}")
 
 set(ECM_GLOBAL_FIND_VERSION "${ECM_FIND_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-07-26 12:07:38

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4126 (New)


Package is "extra-cmake-modules"

Fri Jul 26 12:07:38 2019 rev:67 rq:715851 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-06-22 11:09:53.720382745 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4126/extra-cmake-modules.changes
2019-07-26 12:09:02.546862444 +0200
@@ -1,0 +2,10 @@
+Sun Jul 14 06:41:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * Small API docs fixes
+
+---

Old:

  extra-cmake-modules-5.59.0.tar.xz

New:

  extra-cmake-modules-5.60.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.N4lP1D/_old  2019-07-26 12:09:03.546862286 +0200
+++ /var/tmp/diff_new_pack.N4lP1D/_new  2019-07-26 12:09:03.546862286 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.59
+%define _tar_path 5.60
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.59.0.tar.xz -> extra-cmake-modules-5.60.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.59.0/CMakeLists.txt 
new/extra-cmake-modules-5.60.0/CMakeLists.txt
--- old/extra-cmake-modules-5.59.0/CMakeLists.txt   2019-05-31 
16:55:38.0 +0200
+++ new/extra-cmake-modules-5.60.0/CMakeLists.txt   2019-06-29 
17:11:42.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.59.0") # handled by release scripts
+set(VERSION "5.60.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.59.0/find-modules/FindFontconfig.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindFontconfig.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindFontconfig.cmake
2019-05-31 16:55:38.0 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindFontconfig.cmake
2019-06-29 17:11:42.0 +0200
@@ -16,7 +16,7 @@
 # ``Fontconfig_VERSION``
 # The version of Fontconfig that has been found
 #
-# If ``Fontconfig_FOUND`` is True, it will also define the following
+# If ``Fontconfig_FOUND`` is TRUE, it will also define the following
 # imported target:
 #
 # ``Fontconfig::Fontconfig``
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindInotify.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindInotify.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindInotify.cmake   
2019-05-31 16:55:38.0 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindInotify.cmake   
2019-06-29 17:11:42.0 +0200
@@ -3,7 +3,7 @@
 # --
 #
 # Try to find inotify on this system. This finds:
-#  - libinotiy on Unix like systems, or 
+#  - libinotify on Unix like systems, or
 #  - the kernel's inotify on Linux systems.
 #
 # This will define the following variables:
@@ -16,7 +16,7 @@
 #This has to be passed to target_include_directories()
 #
 # On Linux, the libraries and include directories are empty,
-# even though Inotify_FOUND may be set to TRUE. This is because
+# even though ``Inotify_FOUND`` may be set to TRUE. This is because
 # no special includes or libraries are needed. On other systems
 # these may be needed to use inotify.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindLibExiv2.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindLibExiv2.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindLibExiv2.cmake  
2019-05-31 16:55:38.0 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindLibExiv2.cmake  
2019-06-29 17:11:42.0 +0200
@@ -7,26 +7,29 @@
 # This will define the following variables:
 #
 # ``LibExiv2_FOUND``
-# System has LibExiv2.
+# True if (the requested version 

commit extra-cmake-modules for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-06-22 11:07:16

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4615 (New)


Package is "extra-cmake-modules"

Sat Jun 22 11:07:16 2019 rev:66 rq:710712 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-05-21 10:24:51.363564498 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.4615/extra-cmake-modules.changes
2019-06-22 11:09:53.720382745 +0200
@@ -1,0 +2,11 @@
+Sun Jun 09 07:35:11 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- Changes since 5.58.0:
+  * Create specific directory for Qt logging categories file
+  * Don't enable QT_STRICT_ITERATORS on Windows.
+
+---

Old:

  extra-cmake-modules-5.58.0.tar.xz

New:

  extra-cmake-modules-5.59.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.tntcxC/_old  2019-06-22 11:09:55.492385356 +0200
+++ /var/tmp/diff_new_pack.tntcxC/_new  2019-06-22 11:09:55.492385356 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.58
+%define _tar_path 5.59
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.58.0.tar.xz -> extra-cmake-modules-5.59.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.58.0/CMakeLists.txt 
new/extra-cmake-modules-5.59.0/CMakeLists.txt
--- old/extra-cmake-modules-5.58.0/CMakeLists.txt   2019-04-17 
17:56:52.0 +0200
+++ new/extra-cmake-modules-5.59.0/CMakeLists.txt   2019-05-31 
16:55:38.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.58.0") # handled by release scripts
+set(VERSION "5.59.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.58.0/kde-modules/KDEFrameworkCompilerSettings.cmake 
new/extra-cmake-modules-5.59.0/kde-modules/KDEFrameworkCompilerSettings.cmake
--- 
old/extra-cmake-modules-5.58.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2019-04-17 17:56:52.0 +0200
+++ 
new/extra-cmake-modules-5.59.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2019-05-31 16:55:38.0 +0200
@@ -55,9 +55,16 @@
 -DQT_NO_SIGNALS_SLOTS_KEYWORDS
 -DQT_USE_QSTRINGBUILDER
 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
--DQT_STRICT_ITERATORS
)
 
+if (NOT WIN32)
+# Strict iterators can't be used on Windows, they lead to a link error
+# when application code iterates over a QVector for instance, 
unless
+# Qt itself was also built with strict iterators.
+# See example at https://bugreports.qt.io/browse/AUTOSUITE-946
+add_definitions(-DQT_STRICT_ITERATORS)
+endif()
+
 if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES 
"Clang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic")
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.58.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.59.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.58.0/kde-modules/KDEInstallDirs.cmake 
2019-04-17 17:56:52.0 +0200
+++ new/extra-cmake-modules-5.59.0/kde-modules/KDEInstallDirs.cmake 
2019-05-31 16:55:38.0 +0200
@@ -128,6 +128,8 @@
 # [``CONFIG_INSTALL_DIR``]
 # ``AUTOSTARTDIR``
 # autostart files (``CONFDIR/autostart``) [``AUTOSTART_INSTALL_DIR``]
+# ``LOGGINGCATEGORIESDIR``
+# Qt logging categories files directory 
(``DATAROOTDIR/qlogging-categories5``) Since 5.59.0
 #
 # If ``KDE_INSTALL_USE_QT_SYS_PATHS`` is set to TRUE before including this
 # module, the default values for some variables are instead queried from
@@ -582,6 +584,8 @@
 KXMLGUI_INSTALL_DIR)
 _define_relative(KTEMPLATESDIR DATAROOTDIR "kdevappwizard/templates"
 "Kapptemplate and Kdevelop templates")
+_define_relative(LOGGINGCATEGORIESDIR DATAROOTDIR "qlogging-categories5"
+   

commit extra-cmake-modules for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-05-21 10:23:33

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.5148 (New)


Package is "extra-cmake-modules"

Tue May 21 10:23:33 2019 rev:65 rq:703324 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-04-19 21:21:56.563687665 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.5148/extra-cmake-modules.changes
2019-05-21 10:24:51.363564498 +0200
@@ -1,0 +2,12 @@
+Wed May 15 18:16:15 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- Changes since 5.57.0:
+  * Bug fix: find c++ stl using regex
+  * Detect duplicate ANDROID_EXTRA_LIBS and minor bug fix
+  * Unconditionally enable -DQT_STRICT_ITERATORS, not just in debug mode
+
+---

Old:

  extra-cmake-modules-5.57.0.tar.xz

New:

  extra-cmake-modules-5.58.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.uMlfkD/_old  2019-05-21 10:24:51.855564308 +0200
+++ /var/tmp/diff_new_pack.uMlfkD/_new  2019-05-21 10:24:51.859564307 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.57.0.tar.xz -> extra-cmake-modules-5.58.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.57.0/CMakeLists.txt 
new/extra-cmake-modules-5.58.0/CMakeLists.txt
--- old/extra-cmake-modules-5.57.0/CMakeLists.txt   2019-03-31 
20:30:16.0 +0200
+++ new/extra-cmake-modules-5.58.0/CMakeLists.txt   2019-04-17 
17:56:52.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.57.0") # handled by release scripts
+set(VERSION "5.58.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.57.0/kde-modules/KDEFrameworkCompilerSettings.cmake 
new/extra-cmake-modules-5.58.0/kde-modules/KDEFrameworkCompilerSettings.cmake
--- 
old/extra-cmake-modules-5.57.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2019-03-31 20:30:16.0 +0200
+++ 
new/extra-cmake-modules-5.58.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2019-04-17 17:56:52.0 +0200
@@ -55,12 +55,9 @@
 -DQT_NO_SIGNALS_SLOTS_KEYWORDS
 -DQT_USE_QSTRINGBUILDER
 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
+-DQT_STRICT_ITERATORS
)
 
-if (CMAKE_BUILD_TYPE STREQUAL "Debug")
-  add_definitions(-DQT_STRICT_ITERATORS)
-endif()
-
 if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES 
"Clang")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic")
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.57.0/toolchain/ECMAndroidDeployQt.cmake 
new/extra-cmake-modules-5.58.0/toolchain/ECMAndroidDeployQt.cmake
--- old/extra-cmake-modules-5.57.0/toolchain/ECMAndroidDeployQt.cmake   
2019-03-31 20:30:16.0 +0200
+++ new/extra-cmake-modules-5.58.0/toolchain/ECMAndroidDeployQt.cmake   
2019-04-17 17:56:52.0 +0200
@@ -1,3 +1,4 @@
+cmake_minimum_required (VERSION 3.7 FATAL_ERROR)
 find_package(Qt5Core REQUIRED)
 
 function(ecm_androiddeployqt QTANDROID_EXPORTED_TARGET 
ECM_ADDITIONAL_FIND_ROOT_PATH)
@@ -38,10 +39,9 @@
 
 function(havestl var access VALUE)
 if (NOT VALUE STREQUAL "")
-string(FIND "${VALUE}" ".so\"" OUT)
-math(EXPR OUT "${OUT}+4")
-string(SUBSTRING "${VALUE}" 0 ${OUT} OUTSTR)
-file(WRITE ${CMAKE_BINARY_DIR}/stl "${OUTSTR}")
+# look for ++ and .so as in libc++.so
+string (REGEX MATCH "\"[^ ]+\\+\\+[^ ]*\.so\"" OUT ${VALUE})
+file(WRITE ${CMAKE_BINARY_DIR}/stl "${OUT}")
 endif()
 endfunction()
 function(haveranlib var access VALUE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-04-19 21:20:30

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.5536 (New)


Package is "extra-cmake-modules"

Fri Apr 19 21:20:30 2019 rev:64 rq:695195 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-03-21 09:44:13.698926182 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.5536/extra-cmake-modules.changes
2019-04-19 21:21:56.563687665 +0200
@@ -1,0 +2,18 @@
+Sun Apr 14 20:21:41 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * Re-enable the setting of QT_PLUGIN_PATH, without the strange backslash.
+  * ecm_add_wayland_client_protocol: Improve error messages
+  * ECMGeneratePkgConfigFile: make all vars dependent on ${prefix}
+  * Add UDev find module
+  * Fix harmless warnings when creating the doc.
+  * Also ignore __pycache__
+  * ECMGeneratePkgConfigFile: add variables used by pkg_check_modules
+  * Restore FindFontconfig backward compatibility for plasma-desktop
+  * Add Fontconfig find module
+
+---

Old:

  extra-cmake-modules-5.56.0.tar.xz

New:

  extra-cmake-modules-5.57.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.U9nc9N/_old  2019-04-19 21:21:57.971689459 +0200
+++ /var/tmp/diff_new_pack.U9nc9N/_new  2019-04-19 21:21:58.015689514 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.56.0.tar.xz -> extra-cmake-modules-5.57.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.56.0/.gitignore 
new/extra-cmake-modules-5.57.0/.gitignore
--- old/extra-cmake-modules-5.56.0/.gitignore   1970-01-01 01:00:00.0 
+0100
+++ new/extra-cmake-modules-5.57.0/.gitignore   2019-03-31 20:30:16.0 
+0200
@@ -0,0 +1,22 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
+__pycache__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.56.0/CMakeLists.txt 
new/extra-cmake-modules-5.57.0/CMakeLists.txt
--- old/extra-cmake-modules-5.56.0/CMakeLists.txt   2019-02-26 
23:04:32.0 +0100
+++ new/extra-cmake-modules-5.57.0/CMakeLists.txt   2019-03-31 
20:30:16.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.56.0") # handled by release scripts
+set(VERSION "5.57.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.56.0/attic/modules/FindFontconfig.cmake 
new/extra-cmake-modules-5.57.0/attic/modules/FindFontconfig.cmake
--- old/extra-cmake-modules-5.56.0/attic/modules/FindFontconfig.cmake   
2019-02-26 23:04:32.0 +0100
+++ new/extra-cmake-modules-5.57.0/attic/modules/FindFontconfig.cmake   
1970-01-01 01:00:00.0 +0100
@@ -1,50 +0,0 @@
-# - Try to find the  Fontconfig
-# Once done this will define
-#
-#  FONTCONFIG_FOUND - system has Fontconfig
-#  FONTCONFIG_INCLUDE_DIR - The include directory to use for the fontconfig 
headers
-#  FONTCONFIG_LIBRARIES - Link these to use FONTCONFIG
-#  FONTCONFIG_DEFINITIONS - Compiler switches required for using FONTCONFIG
-
-# Copyright (c) 2006,2007 Laurent Montel, 
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-
-if (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)
-
-  # in cache already
-  set(FONTCONFIG_FOUND TRUE)
-
-else (FONTCONFIG_LIBRARIES AND FONTCONFIG_INCLUDE_DIR)
-
-  if (NOT WIN32)
-# use pkg-config to get the directories and then use these values
-# in the FIND_PATH() and FIND_LIBRARY() calls
-find_package(PkgConfig)
-

commit extra-cmake-modules for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-03-21 09:42:59

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833 (New)


Package is "extra-cmake-modules"

Thu Mar 21 09:42:59 2019 rev:63 rq:686713 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-02-14 14:22:56.711942991 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833/extra-cmake-modules.changes
   2019-03-21 09:44:13.698926182 +0100
@@ -1,0 +2,19 @@
+Sun Mar 10 20:15:35 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * Android: Reflect on using clang now
+  * Fix releaseme checkout when this is included in a sub-directory
+  * Fix a typo in the compatibility vars.
+  * Fix FindEGL
+  * new find module for Canberra
+  * Update Android toolchain files to reality
+  * Add compile check to FindEGL
+  * ECMGeneratePkgConfigFile API dox: fix "Since" for DESCRIPTION arg
+  * Fix destroying QThread while still running -> warning -> crash
+  * Fix ENABLE_CLAZY option with clazy >= 1.5
+
+---

Old:

  extra-cmake-modules-5.55.0.tar.xz

New:

  extra-cmake-modules-5.56.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.sdTzpa/_old  2019-03-21 09:44:14.062926098 +0100
+++ /var/tmp/diff_new_pack.sdTzpa/_new  2019-03-21 09:44:14.066926098 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.55
+%define _tar_path 5.56
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.55.0.tar.xz -> extra-cmake-modules-5.56.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.55.0/CMakeLists.txt 
new/extra-cmake-modules-5.56.0/CMakeLists.txt
--- old/extra-cmake-modules-5.55.0/CMakeLists.txt   2019-02-02 
14:13:24.0 +0100
+++ new/extra-cmake-modules-5.56.0/CMakeLists.txt   2019-02-26 
23:04:32.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.55.0") # handled by release scripts
+set(VERSION "5.56.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.55.0/docs/find-module/FindCanberra.rst 
new/extra-cmake-modules-5.56.0/docs/find-module/FindCanberra.rst
--- old/extra-cmake-modules-5.55.0/docs/find-module/FindCanberra.rst
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.56.0/docs/find-module/FindCanberra.rst
2019-02-26 23:04:32.0 +0100
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindCanberra.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.55.0/find-modules/FindCanberra.cmake 
new/extra-cmake-modules-5.56.0/find-modules/FindCanberra.cmake
--- old/extra-cmake-modules-5.55.0/find-modules/FindCanberra.cmake  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.56.0/find-modules/FindCanberra.cmake  
2019-02-26 23:04:32.0 +0100
@@ -0,0 +1,108 @@
+#.rst:
+# FindCanberra
+# ---
+#
+# Try to find Canberra event sound library.
+#
+# This will define the following variables:
+#
+# ``Canberra_FOUND``
+# True if (the requested version of) Canberra is available
+# ``Canberra_VERSION``
+# The version of Canberra
+# ``Canberra_LIBRARIES``
+# The libraries of Canberra for use with target_link_libraries()
+# ``Canberra_INCLUDE_DIRS``
+# The include dirs of Canberra for use with target_include_directories()
+#
+# If ``Canberra_FOUND`` is TRUE, it will also define the following imported
+# target:
+#
+# ``Canberra::Canberra``
+# The Canberra library
+#
+# In general we recommend using the imported target, as it is easier to use.
+# Bear in mind, however, that if the target is in the link interface of an
+# exported library, it must be made available by the package config file.
+#
+# Since 5.56.0.
+
+#=
+# Copyright (c) 2012 Raphael Kubo da 

commit extra-cmake-modules for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-02-14 14:22:52

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833 (New)


Package is "extra-cmake-modules"

Thu Feb 14 14:22:52 2019 rev:62 rq:674212 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2019-01-21 10:18:52.554164174 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833/extra-cmake-modules.changes
   2019-02-14 14:22:56.711942991 +0100
@@ -1,0 +2,19 @@
+Sun Feb 10 22:02:59 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * FindGperf: in ecm_gperf_generate set SKIP_AUTOMOC for generated file
+  * Move -Wsuggest-override -Wlogical-op to regular compiler settings
+  * Fix python binding generation for classes with deleted copy constructors
+  * Fix qmake module generation for Qt 5.12.1
+  * Use more https in links
+  * API dox: add missing entries for some find-modules & modules
+  * FindGperf: improve api dox: mark-up usage example
+  * ECMGenerateQmlTypes: fix api dox: title needs more --- markup
+  * ECMQMLModules: fix api dox: title match module name, add missing "Since"
+  * FindInotify: fix api dox .rst tag, add missing "Since"
+
+---

Old:

  extra-cmake-modules-5.54.0.tar.xz

New:

  extra-cmake-modules-5.55.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.YvtUEA/_old  2019-02-14 14:22:57.215942752 +0100
+++ /var/tmp/diff_new_pack.YvtUEA/_new  2019-02-14 14:22:57.219942750 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.54
+%define _tar_path 5.55
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.54.0.tar.xz -> extra-cmake-modules-5.55.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.54.0/CMakeLists.txt 
new/extra-cmake-modules-5.55.0/CMakeLists.txt
--- old/extra-cmake-modules-5.54.0/CMakeLists.txt   2018-12-21 
00:31:37.0 +0100
+++ new/extra-cmake-modules-5.55.0/CMakeLists.txt   2019-02-02 
14:13:24.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.54.0") # handled by release scripts
+set(VERSION "5.55.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.54.0/docs/CMakeLists.txt 
new/extra-cmake-modules-5.55.0/docs/CMakeLists.txt
--- old/extra-cmake-modules-5.54.0/docs/CMakeLists.txt  2018-12-21 
00:31:37.0 +0100
+++ new/extra-cmake-modules-5.55.0/docs/CMakeLists.txt  2019-02-02 
14:13:24.0 +0100
@@ -42,7 +42,7 @@
 set_package_properties(
 QCollectionGenerator
 PROPERTIES
-URL "http://www.qt.io/;
+URL "https://www.qt.io/;
 DESCRIPTION "Qt help collection generator."
 TYPE OPTIONAL
 PURPOSE "Required to build Extra CMake Modules documentation in Qt 
Help format."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.54.0/docs/find-module/FindGperf.rst 
new/extra-cmake-modules-5.55.0/docs/find-module/FindGperf.rst
--- old/extra-cmake-modules-5.54.0/docs/find-module/FindGperf.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.55.0/docs/find-module/FindGperf.rst   
2019-02-02 14:13:24.0 +0100
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindGperf.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.54.0/docs/find-module/FindInotify.rst 
new/extra-cmake-modules-5.55.0/docs/find-module/FindInotify.rst
--- old/extra-cmake-modules-5.54.0/docs/find-module/FindInotify.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.55.0/docs/find-module/FindInotify.rst 
2019-02-02 14:13:24.0 +0100
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindInotify.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2019-01-21 10:17:49

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833 (New)


Package is "extra-cmake-modules"

Mon Jan 21 10:17:49 2019 rev:61 rq:665772 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-12-19 13:39:52.756086977 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833/extra-cmake-modules.changes
   2019-01-21 10:18:52.554164174 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:41 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * Add find module for Google's libphonenumber
+
+---

Old:

  extra-cmake-modules-5.53.0.tar.xz

New:

  extra-cmake-modules-5.54.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.uB2oBt/_old  2019-01-21 10:18:52.966163760 +0100
+++ /var/tmp/diff_new_pack.uB2oBt/_new  2019-01-21 10:18:52.970163757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.53
+%define _tar_path 5.54
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.53.0.tar.xz -> extra-cmake-modules-5.54.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.53.0/CMakeLists.txt 
new/extra-cmake-modules-5.54.0/CMakeLists.txt
--- old/extra-cmake-modules-5.53.0/CMakeLists.txt   2018-11-20 
14:36:01.0 +0100
+++ new/extra-cmake-modules-5.54.0/CMakeLists.txt   2018-12-21 
00:31:37.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.53.0") # handled by release scripts
+set(VERSION "5.54.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.53.0/find-modules/FindPhoneNumber.cmake 
new/extra-cmake-modules-5.54.0/find-modules/FindPhoneNumber.cmake
--- old/extra-cmake-modules-5.53.0/find-modules/FindPhoneNumber.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.54.0/find-modules/FindPhoneNumber.cmake   
2018-12-21 00:31:37.0 +0100
@@ -0,0 +1,95 @@
+#.rst:
+# FindPhoneNumber
+# ---
+#
+# This module finds if PhoneNumber is installed.
+#
+# This is a component-based find module, which makes use of the COMPONENTS and
+# OPTIONAL_COMPONENTS arguments to find_module.  The following components are
+# available:
+#
+#   PhoneNumber
+#   GeoCoding
+#
+# If no components are specified, this module will act as though all components
+# were passed to OPTIONAL_COMPONENTS.
+#
+# This module will define the following variables, independently of the
+# components searched for or found:
+#
+# ``PhoneNumber_FOUND``
+# True if (the requestion version of) PhoneNumber is available
+#
+# For each searched-for components, ``PhoneNumber__FOUND`` will be 
set to
+# TRUE if the corresponding library was found, and FALSE otherwise.  If
+# ``PhoneNumber__FOUND`` is TRUE, the imported target 
``PhoneNumber::``
+# will be defined.
+#
+# Since 5.54.0.
+
+#=
+# Copyright (c) 2017 Klaralvdalens Datakonsult AB, a KDAB Group company, 
i...@kdab.com
+# Copyright (c) 2018 Volker Krause 
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other 

commit extra-cmake-modules for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-12-19 13:38:38

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833 (New)


Package is "extra-cmake-modules"

Wed Dec 19 13:38:38 2018 rev:60 rq:658537 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-11-14 14:31:54.779412386 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.28833/extra-cmake-modules.changes
   2018-12-19 13:39:52.756086977 +0100
@@ -1,0 +2,14 @@
+Sun Dec 09 19:43:42 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Rename FindExiv2 to FindLibExiv2.
+  * Add FindExiv2.cmake to ECM
+  * Android: improve clang support
+  * FindQHelpGenerator: try to find Qt5Help instead of Qt5Core
+  * Use `MATCHES "Clang"` to detect clang
+
+---

Old:

  extra-cmake-modules-5.52.0.tar.xz

New:

  extra-cmake-modules-5.53.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.Jck76e/_old  2018-12-19 13:39:53.200086349 +0100
+++ /var/tmp/diff_new_pack.Jck76e/_new  2018-12-19 13:39:53.200086349 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.52.0.tar.xz -> extra-cmake-modules-5.53.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.52.0/CMakeLists.txt 
new/extra-cmake-modules-5.53.0/CMakeLists.txt
--- old/extra-cmake-modules-5.52.0/CMakeLists.txt   2018-10-29 
00:08:27.0 +0100
+++ new/extra-cmake-modules-5.53.0/CMakeLists.txt   2018-11-20 
14:36:01.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.52.0") # handled by release scripts
+set(VERSION "5.53.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.52.0/attic/modules/FindExiv2.cmake 
new/extra-cmake-modules-5.53.0/attic/modules/FindExiv2.cmake
--- old/extra-cmake-modules-5.52.0/attic/modules/FindExiv2.cmake
2018-10-29 00:08:27.0 +0100
+++ new/extra-cmake-modules-5.53.0/attic/modules/FindExiv2.cmake
1970-01-01 01:00:00.0 +0100
@@ -1,80 +0,0 @@
-# - Try to find the Exiv2 library
-#
-#  EXIV2_MIN_VERSION - You can set this variable to the minimum version you 
need
-#  before doing FIND_PACKAGE(Exiv2). The default is 0.12.
-#
-# Once done this will define
-#
-#  EXIV2_FOUND - system has libexiv2
-#  EXIV2_INCLUDE_DIR - the libexiv2 include directory
-#  EXIV2_LIBRARIES - Link these to use libexiv2
-#  EXIV2_DEFINITIONS - Compiler switches required for using libexiv2
-#
-# The minimum required version of Exiv2 can be specified using the
-# standard syntax, e.g. find_package(Exiv2 0.17)
-#
-# For compatibility, also the variable EXIV2_MIN_VERSION can be set to the 
minimum version
-# you need before doing FIND_PACKAGE(Exiv2). The default is 0.12.
-
-# Copyright (c) 2010, Alexander Neundorf, 
-# Copyright (c) 2008, Gilles Caulier, 
-#
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-
-# Support EXIV2_MIN_VERSION for compatibility:
-if(NOT Exiv2_FIND_VERSION)
-  set(Exiv2_FIND_VERSION "${EXIV2_MIN_VERSION}")
-endif()
-
-# the minimum version of exiv2 we require
-if(NOT Exiv2_FIND_VERSION)
-  set(Exiv2_FIND_VERSION "0.12")
-endif()
-
-
-if (NOT WIN32)
-   # use pkg-config to get the directories and then use these values
-   # in the FIND_PATH() and FIND_LIBRARY() calls
-   find_package(PkgConfig)
-   pkg_check_modules(PC_EXIV2 QUIET exiv2)
-   set(EXIV2_DEFINITIONS ${PC_EXIV2_CFLAGS_OTHER})
-endif (NOT WIN32)
-
-
-find_path(EXIV2_INCLUDE_DIR NAMES exiv2/exif.hpp
-  HINTS
-  ${PC_EXIV2_INCLUDEDIR}
-  ${PC_EXIV2_INCLUDE_DIRS}
-)
-
-find_library(EXIV2_LIBRARY NAMES exiv2 libexiv2
- HINTS
- ${PC_EXIV2_LIBDIR}
-

commit extra-cmake-modules for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-11-14 14:30:48

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


Package is "extra-cmake-modules"

Wed Nov 14 14:30:48 2018 rev:59 rq:648488 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-10-22 11:08:52.935995196 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-11-14 14:31:54.779412386 +0100
@@ -1,0 +2,13 @@
+Sun Nov 11 19:48:02 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * ECMAddQch: help doxygen by predefining more Q_DECL_* macros
+  * Bindings: Support using sys paths for python install directory
+  * Bindings: Remove INSTALL_DIR_SUFFIX from ecm_generate_python_binding
+  * Add support for the fuzzer sanitizer
+
+---

Old:

  extra-cmake-modules-5.51.0.tar.xz

New:

  extra-cmake-modules-5.52.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ICgsdX/_old  2018-11-14 14:31:55.439411746 +0100
+++ /var/tmp/diff_new_pack.ICgsdX/_new  2018-11-14 14:31:55.443411742 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ bundle-lang.patch ++
--- /var/tmp/diff_new_pack.ICgsdX/_old  2018-11-14 14:31:55.463411722 +0100
+++ /var/tmp/diff_new_pack.ICgsdX/_new  2018-11-14 14:31:55.463411722 +0100
@@ -9,16 +9,16 @@
  modules/ECMQmLoader.cpp.in | 10 +++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
-diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in
-index 003512d..bc6a4ad 100644
 a/modules/ECMQmLoader.cpp.in
-+++ b/modules/ECMQmLoader.cpp.in
+Index: 
extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/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 {
  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 = QDir::homePath() + 
QStringLiteral("/../qt-reserved-files/share/") + subPath;
++QString fullPath = QDir::homePath() + 
QStringLiteral("/../qt-reserved-files/share/") + subPath;
  if (!QFile::exists(fullPath)) {
  return false;
  }
@@ -35,5 +35,3 @@
  }
  #endif
  QTranslator *translator = new 
QTranslator(QCoreApplication::instance());
---
-2.19.0

++ extra-cmake-modules-5.51.0.tar.xz -> extra-cmake-modules-5.52.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.51.0/CMakeLists.txt 
new/extra-cmake-modules-5.52.0/CMakeLists.txt
--- old/extra-cmake-modules-5.51.0/CMakeLists.txt   2018-09-30 
22:46:18.0 +0200
+++ new/extra-cmake-modules-5.52.0/CMakeLists.txt   2018-10-29 
00:08:27.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.51.0") # handled by release scripts
+set(VERSION "5.52.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.51.0/find-modules/FindPythonModuleGeneration.cmake 
new/extra-cmake-modules-5.52.0/find-modules/FindPythonModuleGeneration.cmake
--- 
old/extra-cmake-modules-5.51.0/find-modules/FindPythonModuleGeneration.cmake
2018-09-30 22:46:18.0 +0200
+++ 
new/extra-cmake-modules-5.52.0/find-modules/FindPythonModuleGeneration.cmake
2018-10-29 00:08:27.0 +0100
@@ -36,6 +36,24 @@
 #
 #   import 

commit extra-cmake-modules for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-10-22 11:08:06

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


Package is "extra-cmake-modules"

Mon Oct 22 11:08:06 2018 rev:58 rq:642291 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-10-01 08:04:53.262401874 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-10-22 11:08:52.935995196 +0200
@@ -1,0 +2,28 @@
+Tue Oct 16 08:01:44 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:51:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * Compile python bindings with the same sip flags used by PyQt
+  * Android: Allow passing a relative path as the apk dir
+  * Android: Properly offer a fallback to applications that don't have a 
manifest
+  * l10n: Fix matching digits in the repository name
+  * Android: Make sure Qm translations get loaded
+  * Fix Android builds using cmake 3.12.1
+  * Add QT_NO_NARROWING_CONVERSIONS_IN_CONNECT as default compile flags
+  * Python bindings: use cmake_parse_arguments, fix documentation
+  * Bindings: Correct handling of sources containing utf-8
+  * autotests: actually iterate over the list, rather than checking item 0 all 
the time
+  * Actually iterate over CF_GENERATED, rather than checking item 0 all the 
time
+  * Fix minor EBN issues
+- Refresh patches:
+  * bundle-lang.patch
+
+---

Old:

  extra-cmake-modules-5.50.0.tar.xz

New:

  extra-cmake-modules-5.51.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.IuoV8W/_old  2018-10-22 11:08:53.363994844 +0200
+++ /var/tmp/diff_new_pack.IuoV8W/_new  2018-10-22 11:08:53.367994840 +0200
@@ -12,11 +12,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _tar_path 5.50
+%define _tar_path 5.51
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,12 +27,12 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch0: bundle-lang.patch

++ bundle-lang.patch ++
--- /var/tmp/diff_new_pack.IuoV8W/_old  2018-10-22 11:08:53.379994830 +0200
+++ /var/tmp/diff_new_pack.IuoV8W/_new  2018-10-22 11:08:53.379994830 +0200
@@ -1,24 +1,30 @@
-From 8c4c416228acf30862792b4a0da24d865988ea0f Mon Sep 17 00:00:00 2001
-From: Wolfgang Bauer 
-Date: Thu, 13 Jul 2017 16:53:08 +0200
-Subject: [PATCH] Also search in /usr/share/locale-bundle/ for translations
-
-openSUSE's bundle-lang packages install the translations in
-/usr/share/locale-bundle/ to not conflict with the standard -lang
-packages.
+From d68190a86ac823d64355a33cfd78bd9e8ffd2785 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame 
+Date: Wed, 26 Sep 2018 22:50:24 +0200
+Subject: [PATCH] openSUSE's bundle-lang packages install the translations in
+ /usr/share/locale-bundle/ to not conflict with the standard -lang packages.
 
 So look there too if a translation was not found in /usr/share/locale/.
 ---
- modules/ECMQmLoader.cpp.in | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
+ modules/ECMQmLoader.cpp.in | 10 +++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
 
 diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in
-index 12a2d14..81fb6fb 100644
+index 003512d..bc6a4ad 100644
 --- a/modules/ECMQmLoader.cpp.in
 +++ b/modules/ECMQmLoader.cpp.in
-@@ -43,7 +43,11 @@ namespace {
+@@ -44,14 +44,18 @@ namespace {
  QString subPath = QStringLiteral("locale/") + localeDirName + 
QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
- QString fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
+
+ #if defined(Q_OS_ANDROID)
+- 

commit extra-cmake-modules for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-10-01 08:03:28

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


Package is "extra-cmake-modules"

Mon Oct  1 08:03:28 2018 rev:57 rq:635970 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-08-24 16:51:48.921199500 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-10-01 08:04:53.262401874 +0200
@@ -1,0 +2,19 @@
+Thu Sep 13 21:58:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * Revert "Add _XOPEN_SOURCE to C definitions"
+  * Bindings: Check if bindings can be generated for a specific python version
+  * Bindings: Use python version matching the found clang python module
+  * Bindings: Make generator forward compatible with Python 3
+  * Disable alteration of QT_PLUGIN_PATH by ECM when running tests.
+  * Add _XOPEN_SOURCE to C definitions (kde#373175)
+  * Change documentation to reflect the real toolchain CMake name
+  * Bindings: Add support for scoped enums (kde#397154)
+  * Bindings: Check for libclang without version suffix also
+  * Make it possible for ECM to detect po files at configure time
+
+---

Old:

  extra-cmake-modules-5.49.0.tar.xz

New:

  extra-cmake-modules-5.50.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.fok2Y9/_old  2018-10-01 08:04:53.646401668 +0200
+++ /var/tmp/diff_new_pack.fok2Y9/_new  2018-10-01 08:04:53.650401667 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.49
+%define _tar_path 5.50
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.49.0.tar.xz -> extra-cmake-modules-5.50.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.49.0/CMakeLists.txt 
new/extra-cmake-modules-5.50.0/CMakeLists.txt
--- old/extra-cmake-modules-5.49.0/CMakeLists.txt   2018-08-04 
10:36:56.0 +0200
+++ new/extra-cmake-modules-5.50.0/CMakeLists.txt   2018-09-01 
11:20:25.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.49.0") # handled by release scripts
+set(VERSION "5.50.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.49.0/find-modules/FindPythonModuleGeneration.cmake 
new/extra-cmake-modules-5.50.0/find-modules/FindPythonModuleGeneration.cmake
--- 
old/extra-cmake-modules-5.49.0/find-modules/FindPythonModuleGeneration.cmake
2018-08-04 10:36:56.0 +0200
+++ 
new/extra-cmake-modules-5.50.0/find-modules/FindPythonModuleGeneration.cmake
2018-09-01 11:20:25.0 +0200
@@ -100,13 +100,22 @@
 python${_CURRENT_VERSION}u
 python${_CURRENT_VERSION}
 )
+# sip.h is version agnostic, it may be located in the version specific path
+# or one of the default locations
+find_path(GPB_PYTHON${version}_SIP_DIR
+   NAMES sip.h
+   PATHS
+ ${GPB_PYTHON${version}_INCLUDE_DIR}
+)
   endif()
 
   find_program(GPB_PYTHON${version}_COMMAND python${version})
 endmacro()
 
 macro(_create_imported_python_target version)
-  if(GPB_PYTHON${version}_LIBRARY AND GPB_PYTHON${version}_INCLUDE_DIR AND 
EXISTS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h")
+  if(GPB_PYTHON${version}_LIBRARY AND GPB_PYTHON${version}_INCLUDE_DIR AND
+ EXISTS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h" AND
+ EXISTS "${GPB_PYTHON${version}_SIP_DIR}/sip.h")
 list(APPEND _pyversions ${version})
 
 file(STRINGS "${GPB_PYTHON${version}_INCLUDE_DIR}/patchlevel.h" 
python_version_define
@@ -174,13 +183,9 @@
   _report_NOT_FOUND("The sip executable must be available to use 
${CMAKE_FIND_PACKAGE_NAME}.")
 endif()
 
-if (NOT GPB_PYTHON2_COMMAND)
-  _report_NOT_FOUND("The python2 executable is required by clang-python for 
the ${CMAKE_FIND_PACKAGE_NAME} Module.")
-endif()
-
 if (NOT libclang_LIBRARY)
   set(_LIBCLANG_MAX_MAJOR_VERSION 

commit extra-cmake-modules for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-08-24 16:50:51

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


Package is "extra-cmake-modules"

Fri Aug 24 16:50:51 2018 rev:56 rq:630581 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-07-21 10:11:18.547155510 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-08-24 16:51:48.921199500 +0200
@@ -1,0 +2,14 @@
+Sun Aug 19 09:18:42 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Android: Don't hardcode a random version of the Android SDK
+  * ECMOptionalAddSubdirectory: Provide a bit more detail
+  * Fix variable definition check
+  * Change the 'since' version.
+  * Improve ECMAddAppIconMacro.
+
+---

Old:

  extra-cmake-modules-5.48.0.tar.xz

New:

  extra-cmake-modules-5.49.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ifquIQ/_old  2018-08-24 16:51:49.469200147 +0200
+++ /var/tmp/diff_new_pack.ifquIQ/_new  2018-08-24 16:51:49.469200147 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,12 +27,12 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.48.0
+Version:5.49.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
-Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
+URL:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch0: bundle-lang.patch
@@ -57,8 +57,8 @@
 %package doc
 Summary:Documentation for extra-cmake-modules
 Group:  Documentation/Other
-BuildArch:  noarch
 Requires:   %{name} = %{version}
+BuildArch:  noarch
 
 %description doc
 Extra modules and scripts for CMake.

++ extra-cmake-modules-5.48.0.tar.xz -> extra-cmake-modules-5.49.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.48.0/CMakeLists.txt 
new/extra-cmake-modules-5.49.0/CMakeLists.txt
--- old/extra-cmake-modules-5.48.0/CMakeLists.txt   2018-07-04 
17:04:12.0 +0200
+++ new/extra-cmake-modules-5.49.0/CMakeLists.txt   2018-08-04 
10:36:56.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.48.0") # handled by release scripts
+set(VERSION "5.49.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.48.0/docs/find-module/FindIcoTool.rst 
new/extra-cmake-modules-5.49.0/docs/find-module/FindIcoTool.rst
--- old/extra-cmake-modules-5.48.0/docs/find-module/FindIcoTool.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.49.0/docs/find-module/FindIcoTool.rst 
2018-08-04 10:36:56.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindIcoTool.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.48.0/find-modules/FindIcoTool.cmake 
new/extra-cmake-modules-5.49.0/find-modules/FindIcoTool.cmake
--- old/extra-cmake-modules-5.48.0/find-modules/FindIcoTool.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.49.0/find-modules/FindIcoTool.cmake   
2018-08-04 10:36:56.0 +0200
@@ -0,0 +1,80 @@
+#.rst:
+# FindIcoTool
+# ---
+#
+# Try to find icotool.
+#
+# If the icotool executable is not in your PATH, you can provide
+# an alternative name or full path location with the ``IcoTool_EXECUTABLE``
+# variable.
+#
+# This will define the following variables:
+#
+# ``IcoTool_FOUND``
+# True if icotool is available.
+#
+# ``IcoTool_EXECUTABLE``
+# The icotool executable.
+#
+# If ``IcoTool_FOUND`` is TRUE, it will also define the following imported
+# target:
+#
+# ``IcoTool::IcoTool``
+# The icotool executable.
+#
+# Since 5.49.
+
+#=
+# Copyright 2017 Vincent Pinon 
+# 

commit extra-cmake-modules for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-07-21 10:10:16

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


Package is "extra-cmake-modules"

Sat Jul 21 10:10:16 2018 rev:55 rq:623254 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-06-22 13:18:41.579674125 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-07-21 10:11:18.547155510 +0200
@@ -1,0 +2,15 @@
+Mon Jul 16 04:37:34 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Android: Make it possible to override a target's APK directory
+  * Drop outdated QT_USE_FAST_OPERATOR_PLUS
+  * Add -Wlogical-op -Wzero-as-null-pointer-constant to KF5 warnings
+  * [ECMGenerateHeaders] Add option for other header file extension than .h
+  * Don't include a 64 when building 64bit architectures on flatpak
+  * skip automoc here
+
+---

Old:

  extra-cmake-modules-5.47.0.tar.xz

New:

  extra-cmake-modules-5.48.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.EbeUal/_old  2018-07-21 10:11:19.751155231 +0200
+++ /var/tmp/diff_new_pack.EbeUal/_new  2018-07-21 10:11:19.751155231 +0200
@@ -16,18 +16,18 @@
 #
 
 
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %if 0%{?suse_version} >= 1330
 %bcond_without doc
 %else
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.47.0
+Version:5.48.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.47.0.tar.xz -> extra-cmake-modules-5.48.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.47.0/CMakeLists.txt 
new/extra-cmake-modules-5.48.0/CMakeLists.txt
--- old/extra-cmake-modules-5.47.0/CMakeLists.txt   2018-05-31 
10:10:15.0 +0200
+++ new/extra-cmake-modules-5.48.0/CMakeLists.txt   2018-07-04 
17:04:12.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.47.0") # handled by release scripts
+set(VERSION "5.48.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.47.0/find-modules/FindWaylandScanner.cmake 
new/extra-cmake-modules-5.48.0/find-modules/FindWaylandScanner.cmake
--- old/extra-cmake-modules-5.47.0/find-modules/FindWaylandScanner.cmake
2018-05-31 10:10:15.0 +0200
+++ new/extra-cmake-modules-5.48.0/find-modules/FindWaylandScanner.cmake
2018-07-04 17:04:12.0 +0200
@@ -125,6 +125,7 @@
 
 set_source_files_properties(${_client_header} GENERATED)
 set_source_files_properties(${_code} GENERATED)
+set_property(SOURCE ${_client_header} PROPERTY SKIP_AUTOMOC ON)
 
 add_custom_command(OUTPUT "${_client_header}"
 COMMAND ${WaylandScanner_EXECUTABLE} client-header < ${_infile} > 
${_client_header}
@@ -154,7 +155,7 @@
 
 get_filename_component(_infile ${ARGS_PROTOCOL} ABSOLUTE)
 set(_server_header 
"${CMAKE_CURRENT_BINARY_DIR}/wayland-${ARGS_BASENAME}-server-protocol.h")
-
+set_property(SOURCE ${_server_header} PROPERTY SKIP_AUTOMOC ON)
 set_source_files_properties(${_server_header} GENERATED)
 
 add_custom_command(OUTPUT "${_server_header}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.47.0/kde-modules/KDEFrameworkCompilerSettings.cmake 
new/extra-cmake-modules-5.48.0/kde-modules/KDEFrameworkCompilerSettings.cmake
--- 
old/extra-cmake-modules-5.47.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2018-05-31 10:10:15.0 +0200
+++ 
new/extra-cmake-modules-5.48.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2018-07-04 17:04:12.0 +0200
@@ -53,7 +53,6 @@
 -DQT_NO_URL_CAST_FROM_STRING
 -DQT_NO_CAST_FROM_BYTEARRAY
 

commit extra-cmake-modules for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-06-22 13:17:16

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


Package is "extra-cmake-modules"

Fri Jun 22 13:17:16 2018 rev:54 rq:616733 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-05-18 14:19:55.583935268 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-06-22 13:18:41.579674125 +0200
@@ -1,0 +2,13 @@
+Tue Jun 12 21:26:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * Android toolchain: allow to specify extra libs manually
+  * Android: fix typo
+  * Android: Don't define qml-import-paths if it's empty
+  * Fix minor documentation typos
+
+---

Old:

  extra-cmake-modules-5.46.0.tar.xz

New:

  extra-cmake-modules-5.47.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.7raGjG/_old  2018-06-22 13:18:42.379644463 +0200
+++ /var/tmp/diff_new_pack.7raGjG/_new  2018-06-22 13:18:42.383644315 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.46.0
+Version:5.47.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.46.0.tar.xz -> extra-cmake-modules-5.47.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.46.0/CMakeLists.txt 
new/extra-cmake-modules-5.47.0/CMakeLists.txt
--- old/extra-cmake-modules-5.46.0/CMakeLists.txt   2018-05-04 
19:34:33.0 +0200
+++ new/extra-cmake-modules-5.47.0/CMakeLists.txt   2018-05-31 
10:10:15.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.46.0") # handled by release scripts
+set(VERSION "5.47.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.46.0/modules/ECMAddQch.cmake 
new/extra-cmake-modules-5.47.0/modules/ECMAddQch.cmake
--- old/extra-cmake-modules-5.46.0/modules/ECMAddQch.cmake  2018-05-04 
19:34:33.0 +0200
+++ new/extra-cmake-modules-5.47.0/modules/ECMAddQch.cmake  2018-05-31 
10:10:15.0 +0200
@@ -105,7 +105,7 @@
 # Needs to be used when NAMESPACE is not used.
 #
 # LINK_QCHS specifies a list of other QCH targets which should be used for
-# creating references to API documenation of code in external libraries.
+# creating references to API documentation of code in external libraries.
 # For each target  in the list these target properties are expected to be
 # defined: DOXYGEN_TAGFILE, QHP_NAMESPACE and QHP_VIRTUALFOLDER.
 # If any of these is not existing,  will be ignored.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.46.0/modules/ECMSetupVersion.cmake 
new/extra-cmake-modules-5.47.0/modules/ECMSetupVersion.cmake
--- old/extra-cmake-modules-5.46.0/modules/ECMSetupVersion.cmake
2018-05-04 19:34:33.0 +0200
+++ new/extra-cmake-modules-5.47.0/modules/ECMSetupVersion.cmake
2018-05-31 10:10:15.0 +0200
@@ -75,7 +75,7 @@
 #
 # Since pre-1.0.0.
 #
-# COMPATIBLITY option available since 1.6.0.
+# COMPATIBILITY option available since 1.6.0.
 
 #=
 # Copyright 2014 Alex Merry 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.46.0/toolchain/Android.cmake 
new/extra-cmake-modules-5.47.0/toolchain/Android.cmake
--- old/extra-cmake-modules-5.46.0/toolchain/Android.cmake  2018-05-04 
19:34:33.0 +0200
+++ new/extra-cmake-modules-5.47.0/toolchain/Android.cmake  2018-05-31 
10:10:15.0 +0200
@@ -53,6 +53,8 @@
 # directories in the NDK. Default: ``armeabi-v7a``.
 # ``ANDROID_SDK_BUILD_TOOLS_REVISION``
 # The build tools version to use. Default: ``21.1.1``.
+# ``ANDROID_EXTRA_LIBS``
+# The ";"-separated list of full paths to libs to include in resulting APK.
 #
 # For 

commit extra-cmake-modules for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-05-18 14:18:28

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


Package is "extra-cmake-modules"

Fri May 18 14:18:28 2018 rev:53 rq:607531 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-04-19 15:15:30.576884506 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-05-18 14:19:55.583935268 +0200
@@ -1,0 +2,16 @@
+Sun May 13 21:02:59 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Include FeatureSummary before calling set_package_properties.
+  * Android: fix dumb mistakes
+  * Don't install plugins within lib on android
+  * Android: Make sure variable is defined before using it
+  * Make it possible to build several apk out of a project
+  * Check if the application androiddeployqt package has a main() symbol
+  * Android: Explicitly point at upstream documentation and deprecate 
duplicated concepts
+
+---

Old:

  extra-cmake-modules-5.45.0.tar.xz

New:

  extra-cmake-modules-5.46.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.12DIFd/_old  2018-05-18 14:19:58.203839123 +0200
+++ /var/tmp/diff_new_pack.12DIFd/_new  2018-05-18 14:19:58.203839123 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.45
+%define _tar_path 5.46
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.45.0
+Version:5.46.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.45.0.tar.xz -> extra-cmake-modules-5.46.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.45.0/CMakeLists.txt 
new/extra-cmake-modules-5.46.0/CMakeLists.txt
--- old/extra-cmake-modules-5.45.0/CMakeLists.txt   2018-04-04 
18:46:25.0 +0200
+++ new/extra-cmake-modules-5.46.0/CMakeLists.txt   2018-05-04 
19:34:33.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.45.0") # handled by release scripts
+set(VERSION "5.46.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.45.0/find-modules/FindGLIB2.cmake 
new/extra-cmake-modules-5.46.0/find-modules/FindGLIB2.cmake
--- old/extra-cmake-modules-5.45.0/find-modules/FindGLIB2.cmake 2018-04-04 
18:46:25.0 +0200
+++ new/extra-cmake-modules-5.46.0/find-modules/FindGLIB2.cmake 2018-05-04 
19:34:33.0 +0200
@@ -93,6 +93,8 @@
 
 mark_as_advanced(GLIB2_INCLUDE_DIRS GLIB2_INCLUDE_DIR
  GLIB2_LIBRARIES GLIB2_LIBRARY)
+
+include(FeatureSummary)
 set_package_properties(GLIB2 PROPERTIES
   URL "https://wiki.gnome.org/Projects/GLib;
   DESCRIPTION "Event loop and utility library")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.45.0/find-modules/FindPulseAudio.cmake 
new/extra-cmake-modules-5.46.0/find-modules/FindPulseAudio.cmake
--- old/extra-cmake-modules-5.45.0/find-modules/FindPulseAudio.cmake
2018-04-04 18:46:25.0 +0200
+++ new/extra-cmake-modules-5.46.0/find-modules/FindPulseAudio.cmake
2018-05-04 19:34:33.0 +0200
@@ -123,6 +123,8 @@
 mark_as_advanced(PulseAudio_INCLUDE_DIRS PULSEAUDIO_INCLUDE_DIR
  PulseAudio_LIBRARIES PULSEAUDIO_LIBRARY
 PulseAudio_MAINLOOP_LIBRARY PULSEAUDIO_MAINLOOP_LIBRARY)
+
+include(FeatureSummary)
 set_package_properties(PulseAudio PROPERTIES
   URL "https://www.freedesktop.org/wiki/Software/PulseAudio;
   DESCRIPTION "Sound server, for sound stream routing and mixing")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.45.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.46.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.45.0/kde-modules/KDEInstallDirs.cmake 
2018-04-04 18:46:25.0 +0200
+++ new/extra-cmake-modules-5.46.0/kde-modules/KDEInstallDirs.cmake 
2018-05-04 19:34:33.0 +0200
@@ -488,7 

commit extra-cmake-modules for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-04-19 15:13:57

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


Package is "extra-cmake-modules"

Thu Apr 19 15:13:57 2018 rev:52 rq:596844 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-03-20 21:44:40.063582758 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-04-19 15:15:30.576884506 +0200
@@ -1,0 +2,16 @@
+Sat Apr 14 13:19:02 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * Make use of upstream CMake infrastructure to detect the compiler toolchain
+  * API dox: fix some "code-block" lines to have empty lines before/after
+  * Add ECMSetupQtPluginMacroNames
+  * Provide androiddeployqt with all prefix paths
+  * Include the "stdcpp-path" in the json file
+  * Resolve symlinks in QML import paths
+  * Provide QML import paths to androiddeployqt
+
+---

Old:

  extra-cmake-modules-5.44.0.tar.xz

New:

  extra-cmake-modules-5.45.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.cYHQSL/_old  2018-04-19 15:15:31.220858955 +0200
+++ /var/tmp/diff_new_pack.cYHQSL/_new  2018-04-19 15:15:31.224858796 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.44
+%define _tar_path 5.45
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.44.0
+Version:5.45.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.44.0.tar.xz -> extra-cmake-modules-5.45.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.44.0/CMakeLists.txt 
new/extra-cmake-modules-5.45.0/CMakeLists.txt
--- old/extra-cmake-modules-5.44.0/CMakeLists.txt   2018-03-03 
10:48:12.0 +0100
+++ new/extra-cmake-modules-5.45.0/CMakeLists.txt   2018-04-04 
18:46:25.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.44.0") # handled by release scripts
+set(VERSION "5.45.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.44.0/docs/module/ECMSetupQtPluginMacroNames.rst 
new/extra-cmake-modules-5.45.0/docs/module/ECMSetupQtPluginMacroNames.rst
--- old/extra-cmake-modules-5.44.0/docs/module/ECMSetupQtPluginMacroNames.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.45.0/docs/module/ECMSetupQtPluginMacroNames.rst   
2018-04-04 18:46:25.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMSetupQtPluginMacroNames.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.44.0/modules/ECMSetupQtPluginMacroNames.cmake 
new/extra-cmake-modules-5.45.0/modules/ECMSetupQtPluginMacroNames.cmake
--- old/extra-cmake-modules-5.44.0/modules/ECMSetupQtPluginMacroNames.cmake 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.45.0/modules/ECMSetupQtPluginMacroNames.cmake 
2018-04-04 18:46:25.0 +0200
@@ -0,0 +1,237 @@
+#.rst:
+# ECMSetupQtPluginMacroNames
+# ---
+#
+# Instruct CMake's automoc about C++ preprocessor macros used to define 
Qt-style plugins.
+#
+# ::
+#
+#   ecm_setup_qtplugin_macro_names(
+#   [JSON_NONE  [ [...]]]
+#   [JSON_ARG1  [ [...]]]
+#   [JSON_ARG2  [ [...]]]
+#   [JSON_ARG3  [ [...]]]
+#   [CONFIG_CODE_VARIABLE ] )
+#
+# CMake's automoc needs some support when parsing C++ source files to detect 
whether moc
+# should be run on those files and if there are also dependencies on other 
files, like those
+# with Qt plugin metadata in JSON format. Because automoc just greps overs the 
raw plain text
+# of the sources without any C++ preprocessor-like processing.
+# CMake in newer versions provides the variables 
``CMAKE_AUTOMOC_DEPEND_FILTERS`` (CMake >= 3.9.0)
+# and ``CMAKE_AUTOMOC_MACRO_NAMES`` (CMake >= 3.10) to allow the developer to 
assist automoc.
+#
+# This macro cares for the explicit setup needed for those variables for 
common cases of
+# C++ preprocessor 

commit extra-cmake-modules for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-03-20 21:43:02

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


Package is "extra-cmake-modules"

Tue Mar 20 21:43:02 2018 rev:51 rq:586799 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-02-16 21:28:54.877212085 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-03-20 21:44:40.063582758 +0100
@@ -1,0 +2,16 @@
+Mon Mar 12 23:29:40 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * Define __ANDROID_API__
+  * Fix readelf command name on x86
+  * Remove obsolete policy settings
+  * Extend search path for NDK dependencies
+  * Set ANDROID in the Android toolchain file
+  * Fix include path for x86 targets
+  * Android toolchain: add ANDROID_COMPILER_PREFIX variable.
+
+---

Old:

  extra-cmake-modules-5.43.0.tar.xz

New:

  extra-cmake-modules-5.44.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.NXreku/_old  2018-03-20 21:44:41.515530500 +0100
+++ /var/tmp/diff_new_pack.NXreku/_new  2018-03-20 21:44:41.519530356 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.43.0
+Version:5.44.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.43.0.tar.xz -> extra-cmake-modules-5.44.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.43.0/CMakeLists.txt 
new/extra-cmake-modules-5.44.0/CMakeLists.txt
--- old/extra-cmake-modules-5.43.0/CMakeLists.txt   2018-02-03 
13:21:06.0 +0100
+++ new/extra-cmake-modules-5.44.0/CMakeLists.txt   2018-03-03 
10:48:12.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.43.0") # handled by release scripts
+set(VERSION "5.44.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.43.0/toolchain/Android.cmake 
new/extra-cmake-modules-5.44.0/toolchain/Android.cmake
--- old/extra-cmake-modules-5.43.0/toolchain/Android.cmake  2018-02-03 
13:21:06.0 +0100
+++ new/extra-cmake-modules-5.44.0/toolchain/Android.cmake  2018-03-03 
10:48:12.0 +0100
@@ -39,6 +39,9 @@
 # ``ANDROID_TOOLCHAIN``
 # The toolchain to use. See the ``toolchains`` directory of the NDK.
 # Default: ``arm-linux-androideabi``.
+# ``ANDROID_COMPILER_PREFIX``
+# The prefix for the gcc and g++ executables. See the 
``toolchains/$ANDROID_TOOLCHAIN/prebuilt/*/bin/*-gcc`` in the NDK.
+# Default: ``arm-linux-androideabi``.
 # ``ANDROID_ABI``
 # The ABI to use. See the ``sources/cxx-stl/gnu-libstdc++/*/libs``
 # directories in the NDK. Default: ``armeabi-v7a``.
@@ -137,6 +140,7 @@
 set(ANDROID_SDK_ROOT "$ENV{ANDROID_SDK_ROOT}" CACHE path "Android SDK path")
 set(ANDROID_ARCHITECTURE "arm" CACHE string "Used Architecture, related to the 
ABI and TOOLCHAIN")
 set(ANDROID_TOOLCHAIN "arm-linux-androideabi" CACHE string "Used SDK")
+set(ANDROID_COMPILER_PREFIX "arm-linux-androideabi" CACHE string "Prefix for 
gcc/g++/etc")
 set(ANDROID_ABI "armeabi-v7a" CACHE string "Used ABI")
 set(ANDROID_GCC_VERSION "4.9" CACHE string "Used GCC version" )
 set(ANDROID_API_LEVEL "14" CACHE string "Android API Level")
@@ -147,9 +151,6 @@
 
 get_filename_component(_CMAKE_ANDROID_DIR "${CMAKE_TOOLCHAIN_FILE}" PATH)
 
-cmake_policy(SET CMP0011 OLD)
-cmake_policy(SET CMP0017 OLD)
-
 set(CMAKE_SYSROOT
 
"${ANDROID_NDK}/platforms/android-${ANDROID_API_LEVEL}/arch-${ANDROID_ARCHITECTURE}")
 if(NOT EXISTS ${CMAKE_SYSROOT})
@@ -159,11 +160,12 @@
 #actual code
 SET(CMAKE_SYSTEM_NAME Android)
 SET(CMAKE_SYSTEM_VERSION 1)
+SET(ANDROID TRUE)
 
 if (NOT DEFINED ECM_ADDITIONAL_FIND_ROOT_PATH)
 SET(ECM_ADDITIONAL_FIND_ROOT_PATH ${CMAKE_PREFIX_PATH})
 endif()
-SET(CMAKE_FIND_ROOT_PATH ${ANDROID_NDK} ${ECM_ADDITIONAL_FIND_ROOT_PATH})
+SET(CMAKE_FIND_ROOT_PATH ${ANDROID_NDK} ${ANDROID_NDK}/sysroot 

commit extra-cmake-modules for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-02-16 21:27:21

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


Package is "extra-cmake-modules"

Fri Feb 16 21:27:21 2018 rev:50 rq:576505 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-01-22 15:59:04.424520405 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-02-16 21:28:54.877212085 +0100
@@ -1,0 +2,17 @@
+Mon Feb 12 23:42:06 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * ecm_install_icons: refer to non-deprecated KDE_INSTALL_ICONDIR
+  * FindQtWaylandScanner.cmake: Use qmake-query for HINT
+  * Make sure to search for Qt5-based qmlplugindump
+  * ECMToolchainAndroidTest doesn't exist anymore (kde#389519)
+  * Don't set the LD_LIBRARY_PATH in prefix.sh
+  * Add FindSeccomp to find-modules
+  * Fall back to language name for translations lookup if locale name fails
+  * Android: Add more includes
+
+---

Old:

  extra-cmake-modules-5.42.0.tar.xz

New:

  extra-cmake-modules-5.43.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.JAcMZa/_old  2018-02-16 21:28:55.849176985 +0100
+++ /var/tmp/diff_new_pack.JAcMZa/_new  2018-02-16 21:28:55.853176840 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.42.0
+Version:5.43.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.42.0.tar.xz -> extra-cmake-modules-5.43.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.42.0/CMakeLists.txt 
new/extra-cmake-modules-5.43.0/CMakeLists.txt
--- old/extra-cmake-modules-5.42.0/CMakeLists.txt   2017-12-20 
22:35:02.0 +0100
+++ new/extra-cmake-modules-5.43.0/CMakeLists.txt   2018-02-03 
13:21:06.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.42.0") # handled by release scripts
+set(VERSION "5.43.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.42.0/find-modules/FindQtWaylandScanner.cmake 
new/extra-cmake-modules-5.43.0/find-modules/FindQtWaylandScanner.cmake
--- old/extra-cmake-modules-5.42.0/find-modules/FindQtWaylandScanner.cmake  
2017-12-20 22:35:02.0 +0100
+++ new/extra-cmake-modules-5.43.0/find-modules/FindQtWaylandScanner.cmake  
2018-02-03 13:21:06.0 +0100
@@ -86,11 +86,14 @@
 #=
 
 include(${CMAKE_CURRENT_LIST_DIR}/ECMFindModuleHelpersStub.cmake)
+include("${ECM_MODULE_DIR}/ECMQueryQmake.cmake")
 
 ecm_find_package_version_check(QtWaylandScanner)
 
+query_qmake(qt_binaries_dir QT_INSTALL_BINS)
+
 # Find qtwaylandscanner
-find_program(QtWaylandScanner_EXECUTABLE NAMES qtwaylandscanner HINTS 
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/qt5/bin/)
+find_program(QtWaylandScanner_EXECUTABLE NAMES qtwaylandscanner HINTS 
${qt_binaries_dir})
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(QtWaylandScanner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.42.0/find-modules/FindSeccomp.cmake 
new/extra-cmake-modules-5.43.0/find-modules/FindSeccomp.cmake
--- old/extra-cmake-modules-5.42.0/find-modules/FindSeccomp.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.43.0/find-modules/FindSeccomp.cmake   
2018-02-03 13:21:06.0 +0100
@@ -0,0 +1,90 @@
+#.rst:
+# FindSeccomp
+# ---
+#
+# Try to locate the libseccomp library.
+# If found, this will define the following variables:
+#
+# ``Seccomp_FOUND``
+# True if the seccomp library is available
+# ``Seccomp_INCLUDE_DIRS``
+# The seccomp include directories
+# ``Seccomp_LIBRARIES``
+# The seccomp libraries for linking
+#
+# If ``Seccomp_FOUND`` is TRUE, it will also define the following
+# imported target:
+#
+# 

commit extra-cmake-modules for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-01-22 15:57:47

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


Package is "extra-cmake-modules"

Mon Jan 22 15:57:47 2018 rev:49 rq:566651 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2018-01-09 14:47:29.903822118 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-01-22 15:59:04.424520405 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 22:50:13 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Use readelf to find project dependencies
+  * Introduce INSTALL_PREFIX_SCRIPT to easily set up prefixes
+
+---

Old:

  extra-cmake-modules-5.41.0.tar.xz

New:

  extra-cmake-modules-5.42.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.5OP1zq/_old  2018-01-22 15:59:05.092489143 +0100
+++ /var/tmp/diff_new_pack.5OP1zq/_new  2018-01-22 15:59:05.096488956 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -27,7 +27,7 @@
 %bcond_with doc
 %endif
 Name:   extra-cmake-modules
-Version:5.41.0
+Version:5.42.0
 Release:0
 Summary:CMake modules
 License:BSD-3-Clause

++ extra-cmake-modules-5.41.0.tar.xz -> extra-cmake-modules-5.42.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.41.0/CMakeLists.txt 
new/extra-cmake-modules-5.42.0/CMakeLists.txt
--- old/extra-cmake-modules-5.41.0/CMakeLists.txt   2017-11-30 
08:42:14.0 +0100
+++ new/extra-cmake-modules-5.42.0/CMakeLists.txt   2017-12-20 
22:35:02.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.41.0") # handled by release scripts
+set(VERSION "5.42.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.41.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.42.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.41.0/kde-modules/KDEInstallDirs.cmake 
2017-11-30 08:42:14.0 +0100
+++ new/extra-cmake-modules-5.42.0/kde-modules/KDEInstallDirs.cmake 
2017-12-20 22:35:02.0 +0100
@@ -190,6 +190,11 @@
 #
 # NB: The variables starting ``KDE_INSTALL_`` are available since 1.6.0,
 # unless otherwise noted with the variable.
+#
+# The ``KDE_INSTALL_PREFIX_SCRIPT`` option will install a 
${CMAKE_INSTALL_PREFIX}/prefix.sh
+# file that allows to easily incorporate the necessary environment variables
+# for the prefix into a process.
+#
 
 #=
 # Copyright 2014-2015 Alex Merry 
@@ -689,3 +694,14 @@
 if(NOT "${PROJECT_NAME}" STREQUAL "Project")
 set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME "${PROJECT_NAME}")
 endif()
+
+
+###
+# Prefix set up
+
+configure_file(${CMAKE_CURRENT_LIST_DIR}/prefix.sh.cmake 
${CMAKE_CURRENT_BINARY_DIR}/prefix.sh @ONLY)
+
+option(KDE_INSTALL_PREFIX_SCRIPT "Installs ${CMAKE_INSTALL_PREFIX}/prefix.sh 
that sets up the necessary environment variables" OFF)
+if(KDE_INSTALL_PREFIX_SCRIPT)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/prefix.sh DESTINATION 
${CMAKE_INSTALL_PREFIX} PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ)
+endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.41.0/kde-modules/prefix.sh.cmake 
new/extra-cmake-modules-5.42.0/kde-modules/prefix.sh.cmake
--- old/extra-cmake-modules-5.41.0/kde-modules/prefix.sh.cmake  1970-01-01 
01:00:00.0 +0100
+++ new/extra-cmake-modules-5.42.0/kde-modules/prefix.sh.cmake  2017-12-20 
22:35:02.0 +0100
@@ -0,0 +1,8 @@
+export PATH=@KDE_INSTALL_FULL_BINDIR@:$PATH
+export LD_LIBRARY_PATH=@KDE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH
+
+export 
XDG_DATA_DIRS=@KDE_INSTALL_FULL_DATADIR@:${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}
+export XDG_CONFIG_DIRS=@KDE_INSTALL_FULL_CONFDIR@:${XDG_CONFIG_DIRS:-/etc/xdg}
+
+export 

commit extra-cmake-modules for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2018-01-09 14:47:27

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


Package is "extra-cmake-modules"

Tue Jan  9 14:47:27 2018 rev:48 rq:562506 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-11-16 14:36:27.692575154 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2018-01-09 14:47:29.903822118 +0100
@@ -1,0 +2,26 @@
+Mon Jan  8 08:41:54 UTC 2018 - tchva...@suse.com
+
+- Use python3 sphinx to generate the documentation module
+
+---
+Sun Dec 17 09:43:47 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * Add the description tag to the generated pkgconfig files
+  * ecm_add_test: Use proper path sep on Windows
+  * Fix variable name
+  * restore old behaviour of FindPulseAudio
+  * Remove FindSasl2.cmake from the ECM's attic.
+  * Delete the .reviewboardrc file.
+  * Add FindSasl2.cmake to ECM
+  * Only pass the ARGS thing when doing Makefiles
+  * Remove FindGLIB2.cmake and FindPulseAudio.cmake from attic
+  * Add FindGLIB2.cmake and FindPulseAudio.cmake
+  * ECMAddTests: set QT_PLUGIN_PATH so locally built plugins can be found
+  * KDECMakeSettings: more docu about the layout of the build dir
+
+---

Old:

  extra-cmake-modules-5.40.0.tar.xz

New:

  extra-cmake-modules-5.41.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.tJ6xm3/_old  2018-01-09 14:47:30.539792299 +0100
+++ /var/tmp/diff_new_pack.tJ6xm3/_new  2018-01-09 14:47:30.543792111 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,34 +16,38 @@
 #
 
 
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%if 0%{?suse_version} >= 1330
+%bcond_without doc
+%else
+%bcond_with doc
+%endif
 Name:   extra-cmake-modules
+Version:5.41.0
+Release:0
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.40.0
-Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch0: bundle-lang.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem >= 5.6.0
-%if %suse_version != 1315
-BuildRequires:  python-Sphinx
-%endif
 Requires:   cmake >= 3.0
 Requires:   gcc-c++
 Requires:   kf5-filesystem
+Recommends: %{name}-doc
 Provides:   kf5umbrella = 4.99.0
 Obsoletes:  kf5umbrella < 4.99.0
-Recommends: %{name}-doc
+%if %{with doc}
+BuildRequires:  python3-Sphinx
+%endif
 
 %description
 Extra modules and scripts for CMake.
@@ -74,12 +78,10 @@
   %kf5_makeinstall -C build
 
 %files
-%defattr(-,root,root,-)
 %{_datadir}/ECM/
 
-%if %suse_version != 1315
+%if %{with doc}
 %files doc
-%defattr(-,root,root,-)
 %doc %{_datadir}/doc/ECM/
 %doc %lang(en) %{_mandir}/man7/ecm*.7*
 %endif

++ extra-cmake-modules-5.40.0.tar.xz -> extra-cmake-modules-5.41.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.40.0/.reviewboardrc 
new/extra-cmake-modules-5.41.0/.reviewboardrc
--- old/extra-cmake-modules-5.40.0/.reviewboardrc   2017-10-31 
10:54:00.0 +0100
+++ new/extra-cmake-modules-5.41.0/.reviewboardrc   1970-01-01 
01:00:00.0 +0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org;
-REPOSITORY = 'git://anongit.kde.org/extra-cmake-modules'
-BRANCH = 'master'
-TARGET_GROUPS = 'extracmakemodules'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit extra-cmake-modules for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-11-16 14:35:22

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


Package is "extra-cmake-modules"

Thu Nov 16 14:35:22 2017 rev:47 rq:541631 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-10-27 13:54:01.564758526 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-11-16 14:36:27.692575154 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * None
+
+---

Old:

  extra-cmake-modules-5.39.0.tar.xz

New:

  extra-cmake-modules-5.40.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ZYZxMw/_old  2017-11-16 14:36:28.112559929 +0100
+++ /var/tmp/diff_new_pack.ZYZxMw/_new  2017-11-16 14:36:28.116559784 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,7 +26,7 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.39.0
+Version:5.40.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE

++ extra-cmake-modules-5.39.0.tar.xz -> extra-cmake-modules-5.40.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.39.0/CMakeLists.txt 
new/extra-cmake-modules-5.40.0/CMakeLists.txt
--- old/extra-cmake-modules-5.39.0/CMakeLists.txt   2017-09-09 
14:07:55.0 +0200
+++ new/extra-cmake-modules-5.40.0/CMakeLists.txt   2017-10-31 
10:54:00.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.39.0") # handled by release scripts
+set(VERSION "5.40.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)




commit extra-cmake-modules for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-10-27 13:52:39

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


Package is "extra-cmake-modules"

Fri Oct 27 13:52:39 2017 rev:46 rq:536297 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-09-19 16:21:27.595706236 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-10-27 13:54:01.564758526 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:36 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * Fix python bindings compilation after 
7af93dd23873d0b9cdbac192949e7e5114940aa6
+
+---

Old:

  extra-cmake-modules-5.38.0.tar.xz

New:

  extra-cmake-modules-5.39.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.kFac05/_old  2017-10-27 13:54:02.324723004 +0200
+++ /var/tmp/diff_new_pack.kFac05/_new  2017-10-27 13:54:02.328722818 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -26,7 +26,7 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.38.0
+Version:5.39.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE

++ extra-cmake-modules-5.38.0.tar.xz -> extra-cmake-modules-5.39.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.38.0/CMakeLists.txt 
new/extra-cmake-modules-5.39.0/CMakeLists.txt
--- old/extra-cmake-modules-5.38.0/CMakeLists.txt   2017-09-03 
20:34:35.0 +0200
+++ new/extra-cmake-modules-5.39.0/CMakeLists.txt   2017-09-09 
14:07:55.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.38.0") # handled by release scripts
+set(VERSION "5.39.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)




commit extra-cmake-modules for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-09-19 16:21:25

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


Package is "extra-cmake-modules"

Tue Sep 19 16:21:25 2017 rev:45 rq:526620 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-08-24 17:55:35.629424788 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-09-19 16:21:27.595706236 +0200
@@ -1,0 +2,19 @@
+Tue Sep 12 07:11:16 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Fix python bindings compilation after 
7af93dd23873d0b9cdbac192949e7e5114940aa6
+  * Forgot to add the test
+  * Fix the fix
+  * Fix build with older CMake versions.
+  * Revert "RFC: Make ECMAddTests respect BUILD_TESTING"
+  * Revert "doc: Add 'Since' note"
+  * Set CMAKE_*_OUTPUT_DIRECTORY to run tests without installing.
+  * Include a module for finding qml imports as runtime dependencies
+  * doc: Add 'Since' note
+  * RFC: Make ECMAddTests respect BUILD_TESTING
+
+---

Old:

  extra-cmake-modules-5.37.0.tar.xz

New:

  extra-cmake-modules-5.38.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.O1wYhh/_old  2017-09-19 16:21:28.207619984 +0200
+++ /var/tmp/diff_new_pack.O1wYhh/_new  2017-09-19 16:21:28.211619420 +0200
@@ -16,13 +16,17 @@
 #
 
 
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.37.0
+Version:5.38.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE

++ extra-cmake-modules-5.37.0.tar.xz -> extra-cmake-modules-5.38.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.37.0/CMakeLists.txt 
new/extra-cmake-modules-5.38.0/CMakeLists.txt
--- old/extra-cmake-modules-5.37.0/CMakeLists.txt   2017-08-02 
20:41:22.0 +0200
+++ new/extra-cmake-modules-5.38.0/CMakeLists.txt   2017-09-03 
20:34:35.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.37.0") # handled by release scripts
+set(VERSION "5.38.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.37.0/ECMConfig.cmake.in 
new/extra-cmake-modules-5.38.0/ECMConfig.cmake.in
--- old/extra-cmake-modules-5.37.0/ECMConfig.cmake.in   2017-08-02 
20:41:22.0 +0200
+++ new/extra-cmake-modules-5.38.0/ECMConfig.cmake.in   2017-09-03 
20:34:35.0 +0200
@@ -8,4 +8,6 @@
 
 set(ECM_MODULE_PATH "${ECM_MODULE_DIR}" "${ECM_FIND_MODULE_DIR}" 
"${ECM_KDE_MODULE_DIR}")
 
+set(ECM_GLOBAL_FIND_VERSION "${ECM_FIND_VERSION}")
+
 include("${ECM_MODULE_DIR}/ECMUseFindModules.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.37.0/find-modules/FindPythonModuleGeneration.cmake 
new/extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake
--- 
old/extra-cmake-modules-5.37.0/find-modules/FindPythonModuleGeneration.cmake
2017-08-02 20:41:22.0 +0200
+++ 
new/extra-cmake-modules-5.38.0/find-modules/FindPythonModuleGeneration.cmake
2017-09-03 20:34:35.0 +0200
@@ -440,8 +440,9 @@
 
 set_property(TARGET Py${pyversion}KF5${modulename_value} PROPERTY 
AUTOMOC OFF)
 set_property(TARGET Py${pyversion}KF5${modulename_value} PROPERTY 
PREFIX "")
+set_property(TARGET Py${pyversion}KF5${modulename_value} PROPERTY 
LIBRARY_OUTPUT_DIRECTORY 
"${CMAKE_BINARY_DIR}/py${pyversion}/${pythonnamespace_value}")
 set_property(TARGET Py${pyversion}KF5${modulename_value} PROPERTY
-OUTPUT_NAME 
"${CMAKE_BINARY_DIR}/py${pyversion}/${pythonnamespace_value}/${modulename_value}")
+

commit extra-cmake-modules for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-08-24 17:53:08

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


Package is "extra-cmake-modules"

Thu Aug 24 17:53:08 2017 rev:44 rq:516652 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-07-17 10:27:13.616930560 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-08-24 17:55:35.629424788 +0200
@@ -1,0 +2,20 @@
+Sat Aug 12 09:23:14 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * Add --gradle to androiddeployqt
+  * Fix install apk target
+  * Make ECMPoQmToolsTest actually fail if a translation is wrong
+  * Fix usage of query_qmake: differ between calls expecting qmake or not
+  * Add API dox for KDEInstallDirs' KDE_INSTALL_USE_QT_SYS_PATHS
+  * KDECompilerSettings.cmake - handle Cywgin when setting LINK_FLAGS
+  * Fix incomplete default path noted in QTQCHDIR documentation
+  * Properly point at ECM
+  * add a metainfo.yaml to make ECM a proper framework
+  * Android: scan for qml files in the source dir, not in the install dir.
+  * Stabilize ECMQtDeclareLoggingCategoryTest
+
+---

Old:

  extra-cmake-modules-5.36.0.tar.xz

New:

  extra-cmake-modules-5.37.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.d39wMb/_old  2017-08-24 17:55:36.273334094 +0200
+++ /var/tmp/diff_new_pack.d39wMb/_new  2017-08-24 17:55:36.281332967 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.36.0
+Version:5.37.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE

++ extra-cmake-modules-5.36.0.tar.xz -> extra-cmake-modules-5.37.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.36.0/CMakeLists.txt 
new/extra-cmake-modules-5.37.0/CMakeLists.txt
--- old/extra-cmake-modules-5.36.0/CMakeLists.txt   2017-06-23 
17:48:53.0 +0200
+++ new/extra-cmake-modules-5.37.0/CMakeLists.txt   2017-08-02 
20:41:22.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.36.0") # handled by release scripts
+set(VERSION "5.37.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.36.0/README.md 
new/extra-cmake-modules-5.37.0/README.md
--- old/extra-cmake-modules-5.36.0/README.md1970-01-01 01:00:00.0 
+0100
+++ new/extra-cmake-modules-5.37.0/README.md2017-08-02 20:41:22.0 
+0200
@@ -0,0 +1,17 @@
+# Extra CMake Modules
+
+## Introduction
+
+The Extra CMake Modules package, or ECM, adds to the modules provided by CMake,
+including ones used by ``find_package()`` to find common software, ones that
+can be used directly in ``CMakeLists.txt`` files to perform common tasks and
+toolchain files that must be specified on the commandline by the user.
+
+In addition, it provides common build settings used in software produced by the
+KDE community.
+
+While the driving force of this module is to reduce duplication in CMake 
scripts
+across KDE software, it is intended to be useful for any software that uses the
+CMake build system.
+
+For more information visit the documentation at https://api.kde.org/ecm/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.36.0/kde-modules/KDECompilerSettings.cmake 
new/extra-cmake-modules-5.37.0/kde-modules/KDECompilerSettings.cmake
--- old/extra-cmake-modules-5.36.0/kde-modules/KDECompilerSettings.cmake
2017-06-23 17:48:53.0 +0200
+++ new/extra-cmake-modules-5.37.0/kde-modules/KDECompilerSettings.cmake
2017-08-02 20:41:22.0 +0200
@@ -229,7 +229,7 @@
 cmake_policy(SET CMP0063 NEW)
 endif()
 
-if (UNIX AND NOT APPLE)
+if (UNIX AND NOT APPLE AND NOT CYGWIN)
 # Enable adding DT_RUNPATH, which means that LD_LIBRARY_PATH takes 
precedence
 

commit extra-cmake-modules for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-07-17 10:27:12

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


Package is "extra-cmake-modules"

Mon Jul 17 10:27:12 2017 rev:43 rq:510148 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-07-05 23:49:21.376990916 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-07-17 10:27:13.616930560 +0200
@@ -1,0 +2,28 @@
+Thu Jul 13 14:22:07 UTC 2017 - wba...@tmo.at
+
+- Add bundle-lang.patch to find .qm translations in
+  /usr/share/locale-bundle/ (boo#1027925, boo#1048030)
+
+---
+Wed Jul 12 07:13:58 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * FindQHelpGenerator: avoid picking up Qt4 version
+  * ECMAddQch: fail hard if needed tools are not present, to avoid surprises
+  * Drop perl as dep for ecm_add_qch, not needed/used
+  * (always include CheckCXXCompilerFlag before calling it)
+  * guess less, test more
+  * detect Xcode <= 6.2 from Clang version only
+  * scan the whole install folder for qml dependencies
+  * New: ECMAddQch, for generating qch & doxygen tag files
+  * tests: improve error reporting for ECMAddAppIconTest
+  * tests: fix output directory for KDEFetchTranslations
+  * tests: fix last change on KDEFetchTranslations
+  * tests: hopefully fix KDEFetchTranslations on Windows
+  * Fix KDEInstallDirsTest.relative_or_absolute_usr, avoid Qt paths being used
+
+---

Old:

  extra-cmake-modules-5.35.0.tar.xz

New:

  bundle-lang.patch
  extra-cmake-modules-5.36.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.rsQouO/_old  2017-07-17 10:27:14.084864591 +0200
+++ /var/tmp/diff_new_pack.rsQouO/_new  2017-07-17 10:27:14.084864591 +0200
@@ -16,15 +16,17 @@
 #
 
 
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.35.0
+Version:5.36.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch0: bundle-lang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ bundle-lang.patch ++
>From 8c4c416228acf30862792b4a0da24d865988ea0f Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Thu, 13 Jul 2017 16:53:08 +0200
Subject: [PATCH] Also search in /usr/share/locale-bundle/ for translations

openSUSE's bundle-lang packages install the translations in
/usr/share/locale-bundle/ to not conflict with the standard -lang
packages.

So look there too if a translation was not found in /usr/share/locale/.
---
 modules/ECMQmLoader.cpp.in | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in
index 12a2d14..81fb6fb 100644
--- a/modules/ECMQmLoader.cpp.in
+++ b/modules/ECMQmLoader.cpp.in
@@ -43,7 +43,11 @@ namespace {
 QString subPath = QStringLiteral("locale/") + localeDirName + 
QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
 QString fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
 if (fullPath.isEmpty()) {
-return false;
+subPath = QStringLiteral("locale-bundle/") + localeDirName + 
QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm");
+fullPath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, subPath);
+if (fullPath.isEmpty()) {
+return false;
+}
 }
 QTranslator *translator = new 
QTranslator(QCoreApplication::instance());
 if (!translator->load(fullPath)) {
-- 
2.12.3

++ extra-cmake-modules-5.35.0.tar.xz -> extra-cmake-modules-5.36.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.35.0/CMakeLists.txt 
new/extra-cmake-modules-5.36.0/CMakeLists.txt
--- 

commit extra-cmake-modules for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-07-05 23:47:53

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


Package is "extra-cmake-modules"

Wed Jul  5 23:47:53 2017 rev:42 rq:502918 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-06-01 16:18:39.286243663 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-07-05 23:49:21.376990916 +0200
@@ -1,0 +2,15 @@
+Sun Jun 11 09:27:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * restore hidden-visibility testing with Xcode 6.2
+  * ecm_qt_declare_logging_category(): more unique include guard for header
+  * Drop modules from attic that are not useful anymore
+  * Add or improve "Generated. Don't edit" messages and make consistent
+  * Add a new FindGperf module
+  * Change default pkgconfig install path for FreeBSD
+
+---

Old:

  extra-cmake-modules-5.34.0.tar.xz

New:

  extra-cmake-modules-5.35.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.6bBFsW/_old  2017-07-05 23:49:21.864922191 +0200
+++ /var/tmp/diff_new_pack.6bBFsW/_new  2017-07-05 23:49:21.868921628 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.34.0
+Version:5.35.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.34.0.tar.xz -> extra-cmake-modules-5.35.0.tar.xz 
++
 2134 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-06-01 16:17:15

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


Package is "extra-cmake-modules"

Thu Jun  1 16:17:15 2017 rev:41 rq:495015 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-04-30 21:17:35.662026824 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-06-01 16:18:39.286243663 +0200
@@ -1,0 +2,36 @@
+Mon May 15 13:53:14 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * Fix test when compiling from a tarball
+  * Sanitizers: Don't use GCC-like flags for e.g. MSVC
+  * adapt to fetchpo changes and use vars for target directories to dry code
+  * fix documentation, ecm_install_po_files_as_qm generates .qm, not .mo
+  * use correct variable for fetch-translations injection
+  * KDEPackageAppTemplates: improve API dox notation of function signature
+  * KDEPackageAppTemplates: mark %{dest} as deprecated
+  * KDEPackageAppTemplates: fix note for %{PROJECTDIRNAME}
+  * KDEPackageAppTemplates: remove note of placeholder %{src}, never supported
+  * Fix minor CMake warning (CMP0054)
+  * KDECompilerSettings: Pass -Wvla & -Wdate-time
+  * Don't include tests together with modules
+  * Allow test to work with older versions of qmlplugindump
+  * Don't enable the test by default
+  * Support older qmlplugindump versions
+  * Introduce ecm_generate_qmltypes
+  * Add a test for _repository_name() a function added for fetch-translations
+  * Fix compilation under AppleClang (kde#377933)
+  * Allow projects to include the file twice
+  * Move the repository name recognition into a function
+  * Fix rx that matches project names out of the git uri
+  * Introduce fetch-translations build command
+  * Use -Wno-gnu-zero-variadic-macro-arguments more
+  * FindPyModGen: Also search for an unversioned clang++
+- Remove patches, now upstream:
+  * 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
+  * 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
+
+---

Old:

  0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
  0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
  extra-cmake-modules-5.33.0.tar.xz

New:

  extra-cmake-modules-5.34.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.md6zIB/_old  2017-06-01 16:18:40.782032736 +0200
+++ /var/tmp/diff_new_pack.md6zIB/_new  2017-06-01 16:18:40.786032172 +0200
@@ -16,19 +16,15 @@
 #
 
 
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.33.0
+Version:5.34.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM: Search for unversioned clang
-Patch0: 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
-# PATCH-FIX-UPSTREAM: Import FindClangLLVM from KDevelop
-Patch1: 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
@@ -62,8 +58,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ extra-cmake-modules-5.33.0.tar.xz -> extra-cmake-modules-5.34.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.33.0/CMakeLists.txt 
new/extra-cmake-modules-5.34.0/CMakeLists.txt
--- old/extra-cmake-modules-5.33.0/CMakeLists.txt   2017-03-19 
09:53:58.0 +0100
+++ new/extra-cmake-modules-5.34.0/CMakeLists.txt   2017-05-07 
20:18:13.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.33.0") # handled by release scripts
+set(VERSION "5.34.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)
@@ -114,6 +114,9 @@
 file(GLOB installModuleFiles ${CMAKE_SOURCE_DIR}/modules/*[^~])
 install(FILES ${installModuleFiles} DESTINATION ${MODULES_INSTALL_DIR})
 
+file(GLOB installTestModuleFiles ${CMAKE_SOURCE_DIR}/test-modules/*[^~])
+install(FILES 

commit extra-cmake-modules for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-04-30 21:15:29

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


Package is "extra-cmake-modules"

Sun Apr 30 21:15:29 2017 rev:40 rq:492036 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-03-28 15:08:47.343733578 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-04-30 21:17:35.662026824 +0200
@@ -1,0 +2,23 @@
+Sat Apr 15 10:11:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * KDE compiler settings: treat Clang and AppleClang equally
+  * Improve error messages
+  * Specify qml-root-path as the share directory in the prefix
+  * default for ECM_ADDITIONAL_FIND_ROOT_PATH
+  * Fix ecm_generate_pkgconfig_file compatibility with new cmake
+  * Upgrade ECM version to 5.33.0.
+  * Only register APPLE_* options if(APPLE)
+
+---
+Tue Apr  4 18:20:57 UTC 2017 - lbeltr...@kde.org
+
+- Add upstream patches to fix Python binding generation:
+  * 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
+  * 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
+
+---

Old:

  extra-cmake-modules-5.32.0.tar.xz

New:

  0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
  0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
  extra-cmake-modules-5.33.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.45Dljg/_old  2017-04-30 21:17:36.317934343 +0200
+++ /var/tmp/diff_new_pack.45Dljg/_new  2017-04-30 21:17:36.321933779 +0200
@@ -16,15 +16,19 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.32.0
+Version:5.33.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM: Search for unversioned clang
+Patch0: 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
+# PATCH-FIX-UPSTREAM: Import FindClangLLVM from KDevelop
+Patch1: 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
@@ -58,6 +62,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch ++
>From c4c4d75800fd8f7114897353c137391d56bf5538 Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Tue, 4 Apr 2017 20:14:50 +0200
Subject: [PATCH] FindPyModGen: Also search for an unversioned clang++

Summary:
While my distro does have a versioned clang executable, it doesn't
have a versioned clang++ executable. The versioned executable is
still searched first, falling back to the unversioned one.

Reviewers: #frameworks, #build_system, apol

Reviewed By: apol

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5291
---
 find-modules/FindPythonModuleGeneration.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find-modules/FindPythonModuleGeneration.cmake 
b/find-modules/FindPythonModuleGeneration.cmake
index 012f806..684678b 100644
--- a/find-modules/FindPythonModuleGeneration.cmake
+++ b/find-modules/FindPythonModuleGeneration.cmake
@@ -251,7 +251,7 @@ include(CMakeParseArguments)
 set(GPB_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
 
 function(_compute_implicit_include_dirs)
-  find_program(_GBP_CLANG_CXX_DRIVER_PATH clang++-${_GPB_CLANG_SUFFIX})
+  find_program(_GBP_CLANG_CXX_DRIVER_PATH NAMES clang++-${_GPB_CLANG_SUFFIX} 
clang++)
   if (NOT _GBP_CLANG_CXX_DRIVER_PATH)
 message(FATAL_ERROR "Failed to find clang driver corresponding to 
${libclang_LIBRARY}")
   endif()
-- 
2.12.0

++ 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch ++
>From 4fda68a948ee9e525ec6a5a5b08daaf9b32ac954 Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Tue, 4 Apr 2017 20:16:59 +0200
Subject: [PATCH] Import Find{Clang,LLVM} from KDevelop for Python bindings
 generation

Summary:
On 

commit extra-cmake-modules for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-03-28 15:07:36

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


Package is "extra-cmake-modules"

Tue Mar 28 15:07:36 2017 rev:39 rq:481484 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-03-03 14:48:51.364814554 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-03-28 15:08:47.343733578 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:13 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Detect inotify.
+  * Upgrade ECM version to 5.32.0.
+  * Revert "Automatically mark classes with pure virtual functions as 
/Abstract/."
+
+---

Old:

  extra-cmake-modules-5.31.0.tar.xz

New:

  extra-cmake-modules-5.32.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.yxOFlv/_old  2017-03-28 15:08:47.903654252 +0200
+++ /var/tmp/diff_new_pack.yxOFlv/_new  2017-03-28 15:08:47.903654252 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.31.0
+Version:5.32.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.31.0.tar.xz -> extra-cmake-modules-5.32.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.31.0/CMakeLists.txt 
new/extra-cmake-modules-5.32.0/CMakeLists.txt
--- old/extra-cmake-modules-5.31.0/CMakeLists.txt   2017-02-04 
12:56:06.0 +0100
+++ new/extra-cmake-modules-5.32.0/CMakeLists.txt   2017-02-15 
09:14:57.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.31.0") # handled by release scripts
+set(VERSION "5.32.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.31.0/find-modules/FindInotify.cmake 
new/extra-cmake-modules-5.32.0/find-modules/FindInotify.cmake
--- old/extra-cmake-modules-5.31.0/find-modules/FindInotify.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.32.0/find-modules/FindInotify.cmake   
2017-02-15 09:14:57.0 +0100
@@ -0,0 +1,79 @@
+#.rest:
+# FindInotify
+# --
+#
+# Try to find inotify on this system. This finds:
+#  - libinotiy on Unix like systems, or 
+#  - the kernel's inotify on Linux systems.
+#
+# This will define the following variables:
+#
+# ``Inotify_FOUND``
+#True if inotify is available
+# ``Inotify_LIBRARIES``
+#This has to be passed to target_link_libraries()
+# ``Inotify_INCLUDE_DIRS``
+#This has to be passed to target_include_directories()
+#
+# On Linux, the libraries and include directories are empty,
+# even though Inotify_FOUND may be set to TRUE. This is because
+# no special includes or libraries are needed. On other systems
+# these may be needed to use inotify.
+
+#=
+# Copyright 2016 Tobias C. Berner 
+# Copyright 2017 Adriaan de Groot 
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 

commit extra-cmake-modules for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-03-03 14:48:50

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


Package is "extra-cmake-modules"

Fri Mar  3 14:48:50 2017 rev:38 rq:461391 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-02-03 17:36:36.230019659 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-03-03 14:48:51.364814554 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:20:54 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  extra-cmake-modules-5.30.0.tar.xz

New:

  extra-cmake-modules-5.31.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.hfkZaQ/_old  2017-03-03 14:48:51.968729060 +0100
+++ /var/tmp/diff_new_pack.hfkZaQ/_new  2017-03-03 14:48:51.972728495 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.30.0
+Version:5.31.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.30.0.tar.xz -> extra-cmake-modules-5.31.0.tar.xz 
++
 1970 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-01-31 11:54:09

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-12-17 11:02:33.818097057 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-02-03 17:36:36.230019659 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:36:41 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  extra-cmake-modules-5.29.0.tar.xz

New:

  extra-cmake-modules-5.30.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.yt4oFP/_old  2017-02-03 17:36:36.653959655 +0100
+++ /var/tmp/diff_new_pack.yt4oFP/_new  2017-02-03 17:36:36.657959089 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,23 @@
 #
 
 
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.29.0
+Version:5.30.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem >= 5.6.0
 %if %suse_version != 1315
 BuildRequires:  python-Sphinx
 %endif
-Requires:   cmake >= 2.8.12
+Requires:   cmake >= 3.0
 Requires:   gcc-c++
 Requires:   kf5-filesystem
 Provides:   kf5umbrella = 4.99.0

++ extra-cmake-modules-5.29.0.tar.xz -> extra-cmake-modules-5.30.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.29.0/.gitignore 
new/extra-cmake-modules-5.30.0/.gitignore
--- old/extra-cmake-modules-5.29.0/.gitignore   2016-12-03 21:25:10.0 
+0100
+++ new/extra-cmake-modules-5.30.0/.gitignore   1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-/build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.29.0/CMakeLists.txt 
new/extra-cmake-modules-5.30.0/CMakeLists.txt
--- old/extra-cmake-modules-5.29.0/CMakeLists.txt   2016-12-03 
21:25:10.0 +0100
+++ new/extra-cmake-modules-5.30.0/CMakeLists.txt   2017-01-06 
16:34:40.0 +0100
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.29.0") # handled by release scripts
+set(VERSION "5.30.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.29.0/Jenkinsfile_master_kf5-qt5_linux_gcc 
new/extra-cmake-modules-5.30.0/Jenkinsfile_master_kf5-qt5_linux_gcc
--- old/extra-cmake-modules-5.29.0/Jenkinsfile_master_kf5-qt5_linux_gcc 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.30.0/Jenkinsfile_master_kf5-qt5_linux_gcc 
2017-01-06 16:34:40.0 +0100
@@ -0,0 +1,134 @@
+#!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 

commit extra-cmake-modules for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-11-17 12:25:18

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-10-28 12:14:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-11-17 12:25:19.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov  5 20:03:21 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Make KDECMakeSettings work with KDE_INSTALL_DIRS_NO_DEPRECATED
+  * Don't require the python bindings dependencies for ECM
+  * Add the PythonModuleGeneration module
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  extra-cmake-modules-5.27.0.tar.xz

New:

  extra-cmake-modules-5.28.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.l1dUCA/_old  2016-11-17 12:25:20.0 +0100
+++ /var/tmp/diff_new_pack.l1dUCA/_new  2016-11-17 12:25:20.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.27.0
+Version:5.28.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.27.0.tar.xz -> extra-cmake-modules-5.28.0.tar.xz 
++
 2364 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-10-28 12:14:51

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-09-14 23:05:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-10-28 12:14:52.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct  2 12:48:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * Make sure we don't add the appstream test twice
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  extra-cmake-modules-5.26.0.tar.xz

New:

  extra-cmake-modules-5.27.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.McNB4u/_old  2016-10-28 12:14:53.0 +0200
+++ /var/tmp/diff_new_pack.McNB4u/_new  2016-10-28 12:14:53.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.26.0
+Version:5.27.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.26.0.tar.xz -> extra-cmake-modules-5.27.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.26.0/.arcconfig 
new/extra-cmake-modules-5.27.0/.arcconfig
--- old/extra-cmake-modules-5.26.0/.arcconfig   1970-01-01 01:00:00.0 
+0100
+++ new/extra-cmake-modules-5.27.0/.arcconfig   2016-09-15 14:44:43.0 
+0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/project/view/90/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.26.0/CMakeLists.txt 
new/extra-cmake-modules-5.27.0/CMakeLists.txt
--- old/extra-cmake-modules-5.26.0/CMakeLists.txt   2016-09-05 
17:21:54.0 +0200
+++ new/extra-cmake-modules-5.27.0/CMakeLists.txt   2016-09-15 
14:44:43.0 +0200
@@ -32,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.26.0") # handled by release scripts
+set(VERSION "5.27.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.26.0/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-5.27.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.26.0/kde-modules/KDECMakeSettings.cmake   
2016-09-05 17:21:54.0 +0200
+++ new/extra-cmake-modules-5.27.0/kde-modules/KDECMakeSettings.cmake   
2016-09-15 14:44:43.0 +0200
@@ -144,8 +144,8 @@
 
 find_program(APPSTREAMCLI appstreamcli)
 function(appstreamtest)
-if(APPSTREAMCLI AND NOT _done)
-set(_done TRUE)
+if(APPSTREAMCLI AND NOT appstreamtest_added)
+set(appstreamtest_added TRUE PARENT_SCOPE)
 add_test(NAME appstreamtest COMMAND cmake 
-DAPPSTREAMCLI=${APPSTREAMCLI} 
-DINSTALL_FILES=${CMAKE_BINARY_DIR}/install_manifest.txt -P 
${CMAKE_CURRENT_LIST_DIR}/appstreamtest.cmake)
 else()
 message(STATUS "Could not set up the appstream test. appstreamcli is 
missing.")




commit extra-cmake-modules for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-09-14 23:05:44

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-08-29 14:53:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-09-14 23:05:46.0 +0200
@@ -1,0 +2,12 @@
+Tue Sep  6 20:45:37 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * ecm_process_po_files_as_qm: Skip fuzzy translations
+  * The default level for logging categories should be Info rather
+than Warning
+  * Document ARGS variable in the create-apk-* targets
+  * Create a test that validates projects' appstream information
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  extra-cmake-modules-5.25.0.tar.xz

New:

  extra-cmake-modules-5.26.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ZAdY1o/_old  2016-09-14 23:05:47.0 +0200
+++ /var/tmp/diff_new_pack.ZAdY1o/_new  2016-09-14 23:05:47.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.25.0
+Version:5.26.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.25.0.tar.xz -> extra-cmake-modules-5.26.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.25.0/CMakeLists.txt 
new/extra-cmake-modules-5.26.0/CMakeLists.txt
--- old/extra-cmake-modules-5.25.0/CMakeLists.txt   2016-07-27 
01:44:31.0 +0200
+++ new/extra-cmake-modules-5.26.0/CMakeLists.txt   2016-09-05 
17:21:54.0 +0200
@@ -2,12 +2,28 @@
 # Copyright 2006-2013 Alex Neundorf 
 # Copyright 2014-2015 Alex Merry 
 #
-# Distributed under the OSI-approved BSD License (the "License");
-# see accompanying file COPYING-CMAKE-SCRIPTS for details.
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
 #
-# This software is distributed WITHOUT ANY WARRANTY; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# See the License for more information.
+# 1. Redistributions of source code must retain the copyright
+#notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the copyright
+#notice, this list of conditions and the following disclaimer in the
+#documentation and/or other materials provided with the distribution.
+# 3. The name of the author may not be used to endorse or promote products
+#derived from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #=
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
@@ -16,7 +32,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.25.0") # handled by release scripts
+set(VERSION "5.26.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.25.0/docs/CMakeLists.txt 
new/extra-cmake-modules-5.26.0/docs/CMakeLists.txt
--- 

commit extra-cmake-modules for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-08-29 14:53:45

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-07-15 12:29:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-08-29 14:53:46.0 +0200
@@ -1,0 +2,13 @@
+Sun Aug  7 21:49:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * Fix inclusion when there's no Qt5
+  * Add a fallback method for query_qmake() when there's no
+Qt5 installation
+  * Make sure ECMGeneratePriFile.cmake behaves like the rest of ECM
+  * Appstream data changed its preferred location
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  extra-cmake-modules-5.24.0.tar.xz

New:

  extra-cmake-modules-5.25.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.qNH60r/_old  2016-08-29 14:53:47.0 +0200
+++ /var/tmp/diff_new_pack.qNH60r/_new  2016-08-29 14:53:47.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.24.0
+Version:5.25.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.24.0.tar.xz -> extra-cmake-modules-5.25.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.24.0/CMakeLists.txt 
new/extra-cmake-modules-5.25.0/CMakeLists.txt
--- old/extra-cmake-modules-5.24.0/CMakeLists.txt   2016-06-15 
15:40:34.0 +0200
+++ new/extra-cmake-modules-5.25.0/CMakeLists.txt   2016-07-27 
01:44:31.0 +0200
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.24.0") # handled by release scripts
+set(VERSION "5.25.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.24.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.25.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.24.0/kde-modules/KDEInstallDirs.cmake 
2016-06-15 15:40:34.0 +0200
+++ new/extra-cmake-modules-5.25.0/kde-modules/KDEInstallDirs.cmake 
2016-07-27 01:44:31.0 +0200
@@ -557,7 +557,7 @@
 _define_relative(MIMEDIR DATAROOTDIR "mime/packages"
 "mime description files"
 XDG_MIME_INSTALL_DIR)
-_define_relative(METAINFODIR DATAROOTDIR "appdata"
+_define_relative(METAINFODIR DATAROOTDIR "metainfo"
 "AppStream component metadata")
 _define_relative(MANDIR DATAROOTDIR "man"
 "man documentation"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.24.0/modules/ECMGeneratePriFile.cmake 
new/extra-cmake-modules-5.25.0/modules/ECMGeneratePriFile.cmake
--- old/extra-cmake-modules-5.24.0/modules/ECMGeneratePriFile.cmake 
2016-06-15 15:40:34.0 +0200
+++ new/extra-cmake-modules-5.25.0/modules/ECMGeneratePriFile.cmake 
2016-07-27 01:44:31.0 +0200
@@ -84,11 +84,23 @@
 # (To distribute this file outside of extra-cmake-modules, substitute the full
 #  License text for the above reference.)
 
-if(KDE_INSTALL_USE_QT_SYS_PATHS)
+
+# Replicate the logic from KDEInstallDirs.cmake as we can't depend on it
+# Ask qmake if we're using the same prefix as Qt
+set(_askqmake OFF)
+if(NOT DEFINED KDE_INSTALL_USE_QT_SYS_PATHS)
+include(ECMQueryQmake)
+query_qmake(qt_install_prefix_dir QT_INSTALL_PREFIX)
+if(qt_install_prefix_dir STREQUAL "${CMAKE_INSTALL_PREFIX}")
+set(_askqmake ON)
+endif()
+endif()
+
+if(KDE_INSTALL_USE_QT_SYS_PATHS OR _askqmake)
   include(ECMQueryQmake)
   query_qmake(qt_host_data_dir QT_HOST_DATA)
   set(ECM_MKSPECS_INSTALL_DIR ${qt_host_data_dir}/mkspecs/modules CACHE PATH 
"The directory where mkspecs will be installed to.")
-else ()
+else()
   set(ECM_MKSPECS_INSTALL_DIR mkspecs/modules CACHE PATH "The directory where 
mkspecs will be installed to.")
 

commit extra-cmake-modules for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-07-15 12:29:41

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-07-03 12:18:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-07-15 12:29:43.0 +0200
@@ -1,0 +2,9 @@
+Wed Jul  6 15:01:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * Integrate relative library paths to APK
+  * Use "/data" for DATAROOTDIR on Windows
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  extra-cmake-modules-5.23.0.tar.xz

New:

  extra-cmake-modules-5.24.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.HI4Iom/_old  2016-07-15 12:29:44.0 +0200
+++ /var/tmp/diff_new_pack.HI4Iom/_new  2016-07-15 12:29:44.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.23.0
+Version:5.24.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.23.0.tar.xz -> extra-cmake-modules-5.24.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.23.0/CMakeLists.txt 
new/extra-cmake-modules-5.24.0/CMakeLists.txt
--- old/extra-cmake-modules-5.23.0/CMakeLists.txt   2016-06-06 
08:47:56.0 +0200
+++ new/extra-cmake-modules-5.24.0/CMakeLists.txt   2016-06-15 
15:40:34.0 +0200
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.23.0") # handled by release scripts
+set(VERSION "5.24.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.23.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.24.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.23.0/kde-modules/KDEInstallDirs.cmake 
2016-06-06 08:47:56.0 +0200
+++ new/extra-cmake-modules-5.24.0/kde-modules/KDEInstallDirs.cmake 
2016-06-15 15:40:34.0 +0200
@@ -489,10 +489,15 @@
 
 
 
-
-_define_absolute(DATAROOTDIR "share"
-"read-only architecture-independent data root"
-SHARE_INSTALL_PREFIX)
+if (WIN32)
+_define_relative(DATAROOTDIR BINDIR "data"
+"read-only architecture-independent data root"
+SHARE_INSTALL_PREFIX)
+else()
+_define_absolute(DATAROOTDIR "share"
+"read-only architecture-independent data root"
+SHARE_INSTALL_PREFIX)
+endif()
 
 _define_relative(DATADIR DATAROOTDIR ""
 "read-only architecture-independent data"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.23.0/tests/CMakeLists.txt 
new/extra-cmake-modules-5.24.0/tests/CMakeLists.txt
--- old/extra-cmake-modules-5.23.0/tests/CMakeLists.txt 2016-06-06 
08:47:56.0 +0200
+++ new/extra-cmake-modules-5.24.0/tests/CMakeLists.txt 2016-06-15 
15:40:34.0 +0200
@@ -40,6 +40,7 @@
 add_subdirectory(ECMGenerateHeadersTest)
 add_subdirectory(ECMSetupVersionTest)
 add_subdirectory(ECMGeneratePkgConfigFile)
+add_subdirectory(ECMToolchainAndroidTest)
 
 # a macro for tests that have a simple format where the name matches the
 # directory and project
@@ -139,6 +140,8 @@
 ${CMAKE_COMMAND} -P 
"${CMAKE_CURRENT_BINARY_DIR}/ECMInstallIconsTest/check_tree.cmake"
 )
 
+add_test_macro(ECMToolchainAndroidTest dummy)
+
 set(KDEPackageAppTemplatesTest_EXTRA_OPTIONS
 --build-target install
 --build-options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.23.0/tests/ECMToolchainAndroidTest/CMakeLists.txt 
new/extra-cmake-modules-5.24.0/tests/ECMToolchainAndroidTest/CMakeLists.txt
--- old/extra-cmake-modules-5.23.0/tests/ECMToolchainAndroidTest/CMakeLists.txt 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.24.0/tests/ECMToolchainAndroidTest/CMakeLists.txt 
2016-06-15 

commit extra-cmake-modules for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-07-03 12:18:44

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-05-19 12:04:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-07-03 12:18:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:22:11 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  extra-cmake-modules-5.22.0.tar.xz

New:

  extra-cmake-modules-5.23.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.JIFKbo/_old  2016-07-03 12:18:46.0 +0200
+++ /var/tmp/diff_new_pack.JIFKbo/_new  2016-07-03 12:18:46.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.22.0
+Version:5.23.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.22.0.tar.xz -> extra-cmake-modules-5.23.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.22.0/CMakeLists.txt 
new/extra-cmake-modules-5.23.0/CMakeLists.txt
--- old/extra-cmake-modules-5.22.0/CMakeLists.txt   2016-05-03 
17:00:24.0 +0200
+++ new/extra-cmake-modules-5.23.0/CMakeLists.txt   2016-06-06 
08:47:56.0 +0200
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.22.0") # handled by release scripts
+set(VERSION "5.23.0") # handled by release scripts
 
 if (POLICY CMP0048)
 cmake_policy(SET CMP0048 NEW)




commit extra-cmake-modules for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-05-19 12:04:47

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-04-12 19:07:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-05-19 12:04:48.0 +0200
@@ -1,0 +2,13 @@
+Sat May  7 18:29:15 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * Android deployment: support projects without things in share
+or lib/qml (kde#362578)
+  * Enables KDE_INSTALL_USE_QT_SYS_PATHS if CMAKE_INSTALL_PREFIX
+Qt5 prefix
+  * ecm_qt_declare_logging_category: improve error message when
+using without including
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  extra-cmake-modules-5.21.0.tar.xz

New:

  extra-cmake-modules-5.22.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.Ad1eD1/_old  2016-05-19 12:04:49.0 +0200
+++ /var/tmp/diff_new_pack.Ad1eD1/_new  2016-05-19 12:04:49.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.21.0
+Version:5.22.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.21.0.tar.xz -> extra-cmake-modules-5.22.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.21.0/CMakeLists.txt 
new/extra-cmake-modules-5.22.0/CMakeLists.txt
--- old/extra-cmake-modules-5.21.0/CMakeLists.txt   2016-03-29 
20:13:23.0 +0200
+++ new/extra-cmake-modules-5.22.0/CMakeLists.txt   2016-05-03 
17:00:24.0 +0200
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.21.0") # handled by release scripts
+set(VERSION "5.22.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.21.0/kde-modules/KDEInstallDirs.cmake 
new/extra-cmake-modules-5.22.0/kde-modules/KDEInstallDirs.cmake
--- old/extra-cmake-modules-5.21.0/kde-modules/KDEInstallDirs.cmake 
2016-03-29 20:13:23.0 +0200
+++ new/extra-cmake-modules-5.22.0/kde-modules/KDEInstallDirs.cmake 
2016-05-03 17:00:24.0 +0200
@@ -424,11 +424,20 @@
 "CMake packages, including config files"
 CMAKECONFIG_INSTALL_PREFIX)
 
-option (KDE_INSTALL_USE_QT_SYS_PATHS "Install mkspecs files, Plugins and 
Imports to the Qt 5 install dir")
-if(KDE_INSTALL_USE_QT_SYS_PATHS)
-# Qt-specific vars
-include("${ECM_MODULE_DIR}/ECMQueryQmake.cmake")
+include("${ECM_MODULE_DIR}/ECMQueryQmake.cmake")
+
+set(_default_KDE_INSTALL_USE_QT_SYS_PATHS OFF)
+if(NOT DEFINED KDE_INSTALL_USE_QT_SYS_PATHS)
+query_qmake(qt_install_prefix_dir QT_INSTALL_PREFIX)
+if(qt_install_prefix_dir STREQUAL "${CMAKE_INSTALL_PREFIX}")
+message(STATUS "Installing in the same prefix as Qt, adopting their 
path scheme.")
+set(_default_KDE_INSTALL_USE_QT_SYS_PATHS ON)
+endif()
+endif()
 
+option (KDE_INSTALL_USE_QT_SYS_PATHS "Install mkspecs files, Plugins and 
Imports to the Qt 5 install dir" "${_default_KDE_INSTALL_USE_QT_SYS_PATHS}")
+if(KDE_INSTALL_USE_QT_SYS_PATHS)
+# Qt-specific vars
 query_qmake(qt_plugins_dir QT_INSTALL_PLUGINS)
 
 _define_absolute(QTPLUGINDIR ${qt_plugins_dir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.21.0/modules/ECMQtDeclareLoggingCategory.cmake 
new/extra-cmake-modules-5.22.0/modules/ECMQtDeclareLoggingCategory.cmake
--- old/extra-cmake-modules-5.21.0/modules/ECMQtDeclareLoggingCategory.cmake
2016-03-29 20:13:23.0 +0200
+++ new/extra-cmake-modules-5.22.0/modules/ECMQtDeclareLoggingCategory.cmake
2016-05-03 17:00:24.0 +0200
@@ -108,6 +108,10 @@
 string(REPLACE "::" "_" GUARD_NAME "${ARG_IDENTIFIER}_H")
 string(TOUPPER "${GUARD_NAME}" GUARD_NAME)
 
+if (NOT 

commit extra-cmake-modules for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-04-12 19:07:50

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-03-16 10:26:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-04-12 19:07:52.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:18:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Fix _ecm_update_iconcache to only update the install location
+  * Revert "ECMQtDeclareLoggingCategory: Include  with the
+generated file"
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  extra-cmake-modules-5.20.0.tar.xz

New:

  extra-cmake-modules-5.21.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.zQXfi5/_old  2016-04-12 19:07:52.0 +0200
+++ /var/tmp/diff_new_pack.zQXfi5/_new  2016-04-12 19:07:52.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.20.0
+Version:5.21.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.20.0.tar.xz -> extra-cmake-modules-5.21.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.20.0/CMakeLists.txt 
new/extra-cmake-modules-5.21.0/CMakeLists.txt
--- old/extra-cmake-modules-5.20.0/CMakeLists.txt   2016-02-13 
13:26:05.0 +0100
+++ new/extra-cmake-modules-5.21.0/CMakeLists.txt   2016-03-29 
20:13:23.0 +0200
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.20.0") # handled by release scripts
+set(VERSION "5.21.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.20.0/modules/ECMEnableSanitizers.cmake 
new/extra-cmake-modules-5.21.0/modules/ECMEnableSanitizers.cmake
--- old/extra-cmake-modules-5.20.0/modules/ECMEnableSanitizers.cmake
2016-02-13 13:26:05.0 +0100
+++ new/extra-cmake-modules-5.21.0/modules/ECMEnableSanitizers.cmake
2016-03-29 20:13:23.0 +0200
@@ -139,7 +139,9 @@
 # check option and enable appropriate flags
 enable_sanitizer_flags ( ${CUR_SANITIZER} )
 set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${XSAN_COMPILE_FLAGS}" )
-link_libraries(${XSAN_LINKER_FLAGS})
+if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
+  link_libraries(${XSAN_LINKER_FLAGS})
+endif()
 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
 string(REPLACE "-Wl,--no-undefined" "" CMAKE_SHARED_LINKER_FLAGS 
"${CMAKE_SHARED_LINKER_FLAGS}")
 string(REPLACE "-Wl,--no-undefined" "" CMAKE_MODULE_LINKER_FLAGS 
"${CMAKE_MODULE_LINKER_FLAGS}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.20.0/modules/ECMInstallIcons.cmake 
new/extra-cmake-modules-5.21.0/modules/ECMInstallIcons.cmake
--- old/extra-cmake-modules-5.20.0/modules/ECMInstallIcons.cmake
2016-02-13 13:26:05.0 +0100
+++ new/extra-cmake-modules-5.21.0/modules/ECMInstallIcons.cmake
2016-03-29 20:13:23.0 +0200
@@ -206,8 +206,7 @@
 install(CODE "
 set(DESTDIR_VALUE \"\$ENV{DESTDIR}\")
 if (NOT DESTDIR_VALUE)
-file(WRITE \"${installdir}/${theme}/temp.txt\" \"update\")
-file(REMOVE \"${installdir}/${theme}/temp.txt\")
+execute_process(COMMAND \"${CMAKE_COMMAND}\" -E touch 
\"${CMAKE_INSTALL_PREFIX}/${installdir}/${theme}\")
 set(HAVE_GTK_UPDATE_ICON_CACHE_EXEC 
${GTK_UPDATE_ICON_CACHE_EXECUTABLE})
 if (HAVE_GTK_UPDATE_ICON_CACHE_EXEC)
 execute_process(COMMAND ${GTK_UPDATE_ICON_CACHE_EXECUTABLE} -q -t 
-i . WORKING_DIRECTORY \"${CMAKE_INSTALL_PREFIX}/${installdir}/${theme}\")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-03-16 10:26:53

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-02-24 18:52:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-03-16 10:26:55.0 +0100
@@ -1,0 +2,7 @@
+Sun Mar  6 09:53:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  extra-cmake-modules-5.19.0.tar.xz

New:

  extra-cmake-modules-5.20.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.avJiNr/_old  2016-03-16 10:26:56.0 +0100
+++ /var/tmp/diff_new_pack.avJiNr/_new  2016-03-16 10:26:56.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.19.0
+Version:5.20.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.19.0.tar.xz -> extra-cmake-modules-5.20.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.19.0/CMakeLists.txt 
new/extra-cmake-modules-5.20.0/CMakeLists.txt
--- old/extra-cmake-modules-5.19.0/CMakeLists.txt   2016-01-31 
15:55:29.0 +0100
+++ new/extra-cmake-modules-5.20.0/CMakeLists.txt   2016-02-13 
13:26:05.0 +0100
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.19.0") # handled by release scripts
+set(VERSION "5.20.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.19.0/find-modules/FindPoppler.cmake 
new/extra-cmake-modules-5.20.0/find-modules/FindPoppler.cmake
--- old/extra-cmake-modules-5.19.0/find-modules/FindPoppler.cmake   
2016-01-31 15:55:29.0 +0100
+++ new/extra-cmake-modules-5.20.0/find-modules/FindPoppler.cmake   
2016-02-13 13:26:05.0 +0100
@@ -45,7 +45,7 @@
 # link interface of an exported library, it must be made available by the
 # package config file.
 #
-# Since 5.17
+# Since 5.19
 
 #=
 # Copyright 2015 Alex Richardson 




commit extra-cmake-modules for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-02-24 18:52:30

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2016-01-20 09:39:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-02-24 18:52:31.0 +0100
@@ -1,0 +2,11 @@
+Sat Feb  6 17:57:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * ECMAddAppIcon: Use absolute path when operating on icons
+  * Make sure the prefix is looked-up on Android
+  * Add a FindPoppler module
+  * Use PATH_SUFFIXES in ecm_find_package_handle_library_components()
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  extra-cmake-modules-5.18.0.tar.xz

New:

  extra-cmake-modules-5.19.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.3pBZWX/_old  2016-02-24 18:52:32.0 +0100
+++ /var/tmp/diff_new_pack.3pBZWX/_new  2016-02-24 18:52:32.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.18.0
+Version:5.19.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.18.0.tar.xz -> extra-cmake-modules-5.19.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.18.0/CMakeLists.txt 
new/extra-cmake-modules-5.19.0/CMakeLists.txt
--- old/extra-cmake-modules-5.18.0/CMakeLists.txt   2015-12-29 
10:33:34.0 +0100
+++ new/extra-cmake-modules-5.19.0/CMakeLists.txt   2016-01-31 
15:55:29.0 +0100
@@ -16,7 +16,7 @@
 # Preliminary setup
 #
 
-set(VERSION "5.18.0") # handled by release scripts
+set(VERSION "5.19.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.18.0/docs/find-module/FindPoppler.rst 
new/extra-cmake-modules-5.19.0/docs/find-module/FindPoppler.rst
--- old/extra-cmake-modules-5.18.0/docs/find-module/FindPoppler.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.19.0/docs/find-module/FindPoppler.rst 
2016-01-31 15:55:29.0 +0100
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindPoppler.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.18.0/find-modules/FindPoppler.cmake 
new/extra-cmake-modules-5.19.0/find-modules/FindPoppler.cmake
--- old/extra-cmake-modules-5.18.0/find-modules/FindPoppler.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.19.0/find-modules/FindPoppler.cmake   
2016-01-31 15:55:29.0 +0100
@@ -0,0 +1,151 @@
+#.rst:
+# FindPoppler
+# ---
+#
+# Try to find Poppler.
+#
+# This is a component-based find module, which makes use of the COMPONENTS
+# and OPTIONAL_COMPONENTS arguments to find_module.  The following components
+# are available::
+#
+#   Core  Cpp  Qt5  Qt4 Glib
+#
+# If no components are specified, this module will act as though all components
+# were passed to OPTIONAL_COMPONENTS.
+#
+# This module will define the following variables, independently of the
+# components searched for or found:
+#
+# ``Poppler_FOUND``
+# TRUE if (the requested version of) Poppler is available
+# ``Poppler_VERSION``
+# Found Poppler version
+# ``Poppler_TARGETS``
+# A list of all targets imported by this module (note that there may be 
more
+# than the components that were requested)
+# ``Poppler_LIBRARIES``
+# This can be passed to target_link_libraries() instead of the imported
+# targets
+# ``Poppler_INCLUDE_DIRS``
+# This should be passed to target_include_directories() if the targets are
+# not used for linking
+# ``Poppler_DEFINITIONS``
+# This should be passed to target_compile_options() if the targets are not
+# used for linking
+#
+# For each searched-for components, ``Poppler__FOUND`` will be set 
to

commit extra-cmake-modules for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2016-01-20 09:39:52

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-12-29 12:49:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2016-01-20 09:39:54.0 +0100
@@ -1,0 +2,11 @@
+Sat Jan  2 17:41:05 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * Make the KAppTemplate CMake module global
+  * Silence CMP0063 warnings with KDECompilerSettings
+  * ECMQtDeclareLoggingCategory: Include  with the generated file
+  * Fix CMP0054 warnings
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  extra-cmake-modules-5.17.0.tar.xz

New:

  extra-cmake-modules-5.18.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.Y9styM/_old  2016-01-20 09:39:56.0 +0100
+++ /var/tmp/diff_new_pack.Y9styM/_new  2016-01-20 09:39:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.17.0
+Version:5.18.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.17.0.tar.xz -> extra-cmake-modules-5.18.0.tar.xz 
++
 2147 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-12-29 12:49:54

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-11-24 22:21:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-12-29 12:49:57.0 +0100
@@ -1,0 +2,15 @@
+Thu Dec 10 23:01:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * Don't warn when SVG(Z) icons are provided with multiple
+sizes/level of detail
+  * Make sure we load translations on the main thread. (kde#346188)
+  * Overhaul the ECM build system.
+  * Make it possible to enable Clazy on any KDE project
+  * Do not find XCB's XINPUT library by default.
+  * Clean export dir before generating an APK again
+  * Use quickgit for Git repository URL.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  extra-cmake-modules-5.16.0.tar.xz

New:

  extra-cmake-modules-5.17.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.NTGMYe/_old  2015-12-29 12:49:58.0 +0100
+++ /var/tmp/diff_new_pack.NTGMYe/_new  2015-12-29 12:49:58.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.16.0
+Version:5.17.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.16.0.tar.xz -> extra-cmake-modules-5.17.0.tar.xz 
++
 2033 lines of diff (skipped)




commit extra-cmake-modules for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-11-24 22:21:34

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-10-19 22:21:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-11-24 22:21:36.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov  8 16:56:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Warn instead of error if ecm_install_icons finds no icons.
+(bug 354610)
+  * Make it possible to build KDE Frameworks 5 with a plain qt 5.5.x
+installed from the normal qt.io installer on mac os
+  * Do not unset cache variables in KDEInstallDirs. (kde#342717)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  extra-cmake-modules-5.15.0.tar.xz

New:

  extra-cmake-modules-5.16.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.lgA37C/_old  2015-11-24 22:21:37.0 +0100
+++ /var/tmp/diff_new_pack.lgA37C/_new  2015-11-24 22:21:37.0 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.15.0
+Version:5.16.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.15.0.tar.xz -> extra-cmake-modules-5.16.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.15.0/CMakeLists.txt 
new/extra-cmake-modules-5.16.0/CMakeLists.txt
--- old/extra-cmake-modules-5.15.0/CMakeLists.txt   2015-10-03 
11:48:31.0 +0200
+++ new/extra-cmake-modules-5.16.0/CMakeLists.txt   2015-11-08 
22:01:33.0 +0100
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 15)
+set(ECM_MINOR_VERSION 16)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.15.0/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-5.16.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.15.0/kde-modules/KDECMakeSettings.cmake   
2015-10-03 11:48:31.0 +0200
+++ new/extra-cmake-modules-5.16.0/kde-modules/KDECMakeSettings.cmake   
2015-11-08 22:01:33.0 +0100
@@ -95,21 +95,23 @@
endif()
 
if (UNIX)
+  # for mac os: add install name dir in addition
+  # check: is the rpath stuff below really required on mac os? at least it 
seems so to use a stock qt from qt.io
   if (APPLE)
  set(CMAKE_INSTALL_NAME_DIR ${_abs_LIB_INSTALL_DIR})
-  else ()
- # add our LIB_INSTALL_DIR to the RPATH (but only when it is not one of
- # the standard system link directories - such as /usr/lib on UNIX)
- list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES 
"${_abs_LIB_INSTALL_DIR}" _isSystemLibDir)
- list(FIND CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES  
"${_abs_LIB_INSTALL_DIR}" _isSystemCxxLibDir)
- list(FIND CMAKE_C_IMPLICIT_LINK_DIRECTORIES
"${_abs_LIB_INSTALL_DIR}" _isSystemCLibDir)
- if("${_isSystemLibDir}" STREQUAL "-1"  AND  "${_isSystemCxxLibDir}" 
STREQUAL "-1"  AND  "${_isSystemCLibDir}" STREQUAL "-1")
-set(CMAKE_INSTALL_RPATH "${_abs_LIB_INSTALL_DIR}")
- endif()
-
- # Append directories in the linker search path (but outside the 
project)
- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
   endif ()
+
+  # add our LIB_INSTALL_DIR to the RPATH (but only when it is not one of
+  # the standard system link directories - such as /usr/lib on UNIX)
+  list(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES 
"${_abs_LIB_INSTALL_DIR}" _isSystemLibDir)
+  list(FIND CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES  
"${_abs_LIB_INSTALL_DIR}" _isSystemCxxLibDir)
+  list(FIND CMAKE_C_IMPLICIT_LINK_DIRECTORIES
"${_abs_LIB_INSTALL_DIR}" _isSystemCLibDir)
+  if("${_isSystemLibDir}" STREQUAL "-1"  AND 

commit extra-cmake-modules for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-10-19 22:21:27

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-09-24 07:09:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-10-19 22:21:28.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct  5 17:36:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * Update GTK icon cache when installing icons.
+  * Remove workaround to delay execution on Android
+  * ECMEnableSanitizers: The undefined sanitizer is supported by gcc 4.9
+  * Disable X11,XCB etc. detection on OS X
+  * Look for the files in the installed prefix rather the prefix path
+  * Use Qt5 to specify what's Qt5 installation prefix
+  * Add definition ANDROID as needed in qsystemdetection.h.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  extra-cmake-modules-5.14.0.tar.xz

New:

  extra-cmake-modules-5.15.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.K3wGwP/_old  2015-10-19 22:21:28.0 +0200
+++ /var/tmp/diff_new_pack.K3wGwP/_new  2015-10-19 22:21:28.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.14.0
+Version:5.15.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.14.0.tar.xz -> extra-cmake-modules-5.15.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.14.0/CMakeLists.txt 
new/extra-cmake-modules-5.15.0/CMakeLists.txt
--- old/extra-cmake-modules-5.14.0/CMakeLists.txt   2015-08-25 
11:38:37.0 +0200
+++ new/extra-cmake-modules-5.15.0/CMakeLists.txt   2015-10-03 
11:48:31.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 14)
+set(ECM_MINOR_VERSION 15)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.14.0/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-5.15.0/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-5.14.0/kde-modules/KDECMakeSettings.cmake   
2015-08-25 11:38:37.0 +0200
+++ new/extra-cmake-modules-5.15.0/kde-modules/KDECMakeSettings.cmake   
2015-10-03 11:48:31.0 +0200
@@ -46,9 +46,18 @@
 # disabled by setting ``KDE_SKIP_UNINSTALL_TARGET`` to TRUE before including
 # this module.
 #
+# By default on OS X, X11 and XCB related detections are disabled. However if
+# the need would arise to use these technologies, the detection can be enabled
+# by setting ``APPLE_FORCE_X11`` to ``ON``.
+#
+# A warning is printed for the developer to know that the detection is 
disabled on OS X.
+# This message can be turned off by setting ``APPLE_SUPPRESS_X11_WARNING`` to 
``ON``.
+#
 # Since pre-1.0.0.
 #
-# Uninstall target functionality since 1.7.0.
+# - Uninstall target functionality since 1.7.0.
+# - ``APPLE_FORCE_X11`` option since 5.14.0 (detecting X11 was previously the 
default behavior)
+# - ``APPLE_SUPPRESS_X11_WARNING`` option since 5.14.0
 
 #=
 # Copyright 2014  Alex Merry 
@@ -185,6 +194,21 @@
   set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
endif()
 
+   # Disable detection of X11 and related package on OS X because when using
+   # brew or macports, X11 can be installed and thus is detected.
+   option(APPLE_FORCE_X11 "Force enable X11 related detection on OS X" OFF)
+   option(APPLE_SUPPRESS_X11_WARNING "Suppress X11 and related technologies 
search disabling warning on OS X" OFF)
+
+   if(APPLE AND NOT APPLE_FORCE_X11)
+  if (NOT APPLE_SUPPRESS_X11_WARNING)
+ message(WARNING "Searching for X11 and related technologies is 
disabled on Apple systems. Set 

commit extra-cmake-modules for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-09-24 07:09:23

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-09-02 07:43:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-09-24 07:09:24.0 +0200
@@ -1,0 +2,14 @@
+Tue Sep  8 17:12:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * Add macro to generate logging category declarations for Qt5.
+  * ecm_generate_headers: Add COMMON_HEADER option and multiple
+header functionality
+  * Add -pedantic for KF5 code (when using gcc or clang)
+  * KDEFrameworkCompilerSettings: only enable strict iterators
+in debug mode
+  * Also set the default visibility for C code to hidden.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  extra-cmake-modules-5.13.0.tar.xz

New:

  extra-cmake-modules-5.14.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.jKil6T/_old  2015-09-24 07:09:25.0 +0200
+++ /var/tmp/diff_new_pack.jKil6T/_new  2015-09-24 07:09:25.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.13.0
+Version:5.14.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.13.0.tar.xz -> extra-cmake-modules-5.14.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.13.0/CMakeLists.txt 
new/extra-cmake-modules-5.14.0/CMakeLists.txt
--- old/extra-cmake-modules-5.13.0/CMakeLists.txt   2015-07-10 
12:07:44.0 +0200
+++ new/extra-cmake-modules-5.14.0/CMakeLists.txt   2015-08-25 
11:38:37.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 13)
+set(ECM_MINOR_VERSION 14)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.13.0/docs/module/ECMQtDeclareLoggingCategory.rst 
new/extra-cmake-modules-5.14.0/docs/module/ECMQtDeclareLoggingCategory.rst
--- old/extra-cmake-modules-5.13.0/docs/module/ECMQtDeclareLoggingCategory.rst  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-5.14.0/docs/module/ECMQtDeclareLoggingCategory.rst  
2015-08-25 11:38:37.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../modules/ECMQtDeclareLoggingCategory.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.13.0/kde-modules/KDECompilerSettings.cmake 
new/extra-cmake-modules-5.14.0/kde-modules/KDECompilerSettings.cmake
--- old/extra-cmake-modules-5.13.0/kde-modules/KDECompilerSettings.cmake
2015-07-10 12:07:44.0 +0200
+++ new/extra-cmake-modules-5.14.0/kde-modules/KDECompilerSettings.cmake
2015-08-25 11:38:37.0 +0200
@@ -196,6 +196,7 @@
 endif()
 
 # Default to hidden visibility for symbols
+set(CMAKE_C_VISIBILITY_PRESET hidden)
 set(CMAKE_CXX_VISIBILITY_PRESET hidden)
 set(CMAKE_VISIBILITY_INLINES_HIDDEN 1)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.13.0/kde-modules/KDEFrameworkCompilerSettings.cmake 
new/extra-cmake-modules-5.14.0/kde-modules/KDEFrameworkCompilerSettings.cmake
--- 
old/extra-cmake-modules-5.13.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2015-07-10 12:07:44.0 +0200
+++ 
new/extra-cmake-modules-5.14.0/kde-modules/KDEFrameworkCompilerSettings.cmake   
2015-08-25 11:38:37.0 +0200
@@ -40,11 +40,11 @@
 -DQT_USE_FAST_OPERATOR_PLUS
 -DQT_USE_QSTRINGBUILDER
)
-if(NOT MSVC)
-# QT_STRICT_ITERATORS breaks MSVC: it tries to link to QTypedArrayData 
symbols
-# when using foreach. However these symbols don't actually exist.
-# Not having QT_STRICT_ITERATORS 

commit extra-cmake-modules for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-09-02 07:43:16

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


Package is "extra-cmake-modules"

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-07-14 17:21:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-09-02 07:43:17.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  extra-cmake-modules-5.12.0.tar.xz

New:

  extra-cmake-modules-5.13.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.au54ot/_old  2015-09-02 07:43:18.0 +0200
+++ /var/tmp/diff_new_pack.au54ot/_new  2015-09-02 07:43:18.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.12.0
+Version:5.13.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.12.0.tar.xz -> extra-cmake-modules-5.13.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.12.0/CMakeLists.txt 
new/extra-cmake-modules-5.13.0/CMakeLists.txt
--- old/extra-cmake-modules-5.12.0/CMakeLists.txt   2015-06-23 
22:54:11.0 +0200
+++ new/extra-cmake-modules-5.13.0/CMakeLists.txt   2015-07-10 
12:07:44.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 12)
+set(ECM_MINOR_VERSION 13)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})




commit extra-cmake-modules for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-07-14 17:21:26

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-06-23 12:05:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-07-14 17:21:27.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul  5 18:44:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * Improve error reporting of query_qmake macro
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  extra-cmake-modules-5.11.0.tar.xz

New:

  extra-cmake-modules-5.12.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.M6whIT/_old  2015-07-14 17:21:28.0 +0200
+++ /var/tmp/diff_new_pack.M6whIT/_new  2015-07-14 17:21:28.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.11.0
+Version:5.12.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.11.0.tar.xz - extra-cmake-modules-5.12.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.11.0/CMakeLists.txt 
new/extra-cmake-modules-5.12.0/CMakeLists.txt
--- old/extra-cmake-modules-5.11.0/CMakeLists.txt   2015-06-06 
10:10:46.0 +0200
+++ new/extra-cmake-modules-5.12.0/CMakeLists.txt   2015-06-23 
22:54:11.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 11)
+set(ECM_MINOR_VERSION 12)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.11.0/modules/ECMQueryQmake.cmake 
new/extra-cmake-modules-5.12.0/modules/ECMQueryQmake.cmake
--- old/extra-cmake-modules-5.11.0/modules/ECMQueryQmake.cmake  2015-06-06 
10:10:46.0 +0200
+++ new/extra-cmake-modules-5.12.0/modules/ECMQueryQmake.cmake  2015-06-23 
22:54:11.0 +0200
@@ -19,6 +19,7 @@
 file(TO_CMAKE_PATH ${output} output_path)
 set(${result_variable} ${output_path} PARENT_SCOPE)
 else()
-message(FATAL QMake call failed: ${error})
+message(WARNING Failed call: ${QMAKE_EXECUTABLE} -query 
\${qt_variable}\)
+message(FATAL_ERROR QMake call failed: ${return_code})
 endif()
 endfunction()




commit extra-cmake-modules for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-06-23 12:05:31

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-05-11 19:47:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-06-23 12:05:32.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun  7 19:07:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * New arguments for ecm_add_tests(). (kde#345797)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  extra-cmake-modules-5.10.0.tar.xz

New:

  extra-cmake-modules-5.11.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.KDmi4Q/_old  2015-06-23 12:05:32.0 +0200
+++ /var/tmp/diff_new_pack.KDmi4Q/_new  2015-06-23 12:05:32.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.10.0
+Version:5.11.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.10.0.tar.xz - extra-cmake-modules-5.11.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.10.0/CMakeLists.txt 
new/extra-cmake-modules-5.11.0/CMakeLists.txt
--- old/extra-cmake-modules-5.10.0/CMakeLists.txt   2015-04-25 
17:11:39.0 +0200
+++ new/extra-cmake-modules-5.11.0/CMakeLists.txt   2015-06-06 
10:10:46.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 10)
+set(ECM_MINOR_VERSION 11)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.10.0/modules/ECMAddTests.cmake 
new/extra-cmake-modules-5.11.0/modules/ECMAddTests.cmake
--- old/extra-cmake-modules-5.10.0/modules/ECMAddTests.cmake2015-04-25 
17:11:39.0 +0200
+++ new/extra-cmake-modules-5.11.0/modules/ECMAddTests.cmake2015-06-06 
10:10:46.0 +0200
@@ -2,45 +2,59 @@
 # ECMAddTests
 # ---
 #
-# Add test executables.
+# Convenience functions for adding tests.
 #
 # ::
 #
-#   ecm_add_test(sources LINK_LIBRARIES library [library [...]]
-#  [TEST_NAME name]
-#  [NAME_PREFIX prefix]
-#  [GUI])
-#
-# Add a new unit test using the passed source files. The parameter TEST_NAME is
-# used to set the name of the resulting test, and the target built for and run
-# by the test. It may be omitted if there is exactly one source file. In that
-# case the name of the source file (without the file extension) will be used as
-# the test name.
+#   ecm_add_tests(sources LINK_LIBRARIES library [library [...]]
+#   [NAME_PREFIX prefix]
+#   [GUI]
+#   [TARGET_NAMES_VAR target_names_var]
+#   [TEST_NAMES_VAR test_names_var])
+#
+# A convenience function for adding multiple tests, each consisting of a
+# single source file. For each file in sources, an executable target will be
+# created (the name of which will be the basename of the source file). This
+# will be linked against the libraries given with LINK_LIBRARIES. Each
+# executable will be added as a test with the same name.
 #
-# If NAME_PREFIX is given, this prefix will be prepended to the test name, but
-# not the target name. As a result, it will not prevent clashes between tests
+# If NAME_PREFIX is given, this prefix will be prepended to the test names, but
+# not the target names. As a result, it will not prevent clashes between tests
 # with the same name in different parts of the project, but it can be used to
 # give an indication of where to look for a failing test.
 #
-# If the flag GUI is passed the test binary will be a GUI executable, otherwise
-# the resulting binary will be a console application.  The test will be linked
-# against the 

commit extra-cmake-modules for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-05-11 19:33:44

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-04-13 20:22:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-05-11 19:47:31.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:42:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  extra-cmake-modules-5.9.0.tar.xz

New:

  extra-cmake-modules-5.10.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.73H1Ns/_old  2015-05-11 19:47:32.0 +0200
+++ /var/tmp/diff_new_pack.73H1Ns/_new  2015-05-11 19:47:32.0 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.9.0
+Version:5.10.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-5.9.0.tar.xz - extra-cmake-modules-5.10.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.9.0/CMakeLists.txt 
new/extra-cmake-modules-5.10.0/CMakeLists.txt
--- old/extra-cmake-modules-5.9.0/CMakeLists.txt2015-04-04 
10:52:03.0 +0200
+++ new/extra-cmake-modules-5.10.0/CMakeLists.txt   2015-04-25 
17:11:39.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 5)
-set(ECM_MINOR_VERSION 9)
+set(ECM_MINOR_VERSION 10)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.9.0/find-modules/FindEGL.cmake 
new/extra-cmake-modules-5.10.0/find-modules/FindEGL.cmake
--- old/extra-cmake-modules-5.9.0/find-modules/FindEGL.cmake2015-04-04 
10:52:03.0 +0200
+++ new/extra-cmake-modules-5.10.0/find-modules/FindEGL.cmake   2015-04-25 
17:11:39.0 +0200
@@ -60,12 +60,9 @@
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #=
 
-if(CMAKE_VERSION VERSION_LESS 2.8.12)
-message(FATAL_ERROR CMake 2.8.12 is required by FindEGL.cmake)
-endif()
-if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.12)
-message(AUTHOR_WARNING Your project should require at least CMake 2.8.12 
to use FindEGL.cmake)
-endif()
+include(${CMAKE_CURRENT_LIST_DIR}/ECMFindModuleHelpersStub.cmake)
+
+ecm_find_package_version_check(EGL)
 
 # Use pkg-config to get the directories and then use these values
 # in the FIND_PATH() and FIND_LIBRARY() calls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-5.9.0/find-modules/FindKF5.cmake 
new/extra-cmake-modules-5.10.0/find-modules/FindKF5.cmake
--- old/extra-cmake-modules-5.9.0/find-modules/FindKF5.cmake2015-04-04 
10:52:03.0 +0200
+++ new/extra-cmake-modules-5.10.0/find-modules/FindKF5.cmake   2015-04-25 
17:11:39.0 +0200
@@ -47,12 +47,9 @@
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #=
 
-if(CMAKE_VERSION VERSION_LESS 2.8.12)
-message(FATAL_ERROR CMake 2.8.12 is required by FindKF5.cmake)
-endif()
-if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.12)
-message(AUTHOR_WARNING Your project should require at least CMake 2.8.12 
to use FindKF5.cmake)
-endif()
+include(${CMAKE_CURRENT_LIST_DIR}/ECMFindModuleHelpersStub.cmake)
+
+ecm_find_package_version_check(KF5)
 
 if (NOT KF5_FIND_COMPONENTS)
 set(KF5_NOT_FOUND_MESSAGE The KF5 package requires at least one 
component)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.9.0/find-modules/FindLibGit2.cmake 
new/extra-cmake-modules-5.10.0/find-modules/FindLibGit2.cmake
--- 

commit extra-cmake-modules for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-04-13 20:22:33

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-03-16 09:26:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-04-13 20:22:35.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr  4 14:40:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Extra CMake Modules (ECM) is now versioned like KDE Frameworks,
+therefore it is now 5.9, while it was 1.8 previously.
+  * Allow configuration of SHARE_INSTALL_DIR, to handle multi-arch
+layouts better
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---

Old:

  extra-cmake-modules-1.8.0.tar.xz

New:

  extra-cmake-modules-5.9.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ihlfZu/_old  2015-04-13 20:22:36.0 +0200
+++ /var/tmp/diff_new_pack.ihlfZu/_new  2015-04-13 20:22:36.0 +0200
@@ -16,14 +16,15 @@
 #
 
 
+%define _tar_path 5.9
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.8.0
+Version:5.9.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.8/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.8.0.tar.xz - extra-cmake-modules-5.9.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.8.0/CMakeLists.txt 
new/extra-cmake-modules-5.9.0/CMakeLists.txt
--- old/extra-cmake-modules-1.8.0/CMakeLists.txt2015-03-06 
12:14:56.0 +0100
+++ new/extra-cmake-modules-5.9.0/CMakeLists.txt2015-04-04 
10:52:03.0 +0200
@@ -2,8 +2,8 @@
 
 project(extra-cmake-modules NONE)
 
-set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 8)
+set(ECM_MAJOR_VERSION 5)
+set(ECM_MINOR_VERSION 9)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
@@ -14,7 +14,7 @@
 add_subdirectory(tests)
 endif()
 
-set(SHARE_INSTALL_DIR share)
+set(SHARE_INSTALL_DIR share CACHE PATH read-only architecture-independent 
data)
 set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/)
 set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/)
 set(KDE_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/kde-modules/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.8.0/find-modules/FindEGL.cmake 
new/extra-cmake-modules-5.9.0/find-modules/FindEGL.cmake
--- old/extra-cmake-modules-1.8.0/find-modules/FindEGL.cmake2015-03-06 
12:14:56.0 +0100
+++ new/extra-cmake-modules-5.9.0/find-modules/FindEGL.cmake2015-04-04 
10:52:03.0 +0200
@@ -98,14 +98,14 @@
 # finding all these defines and selecting the highest numbered.
 file(READ ${EGL_INCLUDE_DIR}/egl.h _EGL_header_contents)
 string(REGEX MATCHALL
-[ \\t]EGL_VERSION_[0-9_]+
+[ \t]EGL_VERSION_[0-9_]+
 _EGL_version_lines
 ${_EGL_header_contents}
 )
 unset(_EGL_header_contents)
 foreach(_EGL_version_line ${_EGL_version_lines})
 string(REGEX REPLACE
-[ \\t]EGL_VERSION_([0-9_]+)
+[ \t]EGL_VERSION_([0-9_]+)
 \\1
 _version_candidate
 ${_EGL_version_line}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.8.0/find-modules/FindWayland.cmake 
new/extra-cmake-modules-5.9.0/find-modules/FindWayland.cmake
--- old/extra-cmake-modules-1.8.0/find-modules/FindWayland.cmake
2015-03-06 12:14:56.0 +0100
+++ new/extra-cmake-modules-5.9.0/find-modules/FindWayland.cmake
2015-04-04 10:52:03.0 +0200
@@ -117,7 +117,7 @@
 if(Wayland_VERSION_HEADER)
 file(READ ${Wayland_VERSION_HEADER} _wayland_version_header_contents)
 string(REGEX REPLACE
-^.*[ \\t]+WAYLAND_VERSION[ \\t]+\([0-9.]*)\.*$
+^.*[ 

commit extra-cmake-modules for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-03-16 09:26:34

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-02-16 17:25:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-03-16 09:26:35.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 16:58:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * Extend ecm_generate_headers macro to also support CamelCase.h headers
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---

Old:

  extra-cmake-modules-1.7.0.tar.xz

New:

  extra-cmake-modules-1.8.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.wPlhul/_old  2015-03-16 09:26:36.0 +0100
+++ /var/tmp/diff_new_pack.wPlhul/_new  2015-03-16 09:26:36.0 +0100
@@ -21,9 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.7.0
+Version:1.8.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.7/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.8/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.7.0.tar.xz - extra-cmake-modules-1.8.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.7.0/CMakeLists.txt 
new/extra-cmake-modules-1.8.0/CMakeLists.txt
--- old/extra-cmake-modules-1.7.0/CMakeLists.txt2015-02-06 
15:00:52.0 +0100
+++ new/extra-cmake-modules-1.8.0/CMakeLists.txt2015-03-06 
12:14:56.0 +0100
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 7)
+set(ECM_MINOR_VERSION 8)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.7.0/find-modules/FindQtWaylandScanner.cmake 
new/extra-cmake-modules-1.8.0/find-modules/FindQtWaylandScanner.cmake
--- old/extra-cmake-modules-1.7.0/find-modules/FindQtWaylandScanner.cmake   
2015-02-06 15:00:52.0 +0100
+++ new/extra-cmake-modules-1.8.0/find-modules/FindQtWaylandScanner.cmake   
2015-03-06 12:14:56.0 +0100
@@ -90,7 +90,7 @@
 ecm_find_package_version_check(QtWaylandScanner)
 
 # Find qtwaylandscanner
-find_program(QtWaylandScanner_EXECUTABLE NAMES qtwaylandscanner)
+find_program(QtWaylandScanner_EXECUTABLE NAMES qtwaylandscanner HINTS 
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/qt5/bin/)
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(QtWaylandScanner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.7.0/modules/ECMCreateQmFromPoFiles.cmake 
new/extra-cmake-modules-1.8.0/modules/ECMCreateQmFromPoFiles.cmake
--- old/extra-cmake-modules-1.7.0/modules/ECMCreateQmFromPoFiles.cmake  
2015-02-06 15:00:52.0 +0100
+++ new/extra-cmake-modules-1.8.0/modules/ECMCreateQmFromPoFiles.cmake  
2015-03-06 12:14:56.0 +0100
@@ -110,13 +110,18 @@
 
 function(_ECM_QM_CREATE_TARGET install_destination catalog_name)
 # Find lconvert
-get_target_property(lrelease_location Qt5::lrelease LOCATION)
-get_filename_component(lrelease_path ${lrelease_location} PATH)
-find_program(lconvert_executable
-NAMES lconvert-qt5 lconvert
-PATHS ${lrelease_path}
-NO_DEFAULT_PATH
-)
+if(TARGET Qt5::lconvert)
+set(lconvert_executable Qt5::lconvert)
+else()
+# Qt  5.3.1 does not define Qt5::lconvert
+get_target_property(lrelease_location Qt5::lrelease LOCATION)
+get_filename_component(lrelease_path ${lrelease_location} PATH)
+find_program(lconvert_executable
+NAMES lconvert-qt5 lconvert
+PATHS ${lrelease_path}
+NO_DEFAULT_PATH
+)
+endif()
 
 if (catalog_name)
 set(install_args RENAME ${catalog_name}.qm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit extra-cmake-modules for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-02-16 15:03:51

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2015-01-29 13:10:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-02-16 17:25:22.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb  8 18:18:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KDEInstallDirs: warn about mixing relative and absolute
+installation paths on the command line
+  * Added ECMAddAppIcon module to add icons to executable
+targets on Windows and Mac OS X
+  * Fixed CMP0053 warning with CMake 3.1
+  * Do not unset cache variables in KDEInstallDirs
+  * New Android toolchain module
+  * New ECMUninstallTarget module to create an uninstall target
+  * Make KDECMakeSettings import ECMUninstallTarget by default
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  extra-cmake-modules-1.6.1.tar.xz

New:

  extra-cmake-modules-1.7.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.R6Uvwx/_old  2015-02-16 17:25:23.0 +0100
+++ /var/tmp/diff_new_pack.R6Uvwx/_new  2015-02-16 17:25:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.6.1
+Version:1.7.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.7/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.6.1.tar.xz - extra-cmake-modules-1.7.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.6.1/CMakeLists.txt 
new/extra-cmake-modules-1.7.0/CMakeLists.txt
--- old/extra-cmake-modules-1.6.1/CMakeLists.txt2015-01-11 
18:17:11.0 +0100
+++ new/extra-cmake-modules-1.7.0/CMakeLists.txt2015-02-06 
15:00:52.0 +0100
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 6)
+set(ECM_MINOR_VERSION 7)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
@@ -15,6 +15,7 @@
 endif()
 
 set(SHARE_INSTALL_DIR share)
+set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/)
 set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/)
 set(KDE_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/kde-modules/)
 set(FIND_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/find-modules/)
@@ -33,6 +34,9 @@
 file(GLOB installFindModuleFiles ${CMAKE_SOURCE_DIR}/find-modules/*[^~])
 install(FILES ${installFindModuleFiles} DESTINATION 
${FIND_MODULES_INSTALL_DIR})
 
+file(GLOB installToolchainModuleFiles ${CMAKE_SOURCE_DIR}/toolchain/*[^~])
+install(FILES ${installToolchainModuleFiles} DESTINATION 
${TOOLCHAIN_MODULES_INSTALL_DIR})
+
 
 include(CMakePackageConfigHelpers)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.6.1/README.rst 
new/extra-cmake-modules-1.7.0/README.rst
--- old/extra-cmake-modules-1.6.1/README.rst2015-01-11 18:17:11.0 
+0100
+++ new/extra-cmake-modules-1.7.0/README.rst2015-02-06 15:00:52.0 
+0100
@@ -5,8 +5,9 @@
 
 
 The Extra CMake Modules package, or ECM, adds to the modules provided by CMake,
-including both ones used by ``find_package()`` to find common software and ones
-that can be used directly in ``CMakeLists.txt`` files to perform common tasks.
+including ones used by ``find_package()`` to find common software, ones that
+can be used directly in ``CMakeLists.txt`` files to perform common tasks and
+toolchain files that must be specified on the commandline by the user.
 
 In addition, it provides common build 

commit extra-cmake-modules for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-01-29 13:10:04

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-12-21 11:57:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-01-29 13:10:06.0 +0100
@@ -1,0 +2,30 @@
+Sun Jan 11 18:12:19 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 1.6.1
+  * Fix building projects that use both GNUInstallDirs and
+KDEInstallDirs in different subdirectories by not unsetting
+cache variables in KDEInstallDirs.
+  * Fix KDE_INSTALL_TARGETS_DEFAULT_ARGS value on OSX.
+
+---
+Sat Jan  3 18:03:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 1.6.0
+  * ECM's KDEInstallDirs now provides KDE_INSTALL_* variables.
+Both CMAKE_INSTALL_* variables and the older KDELibs4-compatible
+variables are provided, unless KDE_INSTALL_DIRS_NO_DEPRECATED
+is set to TRUE before the module is included. Even then, the
+CMAKE_INSTALL_* variables provided by the GNUInstallDirs module
+will still be set and understood (for compatibility with that
+module), unless KDE_INSTALL_DIRS_NO_CMAKE_VARIABLES
+is set to TRUE.
+  * Add COMPATIBILITY argument to ecm_setup_version().
+Lots of libraries will want to use SameMajorVersion to make
+sure searching for version 1 of a library doesn't give you
+version 2, for example.
+  * Fix ECMQueryQmake when Qt5Core is missing.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+- BuildRequire 5.6.0 kf5-filesystem
+
+---

Old:

  extra-cmake-modules-1.5.0.tar.xz

New:

  extra-cmake-modules-1.6.1.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.oXGnMY/_old  2015-01-29 13:10:07.0 +0100
+++ /var/tmp/diff_new_pack.oXGnMY/_new  2015-01-29 13:10:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.5.0
+Version:1.6.1
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
-BuildRequires:  kf5-filesystem = 4.100.0
+BuildRequires:  kf5-filesystem = 5.6.0
 %if %suse_version != 1315
 BuildRequires:  python-Sphinx
 %endif

++ extra-cmake-modules-1.5.0.tar.xz - extra-cmake-modules-1.6.1.tar.xz 
++
 2778 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit extra-cmake-modules for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-12-21 11:58:03

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-11-11 01:10:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-12-21 11:57:14.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec  6 12:53:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.5.0
+  * Set CMAKE_INSTALL_SYSCONFDIR to /etc when CMAKE_INSTALL_PREFIX
+is /usr (instead of /usr/etc)
+  * Enable -D_USE_MATH_DEFINES on Windows
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  extra-cmake-modules-1.4.0.tar.xz

New:

  extra-cmake-modules-1.5.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.UCjbUG/_old  2014-12-21 11:57:15.0 +0100
+++ /var/tmp/diff_new_pack.UCjbUG/_new  2014-12-21 11:57:15.0 +0100
@@ -21,9 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.4.0
+Version:1.5.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.4.0.tar.xz - extra-cmake-modules-1.5.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.4.0/CMakeLists.txt 
new/extra-cmake-modules-1.5.0/CMakeLists.txt
--- old/extra-cmake-modules-1.4.0/CMakeLists.txt2014-10-23 
14:48:44.0 +0200
+++ new/extra-cmake-modules-1.5.0/CMakeLists.txt2014-11-14 
19:20:50.0 +0100
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 4)
+set(ECM_MINOR_VERSION 5)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.4.0/find-modules/FindEGL.cmake 
new/extra-cmake-modules-1.5.0/find-modules/FindEGL.cmake
--- old/extra-cmake-modules-1.4.0/find-modules/FindEGL.cmake2014-10-23 
14:48:44.0 +0200
+++ new/extra-cmake-modules-1.5.0/find-modules/FindEGL.cmake2014-11-14 
19:20:50.0 +0100
@@ -2,7 +2,7 @@
 # FindEGL
 # ---
 #
-# Try to find EGL on a Unix system.
+# Try to find EGL.
 #
 # This will define the following variables:
 #
@@ -65,89 +65,83 @@
 message(AUTHOR_WARNING Your project should require at least CMake 2.8.12 
to use FindEGL.cmake)
 endif()
 
-if(NOT WIN32)
-# Use pkg-config to get the directories and then use these values
-# in the FIND_PATH() and FIND_LIBRARY() calls
-find_package(PkgConfig)
-pkg_check_modules(PKG_EGL QUIET egl)
-
-set(EGL_DEFINITIONS ${PKG_EGL_CFLAGS_OTHER})
-
-find_path(EGL_INCLUDE_DIR
-NAMES
-egl.h
-HINTS
-${PKG_EGL_INCLUDE_DIRS}
-PATH_SUFFIXES
-EGL
+# Use pkg-config to get the directories and then use these values
+# in the FIND_PATH() and FIND_LIBRARY() calls
+find_package(PkgConfig)
+pkg_check_modules(PKG_EGL QUIET egl)
+
+set(EGL_DEFINITIONS ${PKG_EGL_CFLAGS_OTHER})
+
+find_path(EGL_INCLUDE_DIR
+NAMES
+egl.h
+HINTS
+${PKG_EGL_INCLUDE_DIRS}
+PATH_SUFFIXES
+EGL
+)
+find_library(EGL_LIBRARY
+NAMES
+EGL
+HINTS
+${PKG_EGL_LIBRARY_DIRS}
+)
+
+# NB: We do *not* use the version information from pkg-config, as that
+# is the implementation version (eg: the Mesa version)
+if(EGL_INCLUDE_DIR)
+# egl.h has defines of the form EGL_VERSION_x_y for each supported
+# version; so the header for EGL 1.1 will define EGL_VERSION_1_0 and
+# EGL_VERSION_1_1.  Finding the highest supported version involves
+# finding all these defines and selecting the highest numbered.
+file(READ ${EGL_INCLUDE_DIR}/egl.h _EGL_header_contents)
+string(REGEX MATCHALL
+[ \\t]EGL_VERSION_[0-9_]+
+_EGL_version_lines
+${_EGL_header_contents}
 )
-find_library(EGL_LIBRARY
-NAMES
-EGL
-   

commit extra-cmake-modules for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-11-11 01:10:24

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-10-07 16:01:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-11-11 01:10:53.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  2 17:46:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.4.0
+  * New modules FindWaylandScanner and FindQtWaylandScanner,
+including macros ecm_add_qtwayland_client_protocol and
+ecm_add_qtwayland_server_protocol
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Don't build docs for SLE, python-Sphinx is not available there
+
+---

Old:

  extra-cmake-modules-1.3.0.tar.xz

New:

  extra-cmake-modules-1.4.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.qOYl1Q/_old  2014-11-11 01:10:56.0 +0100
+++ /var/tmp/diff_new_pack.qOYl1Q/_new  2014-11-11 01:10:56.0 +0100
@@ -21,14 +21,16 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.3.0
+Version:1.4.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.3.0/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem = 4.100.0
+%if %suse_version != 1315
 BuildRequires:  python-Sphinx
+%endif
 Requires:   cmake = 2.8.12
 Requires:   gcc-c++
 Requires:   kf5-filesystem
@@ -66,10 +68,12 @@
 %files
 %defattr(-,root,root,-)
 %{_datadir}/ECM/
-%{_mandir}/man7/ecm*.7*
 
+%if %suse_version != 1315
 %files doc
 %defattr(-,root,root,-)
 %doc %{_datadir}/doc/ECM/
+%doc %lang(en) %{_mandir}/man7/ecm*.7*
+%endif
 
 %changelog

++ extra-cmake-modules-1.3.0.tar.xz - extra-cmake-modules-1.4.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.3.0/CMakeLists.txt 
new/extra-cmake-modules-1.4.0/CMakeLists.txt
--- old/extra-cmake-modules-1.3.0/CMakeLists.txt2014-10-03 
22:53:30.0 +0200
+++ new/extra-cmake-modules-1.4.0/CMakeLists.txt2014-10-23 
14:48:44.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 3)
+set(ECM_MINOR_VERSION 4)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/docs/find-module/FindQtWaylandScanner.rst 
new/extra-cmake-modules-1.4.0/docs/find-module/FindQtWaylandScanner.rst
--- old/extra-cmake-modules-1.3.0/docs/find-module/FindQtWaylandScanner.rst 
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/docs/find-module/FindQtWaylandScanner.rst 
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindQtWaylandScanner.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/docs/find-module/FindWaylandScanner.rst 
new/extra-cmake-modules-1.4.0/docs/find-module/FindWaylandScanner.rst
--- old/extra-cmake-modules-1.3.0/docs/find-module/FindWaylandScanner.rst   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/docs/find-module/FindWaylandScanner.rst   
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindWaylandScanner.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.3.0/find-modules/FindQtWaylandScanner.cmake 
new/extra-cmake-modules-1.4.0/find-modules/FindQtWaylandScanner.cmake
--- old/extra-cmake-modules-1.3.0/find-modules/FindQtWaylandScanner.cmake   
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.4.0/find-modules/FindQtWaylandScanner.cmake   
2014-10-23 14:48:44.0 +0200
@@ -0,0 +1,192 @@
+#.rst:
+# FindQtWaylandScanner
+# 
+#
+# Try to find qtwaylandscanner on a Unix system.
+#
+# If the qtwaylandscanner executable is not in 

commit extra-cmake-modules for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-10-07 16:00:17

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-09-12 17:03:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-10-07 16:01:06.0 +0200
@@ -1,0 +2,12 @@
+Sat Oct  4 17:59:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.3.0
+  * New module ECMGeneratePkgConfigFile, for frameworks to
+install a pkgconfig file.
+  * New option ECM_ENABLE_SANITIZERS, to enable clang sanitizers.
+Example: ECM_ENABLE_SANITIZERS='address;undefined'
+  * New option BUILD_COVERAGE, to enable code coverage.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  extra-cmake-modules-1.2.0.tar.xz

New:

  extra-cmake-modules-1.3.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.6uuZJH/_old  2014-10-07 16:01:08.0 +0200
+++ /var/tmp/diff_new_pack.6uuZJH/_new  2014-10-07 16:01:08.0 +0200
@@ -21,9 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.2.0
+Version:1.3.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.2.0/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.3.0/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.2.0.tar.xz - extra-cmake-modules-1.3.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.2.0/CMakeLists.txt 
new/extra-cmake-modules-1.3.0/CMakeLists.txt
--- old/extra-cmake-modules-1.2.0/CMakeLists.txt2014-09-06 
00:20:45.0 +0200
+++ new/extra-cmake-modules-1.3.0/CMakeLists.txt2014-10-03 
22:53:30.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 2)
+set(ECM_MINOR_VERSION 3)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.2.0/docs/find-module/FindLibGit2.rst 
new/extra-cmake-modules-1.3.0/docs/find-module/FindLibGit2.rst
--- old/extra-cmake-modules-1.2.0/docs/find-module/FindLibGit2.rst  
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.3.0/docs/find-module/FindLibGit2.rst  
2014-10-03 22:53:30.0 +0200
@@ -0,0 +1 @@
+.. ecm-module:: ../../find-modules/FindLibGit2.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.2.0/find-modules/FindLibGit2.cmake 
new/extra-cmake-modules-1.3.0/find-modules/FindLibGit2.cmake
--- old/extra-cmake-modules-1.2.0/find-modules/FindLibGit2.cmake
1970-01-01 01:00:00.0 +0100
+++ new/extra-cmake-modules-1.3.0/find-modules/FindLibGit2.cmake
2014-10-03 22:53:30.0 +0200
@@ -0,0 +1,133 @@
+#.rst:
+# FindLibGit2
+# ---
+#
+# Try to find libgit2 on a Unix system.
+#
+# This will define the following variables:
+#
+# ``LIBGIT2_FOUND``
+# True if (the requested version of) libgit2 is available
+# ``LIBGIT2_VERSION``
+# The version of libgit2
+# ``LIBGIT2_LIBRARIES``
+# This can be passed to target_link_libraries() instead of the 
``LibGit2::LibGit2``
+# target
+# ``LIBGIT2_INCLUDE_DIRS``
+# This should be passed to target_include_directories() if the target is 
not
+# used for linking
+# ``LIBGIT2_DEFINITIONS``
+# This should be passed to target_compile_options() if the target is not
+# used for linking
+#
+# If ``LIBGIT2_FOUND`` is TRUE, it will also define the following imported 
target:
+#
+# ``LibGit2::LibGit2``
+# The libgit2 library
+#
+# In general we recommend using the imported target, as it is easier to use.
+# Bear in mind, however, that if the target is in the link interface of an
+# exported library, it must be made available by the package config file.
+
+#=
+# Copyright 2014 Alex Merry alex.me...@kde.org
+# Copyright 2014 

commit extra-cmake-modules for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-09-12 17:02:31

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-08-16 15:41:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-09-12 17:03:09.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  9 09:49:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+- Drop 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch,
+  merged upstream
+
+---

Old:

  0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
  extra-cmake-modules-1.1.0.tar.xz

New:

  extra-cmake-modules-1.2.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.Xc3n99/_old  2014-09-12 17:03:10.0 +0200
+++ /var/tmp/diff_new_pack.Xc3n99/_new  2014-09-12 17:03:10.0 +0200
@@ -21,11 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.1.0
+Version:1.2.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.1.0/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
-Patch0: 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
+Source: 
http://download.kde.org/stable/frameworks/5.2.0/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
@@ -57,7 +55,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ extra-cmake-modules-1.1.0.tar.xz - extra-cmake-modules-1.2.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.1.0/CMakeLists.txt 
new/extra-cmake-modules-1.2.0/CMakeLists.txt
--- old/extra-cmake-modules-1.1.0/CMakeLists.txt2014-08-01 
19:07:16.0 +0200
+++ new/extra-cmake-modules-1.2.0/CMakeLists.txt2014-09-06 
00:20:45.0 +0200
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 1)
+set(ECM_MINOR_VERSION 2)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.1.0/ECMConfig.cmake.in 
new/extra-cmake-modules-1.2.0/ECMConfig.cmake.in
--- old/extra-cmake-modules-1.1.0/ECMConfig.cmake.in2014-08-01 
19:07:16.0 +0200
+++ new/extra-cmake-modules-1.2.0/ECMConfig.cmake.in2014-09-06 
00:20:45.0 +0200
@@ -16,10 +16,3 @@
 set(ECM_MODULE_PATH ${ECM_MODULE_DIR} ${ECM_FIND_MODULE_DIR} 
${ECM_KDE_MODULE_DIR})
 
 include(${ECM_MODULE_DIR}/ECMUseFindModules.cmake)
-
-if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.13)
-  find_package(Qt5Core 5.2.0 REQUIRED)
-  set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_DEFINITIONS 
QT_CORE_LIB $$NOT:$OR:$CONFIG:Debug,$CONFIG:DebugFull:QT_NO_DEBUG)
-else()
-  message(FATAL_ERROR \Remove this hack. Set 
CMAKE_MAP_IMPORTED_TARGET_DEBUGFULL to DEBUG instead.\)
-endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-1.1.0/kde-modules/KDECompilerSettings.cmake 
new/extra-cmake-modules-1.2.0/kde-modules/KDECompilerSettings.cmake
--- old/extra-cmake-modules-1.1.0/kde-modules/KDECompilerSettings.cmake 
2014-08-01 19:07:16.0 +0200
+++ new/extra-cmake-modules-1.2.0/kde-modules/KDECompilerSettings.cmake 
2014-09-06 00:20:45.0 +0200
@@ -102,13 +102,9 @@
 set(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} ${ARGV})
 endmacro()
 
-if (UNIX)
-# Enable basically everything portable across modern UNIX systems.
-# See http://www.delorie.com/gnu/docs/glibc/libc_13.html, although
-# this define is for the benefit of other libc implementations
-# (since _GNU_SOURCE is defined below).
-_kde_add_platform_definitions(-D_XOPEN_SOURCE=500)
-
+include(CheckSymbolExists)
+check_symbol_exists(__GLIBC__ stdlib.h LIBC_IS_GLIBC)
+if (LIBC_IS_GLIBC)
 # Enable everything in GNU libc.  Any code using non-portable features
 # needs to perform feature tests, but this ensures that any such 

commit extra-cmake-modules for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-08-16 15:41:30

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-07-10 09:31:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-08-16 15:41:32.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug  2 10:20:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Add Source URL
+- Added 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch from
+  upstream
+- Per patch, pkgconfig(Qt5Core) = 5.2.0 for gcc-c++ Requires
+
+---

Old:

  extra-cmake-modules-1.0.0.tar.xz

New:

  0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
  extra-cmake-modules-1.1.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.K2kiwD/_old  2014-08-16 15:41:33.0 +0200
+++ /var/tmp/diff_new_pack.K2kiwD/_new  2014-08-16 15:41:33.0 +0200
@@ -21,17 +21,19 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.0.0
+Version:1.1.0
 Release:0
-Source0:%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.1.0/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
+Patch0: 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem = 4.100.0
 BuildRequires:  python-Sphinx
 Requires:   cmake = 2.8.12
+Requires:   gcc-c++
 Requires:   kf5-filesystem
-Requires:   pkgconfig(Qt5Core) = 5.2.0
 Provides:   kf5umbrella = 4.99.0
 Obsoletes:  kf5umbrella  4.99.0
 Recommends: %{name}-doc
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch ++
From 5b43e2def89b278d84344e0adf8d91b235d0f89a Mon Sep 17 00:00:00 2001
From: Alex Merry alex.me...@kde.org
Date: Sun, 3 Aug 2014 17:30:32 +0100
Subject: [PATCH 1/1] Remove Qt5 debugfull hack from ECMConfig.cmake

The original purpose of this was to set the QT_NO_DEBUG macro if the old
DebugFull configuration was used. We got rid of DebugFull (instead just
using Debug), so it is no longer relevant, and this hack never belonged
in ECMConfig.cmake anyway (it should have been in KDECompilerSettings).

CHANGELOG: ECM now works when the required CMake version is set to
3.0.0 or higher, and does not require Qt5Core to be available.

BUG: 331849

REVIEW: 119588
---
 ECMConfig.cmake.in | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/ECMConfig.cmake.in b/ECMConfig.cmake.in
index ea47abf..b163e3a 100644
--- a/ECMConfig.cmake.in
+++ b/ECMConfig.cmake.in
@@ -16,10 +16,3 @@ set(ECM_KDE_MODULE_DIR @PACKAGE_KDE_MODULES_INSTALL_DIR@)
 set(ECM_MODULE_PATH ${ECM_MODULE_DIR} ${ECM_FIND_MODULE_DIR} 
${ECM_KDE_MODULE_DIR})
 
 include(${ECM_MODULE_DIR}/ECMUseFindModules.cmake)
-
-if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.13)
-  find_package(Qt5Core 5.2.0 REQUIRED)
-  set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_DEFINITIONS 
QT_CORE_LIB $$NOT:$OR:$CONFIG:Debug,$CONFIG:DebugFull:QT_NO_DEBUG)
-else()
-  message(FATAL_ERROR \Remove this hack. Set 
CMAKE_MAP_IMPORTED_TARGET_DEBUGFULL to DEBUG instead.\)
-endif()
-- 
2.0.3

++ extra-cmake-modules-1.0.0.tar.xz - extra-cmake-modules-1.1.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.0.0/.reviewboardrc 
new/extra-cmake-modules-1.1.0/.reviewboardrc
--- old/extra-cmake-modules-1.0.0/.reviewboardrc2014-07-01 
20:08:51.0 +0200
+++ new/extra-cmake-modules-1.1.0/.reviewboardrc2014-08-01 
19:07:16.0 +0200
@@ -1,4 +1,4 @@
 REVIEWBOARD_URL = https://git.reviewboard.kde.org;
 REPOSITORY = 'git://anongit.kde.org/extra-cmake-modules'
 BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks, buildsystem, extracmakemodules'
+TARGET_GROUPS = 'extracmakemodules'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.0.0/CMakeLists.txt 

commit extra-cmake-modules for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-07-10 08:17:38

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-06-10 14:35:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-07-10 09:31:14.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  extra-cmake-modules-0.0.14.tar.xz

New:

  extra-cmake-modules-1.0.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.VZGMci/_old  2014-07-10 09:31:15.0 +0200
+++ /var/tmp/diff_new_pack.VZGMci/_new  2014-07-10 09:31:15.0 +0200
@@ -21,7 +21,7 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:0.0.14
+Version:1.0.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ extra-cmake-modules-0.0.14.tar.xz - extra-cmake-modules-1.0.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-0.0.14/CMakeLists.txt 
new/extra-cmake-modules-1.0.0/CMakeLists.txt
--- old/extra-cmake-modules-0.0.14/CMakeLists.txt   2014-06-01 
11:41:44.0 +0200
+++ new/extra-cmake-modules-1.0.0/CMakeLists.txt2014-07-01 
20:08:51.0 +0200
@@ -1,17 +1,18 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-# We need to set a language to find CMake packages installed in
-# architecture-dependent locations (like /usr/lib64)
-project(extra-cmake-modules C)
+project(extra-cmake-modules NONE)
 
-set(ECM_MAJOR_VERSION 0)
+set(ECM_MAJOR_VERSION 1)
 set(ECM_MINOR_VERSION 0)
-set(ECM_PATCH_VERSION 14)
+set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
 
-enable_testing()
-add_subdirectory(tests)
+option(BUILD_TESTING Build automated tests. ON)
+if(BUILD_TESTING)
+enable_testing()
+add_subdirectory(tests)
+endif()
 
 set(SHARE_INSTALL_DIR share)
 set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-0.0.14/modules/ECMAddTests.cmake 
new/extra-cmake-modules-1.0.0/modules/ECMAddTests.cmake
--- old/extra-cmake-modules-0.0.14/modules/ECMAddTests.cmake2014-06-01 
11:41:44.0 +0200
+++ new/extra-cmake-modules-1.0.0/modules/ECMAddTests.cmake 2014-07-01 
20:08:51.0 +0200
@@ -12,12 +12,19 @@
 #  [GUI])
 #
 # Add a new unit test using the passed source files. The parameter TEST_NAME is
-# used to set the name of the resulting test. It may be omitted if there is
-# exactly one source file. In that case the name of the source file (without 
the
-# file extension) will be used as the test name.  If the flag GUI is passed the
-# test binary will be a GUI executable, otherwise the resulting binary will be 
a
-# console application.  The test will be linked against the libraries and/or
-# targets passed to LINK_LIBRARIES.
+# used to set the name of the resulting test, and the target built for and run
+# by the test. It may be omitted if there is exactly one source file. In that
+# case the name of the source file (without the file extension) will be used as
+# the test name.
+#
+# If NAME_PREFIX is given, this prefix will be prepended to the test name, but
+# not the target name. As a result, it will not prevent clashes between tests
+# with the same name in different parts of the project, but it can be used to
+# give an indication of where to look for a failing test.
+#
+# If the flag GUI is passed the test binary will be a GUI executable, otherwise
+# the resulting binary will be a console application.  The test will be linked
+# against the libraries and/or targets passed to LINK_LIBRARIES.
 #
 #
 # ::
@@ -54,23 +61,23 @@
   set(_sources ${ECM_ADD_TEST_UNPARSED_ARGUMENTS})
   list(LENGTH _sources _sourceCount)
   if(ECM_ADD_TEST_TEST_NAME)
-set(_testname ${ECM_ADD_TEST_TEST_NAME})
+set(_targetname 

commit extra-cmake-modules for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-06-10 14:35:48

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-05-14 20:26:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-06-10 14:35:49.0 +0200
@@ -1,0 +2,12 @@
+Sun Jun  1 18:02:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.0.14
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Make only doc subpackage noarch; due to changes since 0.0.13, e-c-m
+  can no longer be packaged as noarch
+- Drop libqt5-linguist-devel Requires
+
+---

Old:

  extra-cmake-modules-0.0.13.tar.xz

New:

  extra-cmake-modules-0.0.14.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.l2P421/_old  2014-06-10 14:35:50.0 +0200
+++ /var/tmp/diff_new_pack.l2P421/_new  2014-06-10 14:35:50.0 +0200
@@ -21,18 +21,16 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:0.0.13
+Version:0.0.14
 Release:0
 Source0:%{name}-%{version}.tar.xz
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
-BuildRequires:  kf5-filesystem = 4.99.0
+BuildRequires:  kf5-filesystem = 4.100.0
 BuildRequires:  python-Sphinx
 Requires:   cmake = 2.8.12
 Requires:   kf5-filesystem
-Requires:   libqt5-linguist-devel = 5.2.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 Provides:   kf5umbrella = 4.99.0
 Obsoletes:  kf5umbrella  4.99.0
@@ -46,6 +44,7 @@
 %package doc
 Summary:Documentation for extra-cmake-modules
 Group:  Documentation/Other
+BuildArch:  noarch
 Requires:   %{name} = %{version}
 
 %description doc

++ extra-cmake-modules-0.0.13.tar.xz - extra-cmake-modules-0.0.14.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-0.0.13/CMakeLists.txt 
new/extra-cmake-modules-0.0.14/CMakeLists.txt
--- old/extra-cmake-modules-0.0.13/CMakeLists.txt   2014-05-04 
21:59:53.0 +0200
+++ new/extra-cmake-modules-0.0.14/CMakeLists.txt   2014-06-01 
11:41:44.0 +0200
@@ -1,10 +1,12 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
-project(extra-cmake-modules NONE)
+# We need to set a language to find CMake packages installed in
+# architecture-dependent locations (like /usr/lib64)
+project(extra-cmake-modules C)
 
 set(ECM_MAJOR_VERSION 0)
 set(ECM_MINOR_VERSION 0)
-set(ECM_PATCH_VERSION 13)
+set(ECM_PATCH_VERSION 14)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-0.0.13/kde-modules/KDECMakeSettings.cmake 
new/extra-cmake-modules-0.0.14/kde-modules/KDECMakeSettings.cmake
--- old/extra-cmake-modules-0.0.13/kde-modules/KDECMakeSettings.cmake   
2014-05-04 21:59:53.0 +0200
+++ new/extra-cmake-modules-0.0.14/kde-modules/KDECMakeSettings.cmake   
2014-06-01 11:41:44.0 +0200
@@ -173,7 +173,7 @@
# even without installation.
if(WIN32)
   set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
-  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
+  set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
   set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-0.0.13/kde-modules/KDECompilerSettings.cmake 
new/extra-cmake-modules-0.0.14/kde-modules/KDECompilerSettings.cmake
--- old/extra-cmake-modules-0.0.13/kde-modules/KDECompilerSettings.cmake
2014-05-04 21:59:53.0 +0200
+++ new/extra-cmake-modules-0.0.14/kde-modules/KDECompilerSettings.cmake
2014-06-01 11:41:44.0 +0200
@@ -150,10 +150,10 @@
 # See 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383745%28v=vs.85%29.aspx
 _kde_add_platform_definitions(-DWIN32_LEAN_AND_MEAN)
 
-# Target Windows XP / Windows Server 2003
+# Target Windows Vista
 # This enables various bits 

commit extra-cmake-modules for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-05-14 20:26:11

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-04-02 17:21:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-05-14 20:26:26.0 +0200
@@ -1,0 +2,17 @@
+Sun May  4 01:08:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.0.13
+  * Further buildsystem improvements
+- Added python-Sphinx BuildRequires to build docs
+- Provide doc subpackage
+- Added kf5-filesystem = 4.99.0 and libqt5-linguist-devel = 5.2.0
+  Requires
+- Obsolete and provide kf5umbrella (e-c-m now provides KF5Config)
+
+---
+Tue Apr 22 19:25:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added pkgconfig(Qt5Core) to e-c-m Requires, every user of the
+  package always needs it
+
+---

Old:

  extra-cmake-modules-0.0.12.tar.xz

New:

  extra-cmake-modules-0.0.13.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.ersDxt/_old  2014-05-14 20:26:27.0 +0200
+++ /var/tmp/diff_new_pack.ersDxt/_new  2014-05-14 20:26:27.0 +0200
@@ -21,22 +21,39 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:0.0.12
+Version:0.0.13
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
-BuildRequires:  kf5-filesystem
+BuildRequires:  kf5-filesystem = 4.99.0
+BuildRequires:  python-Sphinx
 Requires:   cmake = 2.8.12
 Requires:   kf5-filesystem
+Requires:   libqt5-linguist-devel = 5.2.0
+Requires:   pkgconfig(Qt5Core) = 5.2.0
+Provides:   kf5umbrella = 4.99.0
+Obsoletes:  kf5umbrella  4.99.0
+Recommends: %{name}-doc
 
 %description
 Extra modules and scripts for CMake.
 
 For more information see 
http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
 
+%package doc
+Summary:Documentation for extra-cmake-modules
+Group:  Documentation/Other
+Requires:   %{name} = %{version}
+
+%description doc
+Extra modules and scripts for CMake.
+
+For more information see 
http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
+This package provides documentation for extra-cmake-modules
+
 %prep
 %setup -q
 
@@ -49,7 +66,11 @@
 
 %files
 %defattr(-,root,root,-)
-%dir %{_datadir}/ECM
-%{_datadir}/ECM/*
+%{_datadir}/ECM/
+%{_mandir}/man7/ecm*.7*
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_datadir}/doc/ECM/
 
 %changelog

++ extra-cmake-modules-0.0.12.tar.xz - extra-cmake-modules-0.0.13.tar.xz 
++
 6850 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit extra-cmake-modules for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-04-02 17:21:40

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-03-10 12:17:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-04-02 17:21:40.0 +0200
@@ -1,0 +2,6 @@
+Sat Mar 29 19:57:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.0.12
+  * Buildsystem improvements
+
+---

Old:

  extra-cmake-modules-0.0.11.tar.xz

New:

  extra-cmake-modules-0.0.12.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.FvLcY6/_old  2014-04-02 17:21:41.0 +0200
+++ /var/tmp/diff_new_pack.FvLcY6/_new  2014-04-02 17:21:41.0 +0200
@@ -21,7 +21,7 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:0.0.11
+Version:0.0.12
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildArch:  noarch

++ extra-cmake-modules-0.0.11.tar.xz - extra-cmake-modules-0.0.12.tar.xz 
++
 1958 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit extra-cmake-modules for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-03-10 12:17:17

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-02-19 07:51:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-03-10 12:17:18.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar  5 19:00:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.0.11
+  * Buildsystem cleanups
+  * Added FindEGL, FindSharedMimeInfo and FindWayland modules
+
+---

Old:

  extra-cmake-modules-0.0.10.tar.xz

New:

  extra-cmake-modules-0.0.11.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.uJVKoM/_old  2014-03-10 12:17:19.0 +0100
+++ /var/tmp/diff_new_pack.uJVKoM/_new  2014-03-10 12:17:19.0 +0100
@@ -21,15 +21,15 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:0.0.10
+Version:0.0.11
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  cmake = 2.8.11
+BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem
-Requires:   cmake = 2.8.11
+Requires:   cmake = 2.8.12
 Requires:   kf5-filesystem
 
 %description

++ extra-cmake-modules-0.0.10.tar.xz - extra-cmake-modules-0.0.11.tar.xz 
++
 1865 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org