Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-desktop-portal-lxqt for openSUSE:Factory checked in at 2025-04-22 17:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-lxqt (Old) and /work/SRC/openSUSE:Factory/.xdg-desktop-portal-lxqt.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-desktop-portal-lxqt" Tue Apr 22 17:26:20 2025 rev:7 rq:1270843 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-desktop-portal-lxqt/xdg-desktop-portal-lxqt.changes 2024-11-11 13:46:02.885628074 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-desktop-portal-lxqt.new.30101/xdg-desktop-portal-lxqt.changes 2025-04-22 17:26:42.115099842 +0200 @@ -1,0 +2,6 @@ +Thu Apr 17 22:02:03 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Update to version 1.2.0: + * Don't fork a child process in the portal's service + +------------------------------------------------------------------- Old: ---- xdg-desktop-portal-lxqt-1.1.0.tar.xz xdg-desktop-portal-lxqt-1.1.0.tar.xz.asc New: ---- xdg-desktop-portal-lxqt-1.2.0.tar.xz xdg-desktop-portal-lxqt-1.2.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-desktop-portal-lxqt.spec ++++++ --- /var/tmp/diff_new_pack.k3MgfY/_old 2025-04-22 17:26:42.715125022 +0200 +++ /var/tmp/diff_new_pack.k3MgfY/_new 2025-04-22 17:26:42.719125190 +0200 @@ -17,11 +17,10 @@ Name: xdg-desktop-portal-lxqt -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: A backend implementation for xdg-desktop-portal License: LGPL-2.1-or-later -Group: Development/Libraries/C and C++ URL: https://github.com/lxqt/xdg-desktop-portal-lxqt Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc ++++++ xdg-desktop-portal-lxqt-1.1.0.tar.xz -> xdg-desktop-portal-lxqt-1.2.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-1.1.0/CHANGELOG new/xdg-desktop-portal-lxqt-1.2.0/CHANGELOG --- old/xdg-desktop-portal-lxqt-1.1.0/CHANGELOG 2024-11-05 06:34:09.000000000 +0100 +++ new/xdg-desktop-portal-lxqt-1.2.0/CHANGELOG 2025-04-17 12:00:30.000000000 +0200 @@ -1,3 +1,7 @@ +xdg-desktop-portal-lxqt-1.2.0 / 2025-04-17 +========================================== + * Don't fork a child process in the portal's service. + xdg-desktop-portal-lxqt-1.1.0 / 2024-11-05 ========================================== * Added the conf file `lxqt-portals.conf`. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-1.1.0/CMakeLists.txt new/xdg-desktop-portal-lxqt-1.2.0/CMakeLists.txt --- old/xdg-desktop-portal-lxqt-1.1.0/CMakeLists.txt 2024-11-05 06:34:09.000000000 +0100 +++ new/xdg-desktop-portal-lxqt-1.2.0/CMakeLists.txt 2025-04-17 12:00:30.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.18.0) -set(PROJECT_VERSION "1.1.0") +set(PROJECT_VERSION "1.2.0") project(xdg-desktop-portal-lxqt VERSION ${PROJECT_VERSION}) set(QT_MIN_VERSION "6.6.0") -set(LIBFMQT_MINIMUM_VERSION "2.1.0") +set(LIBFMQT_MINIMUM_VERSION "2.2.0") set(KF6_MIN_VERSION "6.0.0") set(CMAKE_AUTOMOC on) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xdg-desktop-portal-lxqt-1.1.0/data/org.freedesktop.impl.portal.desktop.lxqt.service.in new/xdg-desktop-portal-lxqt-1.2.0/data/org.freedesktop.impl.portal.desktop.lxqt.service.in --- old/xdg-desktop-portal-lxqt-1.1.0/data/org.freedesktop.impl.portal.desktop.lxqt.service.in 2024-11-05 06:34:09.000000000 +0100 +++ new/xdg-desktop-portal-lxqt-1.2.0/data/org.freedesktop.impl.portal.desktop.lxqt.service.in 2025-04-17 12:00:30.000000000 +0200 @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.freedesktop.impl.portal.desktop.lxqt -Exec=/bin/sh -c 'env QT_QPA_PLATFORMTHEME=lxqt @CMAKE_INSTALL_FULL_LIBEXECDIR@/xdg-desktop-portal-lxqt' +Exec=/bin/sh -c 'QT_QPA_PLATFORMTHEME=lxqt exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/xdg-desktop-portal-lxqt'