Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package hyprland-qt-support for
openSUSE:Factory checked in at 2026-07-26 11:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyprland-qt-support (Old)
and /work/SRC/openSUSE:Factory/.hyprland-qt-support.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hyprland-qt-support"
Sun Jul 26 11:29:11 2026 rev:2 rq:1367706 version:0.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/hyprland-qt-support/hyprland-qt-support.changes
2025-01-13 17:50:10.634745171 +0100
+++
/work/SRC/openSUSE:Factory/.hyprland-qt-support.new.2004/hyprland-qt-support.changes
2026-07-26 11:31:56.753887165 +0200
@@ -1,0 +2,6 @@
+Fri Jul 24 22:42:01 UTC 2026 - [email protected]
+
+- Install libraries to /usr/lib64, (boo#1271704).
+- Delete RPATH from libraries.
+
+-------------------------------------------------------------------
@@ -4,0 +11 @@
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hyprland-qt-support.spec ++++++
--- /var/tmp/diff_new_pack.XbslDy/_old 2026-07-26 11:32:01.874065670 +0200
+++ /var/tmp/diff_new_pack.XbslDy/_new 2026-07-26 11:32:01.878065808 +0200
@@ -1,7 +1,7 @@
#
# spec file for package hyprland-qt-support
#
-# Copyright (c) 2025 Shawn W Dunn <[email protected]>
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -14,6 +14,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+# Copyright (c) 2026 Shawn W Dunn <[email protected]>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
Name: hyprland-qt-support
@@ -23,16 +33,14 @@
License: BSD-3-Clause
URL: https://github.com/hyprwm/hyprland-qt-support
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
-
+BuildRequires: chrpath
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkgconfig
-
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6QuickControls2)
-
BuildRequires: pkgconfig(hyprlang) >= 0.6.0
%description
@@ -42,11 +50,14 @@
%autosetup -p1
%build
-%cmake_qt6 -DINSTALL_QMLDIR=%{_qt6_qmldir}
+%cmake_qt6 -DINSTALL_QMLDIR=%{_qt6_qmldir} \
+ -DCMAKE_INSTALL_LIBDIR=%{_libdir}
%{qt6_build}
%install
%{qt6_install}
+## Remove rpath from libraries.
+chrpath --delete %{buildroot}%{_libdir}/libhyprland-quick-style*.so
%check
%ctest
@@ -56,7 +67,6 @@
%doc README.md
%dir %{_qt6_qmldir}/org
%dir %{_qt6_qmldir}/org/hyprland
-%{_prefix}/lib/*.so
+%{_libdir}/libhyprland-quick-style*.so
%{_qt6_qmldir}/org/hyprland/style/
-