From edada8e92b06251c14cb2ef55441866312faa13d Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 7 Feb 2023 16:14:31 +0800 Subject: [PATCH] Remove patch:Replace gunixconnection.h file in gio-unix include dir check --- ...e-gunixconnection.h-file-in-gio-unix.patch | 27 ------------------- lxqt-build-tools.spec | 6 +++-- 2 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 0001-Replace-gunixconnection.h-file-in-gio-unix.patch diff --git a/0001-Replace-gunixconnection.h-file-in-gio-unix.patch b/0001-Replace-gunixconnection.h-file-in-gio-unix.patch deleted file mode 100644 index 71255a3..0000000 --- a/0001-Replace-gunixconnection.h-file-in-gio-unix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 44b7d6baed8f85cc516fedd6f2f5628efdef5707 Mon Sep 17 00:00:00 2001 -From: peijiankang -Date: Wed, 13 Jul 2022 10:29:39 +0800 -Subject: [PATCH] Replace gunixconnection.h file in gio-unix include dir check - ---- - cmake/find-modules/FindGLIB.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/cmake/find-modules/FindGLIB.cmake b/cmake/find-modules/FindGLIB.cmake -index 0564b8d..014ef1c 100644 ---- a/cmake/find-modules/FindGLIB.cmake -+++ b/cmake/find-modules/FindGLIB.cmake -@@ -101,8 +101,8 @@ foreach (_component ${GLIB_FIND_COMPONENTS}) - elseif (${_component} STREQUAL "gio-unix") - pkg_check_modules(GIO_UNIX gio-unix-2.0) - find_path(GLIB_GIO_UNIX_INCLUDE_DIR -- NAMES gio/gdesktopappinfo.h -- HINTS ${GIO_UNIX_INCLUDEDIR} -+ NAMES gio/gunixfdlist.h -+ HINTS ${GIO_UNIX_INCLUDEDIR} - PATH_SUFFIXES gio-unix-2.0) - - set(ADDITIONAL_REQUIRED_VARS ${ADDITIONAL_REQUIRED_VARS} GLIB_GIO_UNIX_INCLUDE_DIR) --- -2.33.0 - diff --git a/lxqt-build-tools.spec b/lxqt-build-tools.spec index 046f22f..8c4840e 100644 --- a/lxqt-build-tools.spec +++ b/lxqt-build-tools.spec @@ -1,12 +1,11 @@ Name: lxqt-build-tools Version: 0.12.0 -Release: 1 +Release: 2 Summary: Packaging tools for LXQt License: BSD URL: http://lxqt.org/ Source0: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Patch01: 0001-Replace-gunixconnection.h-file-in-gio-unix.patch BuildArch: noarch BuildRequires: %{?fedora:cmake}%{!?fedora:cmake3} >= 3.0 @@ -44,6 +43,9 @@ popd %changelog +* Tue Feb 07 2023 tanyulong - 0.12.0-2 +- Remove patch:Replace gunixconnection.h file in gio-unix include dir check + * Wed Dec 14 2022 lijian - 0.12.0-1 - update to upstream version 0.12.0