Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lxqt-build-tools for
openSUSE:Factory checked in at 2023-04-20 15:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old)
and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-build-tools"
Thu Apr 20 15:13:50 2023 rev:15 rq:1079622 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes
2023-02-14 16:48:19.191469127 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-build-tools.new.2023/lxqt-build-tools.changes
2023-04-20 15:14:30.077964451 +0200
@@ -1,0 +2,7 @@
+Sat Apr 15 17:01:20 UTC 2023 - Shawn Dunn <[email protected]>
+
+- Update to 0.13.0
+ * Bumped minimum compatibility level to C++17
+- Remove lxqt-build-tools-0.12.0-cpp17.patch
+
+-------------------------------------------------------------------
Old:
----
lxqt-build-tools-0.12.0-cpp17.patch
lxqt-build-tools-0.12.0.tar.xz
lxqt-build-tools-0.12.0.tar.xz.asc
New:
----
lxqt-build-tools-0.13.0.tar.xz
lxqt-build-tools-0.13.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-build-tools.spec ++++++
--- /var/tmp/diff_new_pack.lKHtai/_old 2023-04-20 15:14:35.705990260 +0200
+++ /var/tmp/diff_new_pack.lKHtai/_new 2023-04-20 15:14:35.713990296 +0200
@@ -17,7 +17,7 @@
Name: lxqt-build-tools
-Version: 0.12.0
+Version: 0.13.0
Release: 0
Summary: Core build tools for LXQt
License: BSD-3-Clause
@@ -25,7 +25,6 @@
URL: http://www.lxqt.org
Source:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
-Patch0:
https://github.com/lxqt/lxqt-build-tools/commit/4a3a7038b1927dc43942a930db103023efdcbe2c.patch#/lxqt-build-tools-0.12.0-cpp17.patch
BuildRequires: cmake >= 3.1.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core) >= 5.15
@@ -48,7 +47,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%cmake -DPULL_TRANSLATIONS=No
++++++ lxqt-build-tools-0.12.0.tar.xz -> lxqt-build-tools-0.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.12.0/CHANGELOG
new/lxqt-build-tools-0.13.0/CHANGELOG
--- old/lxqt-build-tools-0.12.0/CHANGELOG 2022-11-05 08:55:11.000000000
+0100
+++ new/lxqt-build-tools-0.13.0/CHANGELOG 2023-04-15 16:15:20.000000000
+0200
@@ -1,3 +1,7 @@
+lxqt-build-tools-0.13.0 / 2023-04-15
+====================================
+ * Bumped minimum compatibility level to C++17.
+
lxqt-build-tools-0.12.0 / 2022-11-05
====================================
* Support absolute `CMAKE_INSTALL_{INCLUDE,LIB}DIR` in
`LXQtCreatePkgConfigFile`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.12.0/CMakeLists.txt
new/lxqt-build-tools-0.13.0/CMakeLists.txt
--- old/lxqt-build-tools-0.12.0/CMakeLists.txt 2022-11-05 08:55:11.000000000
+0100
+++ new/lxqt-build-tools-0.13.0/CMakeLists.txt 2023-04-15 16:15:20.000000000
+0200
@@ -9,7 +9,7 @@
option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON)
set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0)
-set(LXQT_BUILD_TOOLS_MINOR_VERSION 12)
+set(LXQT_BUILD_TOOLS_MINOR_VERSION 13)
set(LXQT_BUILD_TOOLS_PATCH_VERSION 0)
set(LXQT_BUILD_TOOLS_VERSION
${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION})
set(LXQT_MIN_LINGUIST_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-build-tools-0.12.0/cmake/modules/LXQtCompilerSettings.cmake
new/lxqt-build-tools-0.13.0/cmake/modules/LXQtCompilerSettings.cmake
--- old/lxqt-build-tools-0.12.0/cmake/modules/LXQtCompilerSettings.cmake
2022-11-05 08:55:11.000000000 +0100
+++ new/lxqt-build-tools-0.13.0/cmake/modules/LXQtCompilerSettings.cmake
2023-04-15 16:15:20.000000000 +0200
@@ -181,11 +181,11 @@
#-----------------------------------------------------------------------------
-# CXX14 requirements - no checks, we just set it
+# CXX17 requirements - no checks, we just set it
#-----------------------------------------------------------------------------
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_EXTENSIONS OFF)
-set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ ISO Standard")
+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
#-----------------------------------------------------------------------------