Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package extra-cmake-modules for
openSUSE:Factory checked in at 2022-10-11 17:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Tue Oct 11 17:59:32 2022 rev:106 rq:1008967 version:5.99.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes
2022-09-13 15:09:41.236692969 +0200
+++
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.2275/extra-cmake-modules.changes
2022-10-11 18:01:05.989653187 +0200
@@ -1,0 +2,15 @@
+Sat Oct 1 15:55:24 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.99.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.99.0
+- Changes since 5.98.0:
+ * Correctly separate multiple interface compile definitions
+ * Also resurrect std::auto_ptr on MSVC when using Exiv2
+ * .gitlab-ci.yml: enable static builds
+ * Add Qt 6 Windows CI
+ * API dox: document KAPPTEMPLATESDIR & KFILETEMPLATESDIR
+ * Make tar'ing the examples code non-verbose
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.98.0.tar.xz
extra-cmake-modules-5.98.0.tar.xz.sig
New:
----
extra-cmake-modules-5.99.0.tar.xz
extra-cmake-modules-5.99.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.WYXBar/_old 2022-10-11 18:01:06.577654138 +0200
+++ /var/tmp/diff_new_pack.WYXBar/_new 2022-10-11 18:01:06.581654144 +0200
@@ -21,7 +21,7 @@
%global pkg_suffix -doc
%endif
-%define _tar_path 5.98
+%define _tar_path 5.99
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -30,7 +30,7 @@
# Only needed for the package signature condition
%bcond_without released
Name: extra-cmake-modules%{?pkg_suffix}
-Version: 5.98.0
+Version: 5.99.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
++++++ extra-cmake-modules-5.98.0.tar.xz -> extra-cmake-modules-5.99.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/extra-cmake-modules-5.98.0/.gitlab-ci.yml
new/extra-cmake-modules-5.99.0/.gitlab-ci.yml
--- old/extra-cmake-modules-5.98.0/.gitlab-ci.yml 2022-08-27
11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/.gitlab-ci.yml 2022-10-01
13:42:31.000000000 +0200
@@ -3,12 +3,15 @@
include:
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-static.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-static.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
+ -
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml
docs:
# only:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/extra-cmake-modules-5.98.0/CMakeLists.txt
new/extra-cmake-modules-5.99.0/CMakeLists.txt
--- old/extra-cmake-modules-5.98.0/CMakeLists.txt 2022-08-27
11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/CMakeLists.txt 2022-10-01
13:42:31.000000000 +0200
@@ -11,7 +11,7 @@
# Preliminary setup
#
-set(VERSION "5.98.0") # handled by release scripts
+set(VERSION "5.99.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.98.0/find-modules/FindLibExiv2.cmake
new/extra-cmake-modules-5.99.0/find-modules/FindLibExiv2.cmake
--- old/extra-cmake-modules-5.98.0/find-modules/FindLibExiv2.cmake
2022-08-27 11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/find-modules/FindLibExiv2.cmake
2022-10-01 13:42:31.000000000 +0200
@@ -90,7 +90,7 @@
# exiv2 0.27 or older still uses std::auto_ptr, which is no longer
available
# by default when using newer C++ versions
set_target_properties(LibExiv2::LibExiv2 PROPERTIES
- INTERFACE_COMPILE_DEFINITIONS
"_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR=1"
+ INTERFACE_COMPILE_DEFINITIONS
"_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR=1;_HAS_AUTO_PTR_ETC=1"
)
endif()
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.98.0/kde-modules/KDEInstallDirs5.cmake
new/extra-cmake-modules-5.99.0/kde-modules/KDEInstallDirs5.cmake
--- old/extra-cmake-modules-5.98.0/kde-modules/KDEInstallDirs5.cmake
2022-08-27 11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/kde-modules/KDEInstallDirs5.cmake
2022-10-01 13:42:31.000000000 +0200
@@ -85,8 +85,11 @@
``KXMLGUI5DIR`` or (since 5.89) ``KXMLGUIDIR``
knotify description files (``DATAROOTDIR/kxmlgui5``)
[``KXMLGUI_INSTALL_DIR``]
-``KTEMPLATESDIR``
- Kapptemplate and Kdevelop templates (``kdevappwizard/templates``)
+``KAPPTEMPLATESDIR``
+ KAppTemplate and KDevelop templates
(``DATAROOTDIR/kdevappwizard/templates``)
+ [``KDE_INSTALL_KTEMPLATESDIR``] Since 5.77.
+``KFILETEMPLATESDIR``
+ KDevelop file templates (``DATAROOTDIR/kdevfiletemplates/templates``)
Since 5.77.
``KNOTIFY5RCDIR`` or (since 5.89) ``KNOTIFYRCDIR``
knotify description files (``DATAROOTDIR/knotifications5``)
[``KNOTIFYRC_INSTALL_DIR``]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.98.0/kde-modules/KDEInstallDirs6.cmake
new/extra-cmake-modules-5.99.0/kde-modules/KDEInstallDirs6.cmake
--- old/extra-cmake-modules-5.98.0/kde-modules/KDEInstallDirs6.cmake
2022-08-27 11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/kde-modules/KDEInstallDirs6.cmake
2022-10-01 13:42:31.000000000 +0200
@@ -78,8 +78,10 @@
service types for KDE Frameworks 6 (``DATAROOTDIR/kservicetypes6``)
``KXMLGUIDIR``
knotify description files (``DATAROOTDIR/kxmlgui6``)
-``KTEMPLATESDIR``
- Kapptemplate and Kdevelop templates (``kdevappwizard/templates``)
+``KAPPTEMPLATESDIR``
+ KAppTemplate and KDevelop templates
(``DATAROOTDIR/kdevappwizard/templates``)
+``KFILETEMPLATESDIR``
+ KDevelop file templates (``DATAROOTDIR/kdevfiletemplates/templates``)
``KNOTIFYRCDIR``
knotify description files (``DATAROOTDIR/knotifications6``)
``ICONDIR``
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.98.0/kde-modules/KDEPackageAppTemplates.cmake
new/extra-cmake-modules-5.99.0/kde-modules/KDEPackageAppTemplates.cmake
--- old/extra-cmake-modules-5.98.0/kde-modules/KDEPackageAppTemplates.cmake
2022-08-27 11:14:28.000000000 +0200
+++ new/extra-cmake-modules-5.99.0/kde-modules/KDEPackageAppTemplates.cmake
2022-10-01 13:42:31.000000000 +0200
@@ -24,7 +24,7 @@
INSTALL_DIR <directory>)
``INSTALL_DIR`` is the directory to install the template package to.
-In most cases you will want to use the variable ``KDE_INSTALL_KTEMPLATESDIR``
+In most cases you will want to use the variable
``KDE_INSTALL_KAPPTEMPLATESDIR``
from :kde-module:`KDEInstallDirs`.
``TEMPLATES`` lists subdirectories containing template files;
@@ -133,7 +133,7 @@
--numeric-owner --owner=0 --group=0
--mtime="@${TIMESTAMP}"
--pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime
- -c -j -v -f ${_template} .
+ -c -j -f ${_template} .
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_templateName}
DEPENDS ${_subdirs_entries}
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.98.0/tests/KDEPackageAppTemplatesTest/qml-plasmoid/CMakeLists.txt
new/extra-cmake-modules-5.99.0/tests/KDEPackageAppTemplatesTest/qml-plasmoid/CMakeLists.txt
---
old/extra-cmake-modules-5.98.0/tests/KDEPackageAppTemplatesTest/qml-plasmoid/CMakeLists.txt
2022-08-27 11:14:28.000000000 +0200
+++
new/extra-cmake-modules-5.99.0/tests/KDEPackageAppTemplatesTest/qml-plasmoid/CMakeLists.txt
2022-10-01 13:42:31.000000000 +0200
@@ -3,7 +3,7 @@
project(plasma-%{APPNAMELC})
find_package(ECM 1.4.0 REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
find_package(KF5Plasma REQUIRED)