Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lxqt-wayland-session for 
openSUSE:Factory checked in at 2026-04-22 16:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-wayland-session (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-wayland-session.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-wayland-session"

Wed Apr 22 16:57:37 2026 rev:14 rq:1348583 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/lxqt-wayland-session/lxqt-wayland-session.changes    
    2026-03-24 18:49:56.273102492 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-wayland-session.new.11940/lxqt-wayland-session.changes
     2026-04-22 16:57:54.543811398 +0200
@@ -1,0 +2,7 @@
+Tue Apr 21 14:04:48 UTC 2026 - Shawn Dunn <[email protected]>
+
+- Update to 0.4.0:
+  * Added support for "openmenu" in lxqt-qdbus script for mainmenu
+    also
+
+-------------------------------------------------------------------

Old:
----
  lxqt-wayland-session-0.3.2.tar.xz
  lxqt-wayland-session-0.3.2.tar.xz.asc

New:
----
  lxqt-wayland-session-0.4.0.tar.xz
  lxqt-wayland-session-0.4.0.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxqt-wayland-session.spec ++++++
--- /var/tmp/diff_new_pack.tEqdeE/_old  2026-04-22 16:57:55.379846002 +0200
+++ /var/tmp/diff_new_pack.tEqdeE/_new  2026-04-22 16:57:55.387846333 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:           lxqt-wayland-session
-Version:        0.3.2
+Version:        0.4.0
 Release:        0
 Summary:        Files needed for the LXQt Wayland Session
 License:        BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND 
GPL-3.0-or-later AND MIT AND CC-BY-SA-4.0
@@ -51,6 +51,7 @@
 Patch6:         0007-configuration-changes-for-default-sway-session.patch
 
 BuildRequires:  cmake >= 3.5.0
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  git-core
@@ -59,9 +60,9 @@
 
 BuildRequires:  cmake(KF6WindowSystem)
 BuildRequires:  cmake(Qt6LinguistTools)
+BuildRequires:  cmake(lxqt) >= 2.1.0
 BuildRequires:  cmake(lxqt2-build-tools)
 
-BuildRequires:  pkgconfig(lxqt) >= 2.1.0
 
 Requires:       layer-shell-qt6 >= 6.2.0
 Requires:       qt6-wayland >= 6.2.0
@@ -203,9 +204,6 @@
 
 %fdupes -s %{buildroot}%{_datadir}/themes/
 
-%check
-%ctest
-
 %files
 %doc README.md
 %license COPYING.LESSER LICENSE

++++++ lxqt-wayland-session-0.3.2.tar.xz -> lxqt-wayland-session-0.4.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-wayland-session-0.3.2/CHANGELOG 
new/lxqt-wayland-session-0.4.0/CHANGELOG
--- old/lxqt-wayland-session-0.3.2/CHANGELOG    2026-03-05 18:53:50.000000000 
+0100
+++ new/lxqt-wayland-session-0.4.0/CHANGELOG    2026-04-20 10:16:41.000000000 
+0200
@@ -1,3 +1,7 @@
+lxqt-wayland-session-0.4.0 / 2026-04-20
+=======================================
+ * Added support for "openmenu" in lxqt-qdbus script for mainmenu too.
+
 lxqt-wayland-session-0.3.2 / 2026-03-02
 =======================================
 * Updated configurations to cover labwc 0.9.5 and Hyprland 0.54.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-wayland-session-0.3.2/CMakeLists.txt 
new/lxqt-wayland-session-0.4.0/CMakeLists.txt
--- old/lxqt-wayland-session-0.3.2/CMakeLists.txt       2026-03-05 
18:53:50.000000000 +0100
+++ new/lxqt-wayland-session-0.4.0/CMakeLists.txt       2026-04-20 
10:16:41.000000000 +0200
@@ -16,7 +16,7 @@
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 
 # Minimum Versions
-set(LXQT_MINIMUM_VERSION "2.3.0")
+set(LXQT_MINIMUM_VERSION "2.4.0")
 
 find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
 find_package(PkgConfig REQUIRED)
@@ -25,8 +25,8 @@
 find_package(XdgUserDirs REQUIRED)
 
 set(LXQT_WAYLAND_SESSION_MAJOR_VERSION 0)
-set(LXQT_WAYLAND_SESSION_MINOR_VERSION 3)
-set(LXQT_WAYLAND_SESSION_PATCH_VERSION 2)
+set(LXQT_WAYLAND_SESSION_MINOR_VERSION 4)
+set(LXQT_WAYLAND_SESSION_PATCH_VERSION 0)
 set(LXQT_WAYLAND_SESSION_VERSION 
${LXQT_WAYLAND_SESSION_MAJOR_VERSION}.${LXQT_WAYLAND_SESSION_MINOR_VERSION}.${LXQT_WAYLAND_SESSION_PATCH_VERSION})
 
 include(LXQtPreventInSourceBuilds)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-wayland-session-0.3.2/lxqt-qdbus.in 
new/lxqt-wayland-session-0.4.0/lxqt-qdbus.in
--- old/lxqt-wayland-session-0.3.2/lxqt-qdbus.in        2025-11-12 
18:14:47.000000000 +0100
+++ new/lxqt-wayland-session-0.4.0/lxqt-qdbus.in        2026-04-20 
10:16:41.000000000 +0200
@@ -62,9 +62,9 @@
         notify-send -i configure-shortcuts -a "LXQt Wayland Shortcut" "No 
matching desktop entry found for '$ARGUMENT'"
         exit 1
     fi
-elif  [ "$MODE" = "openmenu" ]; then # open fancy menu
+elif  [ "$MODE" = "openmenu" ]; then # open main|fancy menu
     # check for dbus object
-    menu=$($QDBUS org.kde.StatusNotifierWatcher | grep fancy | head -n1)
+    menu=$($QDBUS org.kde.StatusNotifierWatcher | grep -E '(fancy|main)menu' | 
head -n1)
     if [[ -z "$menu" ]]; then
         notify-send --icon=lxqt "No fancy menu plugin found on panels"
     else

Reply via email to