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 - [email protected]
+
+- 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.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/CMakeLists.txt       2019-06-29 
17:11:42.000000000 +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.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindFontconfig.cmake    
2019-06-29 17:11:42.000000000 +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.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindInotify.cmake       
2019-06-29 17:11:42.000000000 +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.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindLibExiv2.cmake      
2019-06-29 17:11:42.000000000 +0200
@@ -7,26 +7,29 @@
 # This will define the following variables:
 #
 # ``LibExiv2_FOUND``
-#     System has LibExiv2.
+#     True if (the requested version of) Exiv2 is available
 #
 # ``LibExiv2_VERSION``
-#     The version of LibExiv2.
+#     The version of Exiv2
 #
 # ``LibExiv2_INCLUDE_DIRS``
-#     This should be passed to target_include_directories() if
-#     the target is not used for linking.
+#     The include dirs of Exiv2 for use with target_include_directories()
 #
 # ``LibExiv2_LIBRARIES``
-#     The LibExiv2 library.
+#     The Exiv2 library for use with target_link_libraries().
 #     This can be passed to target_link_libraries() instead of
 #     the ``LibExiv2::LibExiv2`` target
 #
-# If ``LibExiv2_FOUND`` is TRUE, the following imported target
-# will be available:
+# If ``LibExiv2_FOUND`` is TRUE, it will also define the following imported
+# target:
 #
 # ``LibExiv2::LibExiv2``
 #     The Exiv2 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.53.0.
 #
 #=============================================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindPhoneNumber.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindPhoneNumber.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindPhoneNumber.cmake   
2019-05-31 16:55:38.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindPhoneNumber.cmake   
2019-06-29 17:11:42.000000000 +0200
@@ -2,14 +2,13 @@
 # FindPhoneNumber
 # ---------------
 #
-# This module finds if PhoneNumber is installed.
+# Try to find PhoneNumber.
 #
 # 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:
+# available::
 #
-#   PhoneNumber
-#   GeoCoding
+#   PhoneNumber  GeoCoding
 #
 # If no components are specified, this module will act as though all components
 # were passed to OPTIONAL_COMPONENTS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindPoppler.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindPoppler.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindPoppler.cmake       
2019-05-31 16:55:38.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindPoppler.cmake       
2019-06-29 17:11:42.000000000 +0200
@@ -8,7 +8,7 @@
 # and OPTIONAL_COMPONENTS arguments to find_module.  The following components
 # are available::
 #
-#   Core  Cpp  Qt5  Qt4 Glib
+#   Core  Cpp  Qt5  Qt4  Glib
 #
 # If no components are specified, this module will act as though all components
 # were passed to OPTIONAL_COMPONENTS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindSeccomp.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindSeccomp.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindSeccomp.cmake       
2019-05-31 16:55:38.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindSeccomp.cmake       
2019-06-29 17:11:42.000000000 +0200
@@ -3,7 +3,8 @@
 # -----------
 #
 # Try to locate the libseccomp library.
-# If found, this will define the following variables:
+#
+# This will define the following variables:
 #
 # ``Seccomp_FOUND``
 #     True if the seccomp library is available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/extra-cmake-modules-5.59.0/find-modules/FindUDev.cmake 
new/extra-cmake-modules-5.60.0/find-modules/FindUDev.cmake
--- old/extra-cmake-modules-5.59.0/find-modules/FindUDev.cmake  2019-05-31 
16:55:38.000000000 +0200
+++ new/extra-cmake-modules-5.60.0/find-modules/FindUDev.cmake  2019-06-29 
17:11:42.000000000 +0200
@@ -2,13 +2,15 @@
 # FindUDev
 # --------
 #
-# Try to find the UDev library, once done this will define:
+# Try to find the UDev library.
 #
-#  ``UDev_FOUND``
-#      System has UDev.
+# This will define the following variables:
 #
-#  ``UDev_INCLUDE_DIRS``
-#      The libudev include directory.
+# ``UDev_FOUND``
+#     System has UDev.
+#
+# ``UDev_INCLUDE_DIRS``
+#     The libudev include directory.
 #
 # ``UDev_LIBRARIES``
 #     The libudev libraries.
@@ -16,8 +18,8 @@
 # ``UDev_VERSION``
 #     The libudev version.
 #
-# If ``UDev_FOUND`` is TRUE, the following imported target
-# will be available:
+# If ``UDev_FOUND`` is TRUE, it will also define the following imported
+# target:
 #
 # ``UDev::UDev``
 #     The UDev library


Reply via email to