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 2022-05-01 18:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-build-tools (Old)
and /work/SRC/openSUSE:Factory/.lxqt-build-tools.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-build-tools"
Sun May 1 18:54:11 2022 rev:10 rq:974197 version:0.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes
2021-11-05 22:59:21.808310220 +0100
+++
/work/SRC/openSUSE:Factory/.lxqt-build-tools.new.1538/lxqt-build-tools.changes
2022-05-01 18:54:17.231201853 +0200
@@ -1,0 +2,6 @@
+Wed Apr 20 19:09:51 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to 0.11.0
+ * Fixed build scripts for GLib 2.71.1
+
+-------------------------------------------------------------------
Old:
----
lxqt-build-tools-0.10.0.tar.xz
lxqt-build-tools-0.10.0.tar.xz.asc
New:
----
lxqt-build-tools-0.11.0.tar.xz
lxqt-build-tools-0.11.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-build-tools.spec ++++++
--- /var/tmp/diff_new_pack.2X3IhK/_old 2022-05-01 18:54:17.671202261 +0200
+++ /var/tmp/diff_new_pack.2X3IhK/_new 2022-05-01 18:54:17.675202265 +0200
@@ -1,7 +1,7 @@
#
# spec file for package lxqt-build-tools
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: lxqt-build-tools
-Version: 0.10.0
+Version: 0.11.0
Release: 0
Summary: Core build tools for LXQt
License: BSD-3-Clause
++++++ lxqt-build-tools-0.10.0.tar.xz -> lxqt-build-tools-0.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.10.0/CHANGELOG
new/lxqt-build-tools-0.11.0/CHANGELOG
--- old/lxqt-build-tools-0.10.0/CHANGELOG 2021-11-05 10:52:24.000000000
+0100
+++ new/lxqt-build-tools-0.11.0/CHANGELOG 2022-04-16 02:48:16.000000000
+0200
@@ -1,3 +1,7 @@
+lxqt-build-tools-0.11.0 / 2022-04-15
+===================================
+ * Replaced `gunixconnection.h` file in `gio-unix` include dir check (after
GLib 2.71.1).
+
lxqt-build-tools-0.10.0 / 2021-11-04
===================================
* Set the minimum required version of Qt to 5.15.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-build-tools-0.10.0/CMakeLists.txt
new/lxqt-build-tools-0.11.0/CMakeLists.txt
--- old/lxqt-build-tools-0.10.0/CMakeLists.txt 2021-11-05 10:52:24.000000000
+0100
+++ new/lxqt-build-tools-0.11.0/CMakeLists.txt 2022-04-16 02:48:16.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 10)
+set(LXQT_BUILD_TOOLS_MINOR_VERSION 11)
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.10.0/cmake/find-modules/FindGLIB.cmake
new/lxqt-build-tools-0.11.0/cmake/find-modules/FindGLIB.cmake
--- old/lxqt-build-tools-0.10.0/cmake/find-modules/FindGLIB.cmake
2021-11-05 10:52:24.000000000 +0100
+++ new/lxqt-build-tools-0.11.0/cmake/find-modules/FindGLIB.cmake
2022-04-16 02:48:16.000000000 +0200
@@ -101,7 +101,7 @@
elseif (${_component} STREQUAL "gio-unix")
pkg_check_modules(GIO_UNIX gio-unix-2.0)
find_path(GLIB_GIO_UNIX_INCLUDE_DIR
- NAMES gio/gunixconnection.h
+ NAMES gio/gunixfdlist.h
HINTS ${GIO_UNIX_INCLUDEDIR}
PATH_SUFFIXES gio-unix-2.0)