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 2021-11-05 22:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old)
and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-build-tools"
Fri Nov 5 22:59:05 2021 rev:9 rq:929697 version:0.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes
2021-04-17 00:01:56.377610578 +0200
+++
/work/SRC/openSUSE:Factory/.lxqt-build-tools.new.1890/lxqt-build-tools.changes
2021-11-05 22:59:21.808310220 +0100
@@ -1,0 +2,6 @@
+Fri Nov 5 15:42:21 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 0.10.0:
+ * Set the minimum required version of Qt to 5.15.
+
+-------------------------------------------------------------------
Old:
----
lxqt-build-tools-0.9.0.tar.xz
lxqt-build-tools-0.9.0.tar.xz.asc
New:
----
lxqt-build-tools-0.10.0.tar.xz
lxqt-build-tools-0.10.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-build-tools.spec ++++++
--- /var/tmp/diff_new_pack.dvfw0Y/_old 2021-11-05 22:59:22.212310491 +0100
+++ /var/tmp/diff_new_pack.dvfw0Y/_new 2021-11-05 22:59:22.212310491 +0100
@@ -17,7 +17,7 @@
Name: lxqt-build-tools
-Version: 0.9.0
+Version: 0.10.0
Release: 0
Summary: Core build tools for LXQt
License: BSD-3-Clause
@@ -27,7 +27,7 @@
Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
BuildRequires: cmake >= 3.1.0
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(Qt5Core) >= 5.10
+BuildRequires: pkgconfig(Qt5Core) >= 5.15
BuildRequires: pkgconfig(glib-2.0) >= 2.50
BuildArch: noarch
++++++ lxqt-build-tools-0.9.0.tar.xz -> lxqt-build-tools-0.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.9.0/AUTHORS
new/lxqt-build-tools-0.10.0/AUTHORS
--- old/lxqt-build-tools-0.9.0/AUTHORS 2021-04-05 11:30:11.000000000 +0200
+++ new/lxqt-build-tools-0.10.0/AUTHORS 2021-11-05 10:52:24.000000000 +0100
@@ -1,5 +1,5 @@
Upstream Authors:
- LXQt team: https://lxqt.org
+ LXQt team: https://lxqt-project.org
Razor team: http://razor-qt.org
Lu??s Pereira <[email protected]>
Alexander Sokolov <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.9.0/CHANGELOG
new/lxqt-build-tools-0.10.0/CHANGELOG
--- old/lxqt-build-tools-0.9.0/CHANGELOG 2021-04-05 11:30:11.000000000
+0200
+++ new/lxqt-build-tools-0.10.0/CHANGELOG 2021-11-05 10:52:24.000000000
+0100
@@ -1,3 +1,7 @@
+lxqt-build-tools-0.10.0 / 2021-11-04
+===================================
+ * Set the minimum required version of Qt to 5.15.
+
lxqt-build-tools-0.9.0 / 2021-04-15
===================================
* Added a CMake FindXTerm module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.9.0/CMakeLists.txt
new/lxqt-build-tools-0.10.0/CMakeLists.txt
--- old/lxqt-build-tools-0.9.0/CMakeLists.txt 2021-04-05 11:30:11.000000000
+0200
+++ new/lxqt-build-tools-0.10.0/CMakeLists.txt 2021-11-05 10:52:24.000000000
+0100
@@ -9,11 +9,10 @@
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 9)
+set(LXQT_BUILD_TOOLS_MINOR_VERSION 10)
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})
-# for lxqt_translate_ts we require at least Qt linguist 5.12.5 for correct
file name handling
-set(LXQT_MIN_LINGUIST_VERSION "5.12.5")
+set(LXQT_MIN_LINGUIST_VERSION "5.15.0")
include(CMakePackageConfigHelpers)
include(GNUInstallDirs) # Standard directories for installation