Control: tags -1 + pending

On Tue, Apr 12, 2022 at 10:09:41PM +0300, Dmitry Shachnev wrote:
> This needs a fix in lxqt-build-tools:
>
> https://github.com/lxqt/lxqt-build-tools/commit/62b77bb807aa2ac2

On 2022-04-15, new upstream version 0.11.0 was released, which includes
this fix (it is the only change).

I have now uploaded NMU to DELAYED/2, packaging this new version.

Debdiff is attached. Also created a merge request on salsa:

https://salsa.debian.org/lxqt-team/lxqt-build-tools/-/merge_requests/3

--
Dmitry Shachnev
--- lxqt-build-tools-0.10.0/CHANGELOG
+++ lxqt-build-tools-0.11.0/CHANGELOG
@@ -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.
--- lxqt-build-tools-0.10.0/cmake/find-modules/FindGLIB.cmake
+++ lxqt-build-tools-0.11.0/cmake/find-modules/FindGLIB.cmake
@@ -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)
 
--- lxqt-build-tools-0.10.0/CMakeLists.txt
+++ lxqt-build-tools-0.11.0/CMakeLists.txt
@@ -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")
--- lxqt-build-tools-0.10.0/debian/changelog
+++ lxqt-build-tools-0.11.0/debian/changelog
@@ -1,3 +1,11 @@
+lxqt-build-tools (0.11.0-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * New upstream release.
+    - Fixes compatibility with GLib ≥ 2.71.1 (closes: #1008416).
+
+ -- Dmitry Shachnev <mity...@debian.org>  Sat, 14 May 2022 16:00:20 +0300
+
 lxqt-build-tools (0.10.0-1) unstable; urgency=medium
 
   [ Andrew Lee (李健秋) ]

Attachment: signature.asc
Description: PGP signature

Reply via email to