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 2023-11-13 22:16:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
and /work/SRC/openSUSE:Factory/.extra-cmake-modules.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extra-cmake-modules"
Mon Nov 13 22:16:29 2023 rev:119 rq:1125293 version:5.112.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes
2023-10-19 22:47:12.466189031 +0200
+++
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new.17445/extra-cmake-modules.changes
2023-11-13 22:18:31.586323613 +0100
@@ -1,0 +2,10 @@
+Mon Nov 6 09:13:40 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.112.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.112.0
+- Changes since 5.111.0:
+ * Rename prefix.sh.cmake to prefix.sh.in
+
+-------------------------------------------------------------------
Old:
----
extra-cmake-modules-5.111.0.tar.xz
extra-cmake-modules-5.111.0.tar.xz.sig
New:
----
extra-cmake-modules-5.112.0.tar.xz
extra-cmake-modules-5.112.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ extra-cmake-modules.spec ++++++
--- /var/tmp/diff_new_pack.y5wW30/_old 2023-11-13 22:18:32.526358224 +0100
+++ /var/tmp/diff_new_pack.y5wW30/_new 2023-11-13 22:18:32.526358224 +0100
@@ -30,7 +30,7 @@
# Only needed for the package signature condition
%bcond_without released
Name: extra-cmake-modules%{?pkg_suffix}
-Version: 5.111.0
+Version: 5.112.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
++++++ extra-cmake-modules-5.111.0.tar.xz -> extra-cmake-modules-5.112.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/extra-cmake-modules-5.111.0/CMakeLists.txt
new/extra-cmake-modules-5.112.0/CMakeLists.txt
--- old/extra-cmake-modules-5.111.0/CMakeLists.txt 2023-09-16
02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/CMakeLists.txt 2023-10-19
10:17:56.000000000 +0200
@@ -11,7 +11,7 @@
# Preliminary setup
#
-set(VERSION "5.111.0") # handled by release scripts
+set(VERSION "5.112.0") # handled by release scripts
project(ECM
VERSION "${VERSION}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.111.0/kde-modules/KDEClangFormat.cmake
new/extra-cmake-modules-5.112.0/kde-modules/KDEClangFormat.cmake
--- old/extra-cmake-modules-5.111.0/kde-modules/KDEClangFormat.cmake
2023-09-16 02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/kde-modules/KDEClangFormat.cmake
2023-10-19 10:17:56.000000000 +0200
@@ -61,10 +61,10 @@
if(${matchres} EQUAL -1)
message(WARNING "The .clang-format file already exists. Please
remove it in order to use the file provided by ECM")
else()
- configure_file(${CMAKE_CURRENT_LIST_DIR}/clang-format.cmake
${CLANG_FORMAT_FILE} @ONLY)
+ configure_file(${CMAKE_CURRENT_LIST_DIR}/clang-format.in
${CLANG_FORMAT_FILE} @ONLY)
endif()
else()
- configure_file(${CMAKE_CURRENT_LIST_DIR}/clang-format.cmake
${CLANG_FORMAT_FILE} @ONLY)
+ configure_file(${CMAKE_CURRENT_LIST_DIR}/clang-format.in
${CLANG_FORMAT_FILE} @ONLY)
endif()
endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.111.0/kde-modules/KDESetupPrefixScript.cmake
new/extra-cmake-modules-5.112.0/kde-modules/KDESetupPrefixScript.cmake
--- old/extra-cmake-modules-5.111.0/kde-modules/KDESetupPrefixScript.cmake
2023-09-16 02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/kde-modules/KDESetupPrefixScript.cmake
2023-10-19 10:17:56.000000000 +0200
@@ -10,11 +10,11 @@
# Prefix script setup code shared between KDEInstallDirsX.cmake, not public
API.
#
-configure_file(${CMAKE_CURRENT_LIST_DIR}/prefix.sh.cmake
${CMAKE_CURRENT_BINARY_DIR}/prefix.sh @ONLY)
+configure_file(${CMAKE_CURRENT_LIST_DIR}/prefix.sh.in
${CMAKE_CURRENT_BINARY_DIR}/prefix.sh @ONLY)
find_program(FISH_EXECUTABLE fish)
if(FISH_EXECUTABLE)
- configure_file(${CMAKE_CURRENT_LIST_DIR}/prefix.sh.fish.cmake
${CMAKE_CURRENT_BINARY_DIR}/prefix.sh.fish @ONLY)
+ configure_file(${CMAKE_CURRENT_LIST_DIR}/prefix.sh.fish.in
${CMAKE_CURRENT_BINARY_DIR}/prefix.sh.fish @ONLY)
endif()
option(KDE_INSTALL_PREFIX_SCRIPT "Installs ${CMAKE_INSTALL_PREFIX}/prefix.sh
that sets up the necessary environment variables" OFF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.111.0/kde-modules/clang-format.cmake
new/extra-cmake-modules-5.112.0/kde-modules/clang-format.cmake
--- old/extra-cmake-modules-5.111.0/kde-modules/clang-format.cmake
2023-09-16 02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/kde-modules/clang-format.cmake
1970-01-01 01:00:00.000000000 +0100
@@ -1,88 +0,0 @@
----
-# SPDX-FileCopyrightText: 2019 Christoph Cullmann <[email protected]>
-# SPDX-FileCopyrightText: 2019 Gernot Gebhard <[email protected]>
-#
-# SPDX-License-Identifier: MIT
-
-# This file got automatically created by ECM, do not edit
-# See https://clang.llvm.org/docs/ClangFormatStyleOptions.html for the config
options
-# and
https://community.kde.org/Policies/Frameworks_Coding_Style#Clang-format_automatic_code_formatting
-# for clang-format tips & tricks
----
-Language: JavaScript
-DisableFormat: true
----
-
-# Style for C++
-Language: Cpp
-
-# base is WebKit coding style: https://webkit.org/code-style-guidelines/
-# below are only things set that diverge from this style!
-BasedOnStyle: WebKit
-
-# enforce C++11 (e.g. for std::vector<std::vector<lala>>
-Standard: Cpp11
-
-# 4 spaces indent
-TabWidth: 4
-
-# 2 * 80 wide lines
-ColumnLimit: 160
-
-# sort includes inside line separated groups
-SortIncludes: true
-
-# break before braces on function, namespace and class definitions.
-BreakBeforeBraces: Linux
-
-# CrlInstruction *a;
-PointerAlignment: Right
-
-# horizontally aligns arguments after an open bracket.
-AlignAfterOpenBracket: Align
-
-# don't move all parameters to new line
-AllowAllParametersOfDeclarationOnNextLine: false
-
-# no single line functions
-AllowShortFunctionsOnASingleLine: None
-
-# always break before you encounter multi line strings
-AlwaysBreakBeforeMultilineStrings: true
-
-# don't move arguments to own lines if they are not all on the same
-BinPackArguments: false
-
-# don't move parameters to own lines if they are not all on the same
-BinPackParameters: false
-
-# In case we have an if statement with multiple lines the operator should be
at the beginning of the line
-# but we do not want to break assignments
-BreakBeforeBinaryOperators: NonAssignment
-
-# format C++11 braced lists like function calls
-Cpp11BracedListStyle: true
-
-# do not put a space before C++11 braced lists
-SpaceBeforeCpp11BracedList: false
-
-# remove empty lines
-KeepEmptyLinesAtTheStartOfBlocks: false
-
-# no namespace indentation to keep indent level low
-NamespaceIndentation: None
-
-# we use template< without space.
-SpaceAfterTemplateKeyword: false
-
-# Always break after template declaration
-AlwaysBreakTemplateDeclarations: true
-
-# macros for which the opening brace stays attached.
-ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER,
QBENCHMARK, QBENCHMARK_ONCE , wl_resource_for_each, wl_resource_for_each_safe ]
-
-# keep lambda formatting multi-line if not empty
-AllowShortLambdasOnASingleLine: Empty
-
-# We do not want clang-format to put all arguments on a new line
-AllowAllArgumentsOnNextLine: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.111.0/kde-modules/clang-format.in
new/extra-cmake-modules-5.112.0/kde-modules/clang-format.in
--- old/extra-cmake-modules-5.111.0/kde-modules/clang-format.in 1970-01-01
01:00:00.000000000 +0100
+++ new/extra-cmake-modules-5.112.0/kde-modules/clang-format.in 2023-10-19
10:17:56.000000000 +0200
@@ -0,0 +1,88 @@
+---
+# SPDX-FileCopyrightText: 2019 Christoph Cullmann <[email protected]>
+# SPDX-FileCopyrightText: 2019 Gernot Gebhard <[email protected]>
+#
+# SPDX-License-Identifier: MIT
+
+# This file got automatically created by ECM, do not edit
+# See https://clang.llvm.org/docs/ClangFormatStyleOptions.html for the config
options
+# and
https://community.kde.org/Policies/Frameworks_Coding_Style#Clang-format_automatic_code_formatting
+# for clang-format tips & tricks
+---
+Language: JavaScript
+DisableFormat: true
+---
+
+# Style for C++
+Language: Cpp
+
+# base is WebKit coding style: https://webkit.org/code-style-guidelines/
+# below are only things set that diverge from this style!
+BasedOnStyle: WebKit
+
+# enforce C++11 (e.g. for std::vector<std::vector<lala>>
+Standard: Cpp11
+
+# 4 spaces indent
+TabWidth: 4
+
+# 2 * 80 wide lines
+ColumnLimit: 160
+
+# sort includes inside line separated groups
+SortIncludes: true
+
+# break before braces on function, namespace and class definitions.
+BreakBeforeBraces: Linux
+
+# CrlInstruction *a;
+PointerAlignment: Right
+
+# horizontally aligns arguments after an open bracket.
+AlignAfterOpenBracket: Align
+
+# don't move all parameters to new line
+AllowAllParametersOfDeclarationOnNextLine: false
+
+# no single line functions
+AllowShortFunctionsOnASingleLine: None
+
+# always break before you encounter multi line strings
+AlwaysBreakBeforeMultilineStrings: true
+
+# don't move arguments to own lines if they are not all on the same
+BinPackArguments: false
+
+# don't move parameters to own lines if they are not all on the same
+BinPackParameters: false
+
+# In case we have an if statement with multiple lines the operator should be
at the beginning of the line
+# but we do not want to break assignments
+BreakBeforeBinaryOperators: NonAssignment
+
+# format C++11 braced lists like function calls
+Cpp11BracedListStyle: true
+
+# do not put a space before C++11 braced lists
+SpaceBeforeCpp11BracedList: false
+
+# remove empty lines
+KeepEmptyLinesAtTheStartOfBlocks: false
+
+# no namespace indentation to keep indent level low
+NamespaceIndentation: None
+
+# we use template< without space.
+SpaceAfterTemplateKeyword: false
+
+# Always break after template declaration
+AlwaysBreakTemplateDeclarations: true
+
+# macros for which the opening brace stays attached.
+ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER,
QBENCHMARK, QBENCHMARK_ONCE , wl_resource_for_each, wl_resource_for_each_safe ]
+
+# keep lambda formatting multi-line if not empty
+AllowShortLambdasOnASingleLine: Empty
+
+# We do not want clang-format to put all arguments on a new line
+AllowAllArgumentsOnNextLine: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/extra-cmake-modules-5.111.0/kde-modules/prefix.sh.cmake
new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.cmake
--- old/extra-cmake-modules-5.111.0/kde-modules/prefix.sh.cmake 2023-09-16
02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.cmake 1970-01-01
01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-export PATH=@KDE_INSTALL_FULL_BINDIR@:$PATH
-
-# LD_LIBRARY_PATH only needed if you are building without rpath
-# 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 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.111.0/kde-modules/prefix.sh.fish.cmake
new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.fish.cmake
--- old/extra-cmake-modules-5.111.0/kde-modules/prefix.sh.fish.cmake
2023-09-16 02:13:18.000000000 +0200
+++ new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.fish.cmake
1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-# SPDX-FileCopyrightText: 2021 Alexander Lohnau <[email protected]>
-# SPDX-License-Identifier: BSD-3-Clause
-
-set PATH "@KDE_INSTALL_FULL_BINDIR@:$PATH"
-
-# LD_LIBRARY_PATH only needed if you are building without rpath
-# set -x LD_LIBRARY_PATH "@KDE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH"
-
-if test -z "$XDG_DATA_DIRS"
- set -x --path XDG_DATA_DIRS /usr/local/share/ /usr/share/
-end
-set -x --path XDG_DATA_DIRS "@KDE_INSTALL_FULL_DATADIR@" $XDG_DATA_DIRS
-
-if test -z "$XDG_CONFIG_DIRS"
- set -x --path XDG_CONFIG_DIRS /etc/xdg
-end
-set -x --path XDG_CONFIG_DIRS "@KDE_INSTALL_FULL_CONFDIR@" $XDG_CONFIG_DIRS
-
-set -x --path QT_PLUGIN_PATH "@KDE_INSTALL_FULL_QTPLUGINDIR@" $QT_PLUGIN_PATH
-set -x --path QML2_IMPORT_PATH "@KDE_INSTALL_FULL_QMLDIR@" $QML2_IMPORT_PATH
-
-set -x --path 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.111.0/kde-modules/prefix.sh.fish.in
new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.fish.in
--- old/extra-cmake-modules-5.111.0/kde-modules/prefix.sh.fish.in
1970-01-01 01:00:00.000000000 +0100
+++ new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.fish.in
2023-10-19 10:17:56.000000000 +0200
@@ -0,0 +1,22 @@
+# SPDX-FileCopyrightText: 2021 Alexander Lohnau <[email protected]>
+# SPDX-License-Identifier: BSD-3-Clause
+
+set PATH "@KDE_INSTALL_FULL_BINDIR@:$PATH"
+
+# LD_LIBRARY_PATH only needed if you are building without rpath
+# set -x LD_LIBRARY_PATH "@KDE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH"
+
+if test -z "$XDG_DATA_DIRS"
+ set -x --path XDG_DATA_DIRS /usr/local/share/ /usr/share/
+end
+set -x --path XDG_DATA_DIRS "@KDE_INSTALL_FULL_DATADIR@" $XDG_DATA_DIRS
+
+if test -z "$XDG_CONFIG_DIRS"
+ set -x --path XDG_CONFIG_DIRS /etc/xdg
+end
+set -x --path XDG_CONFIG_DIRS "@KDE_INSTALL_FULL_CONFDIR@" $XDG_CONFIG_DIRS
+
+set -x --path QT_PLUGIN_PATH "@KDE_INSTALL_FULL_QTPLUGINDIR@" $QT_PLUGIN_PATH
+set -x --path QML2_IMPORT_PATH "@KDE_INSTALL_FULL_QMLDIR@" $QML2_IMPORT_PATH
+
+set -x --path 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.111.0/kde-modules/prefix.sh.in
new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.in
--- old/extra-cmake-modules-5.111.0/kde-modules/prefix.sh.in 1970-01-01
01:00:00.000000000 +0100
+++ new/extra-cmake-modules-5.112.0/kde-modules/prefix.sh.in 2023-10-19
10:17:56.000000000 +0200
@@ -0,0 +1,12 @@
+export PATH=@KDE_INSTALL_FULL_BINDIR@:$PATH
+
+# LD_LIBRARY_PATH only needed if you are building without rpath
+# 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 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