Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package hyprland-plugins for
openSUSE:Factory checked in at 2026-07-17 01:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hyprland-plugins (Old)
and /work/SRC/openSUSE:Factory/.hyprland-plugins.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hyprland-plugins"
Fri Jul 17 01:44:46 2026 rev:9 rq:1366209 version:0.55.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/hyprland-plugins/hyprland-plugins.changes
2026-04-17 21:06:57.720506703 +0200
+++
/work/SRC/openSUSE:Factory/.hyprland-plugins.new.24530/hyprland-plugins.changes
2026-07-17 01:45:27.017233498 +0200
@@ -1,0 +2,18 @@
+Thu Jul 16 12:55:00 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 0.55.0:
+ * Align with Hyprland 0.55.4 API.
+ * Discontinued/removed obsolete plugins (hyprexpo, hyprtrails,
+ hyprwinwrap, xtra-dispatchers).
+ * Kept active plugins: borders-plus-plus, csgo-vulkan-fix,
+ hyprbars, hyprfocus.
+- Remove obsolete 0.54.0 target patches:
+ * all-chase-hyprland.patch
+ * expo-Chase-new-gesture-param-disableInhibit-581.patch
+ * Fix-hyprtrails-compilation-errors.patch
+- Add BuildRequires:
+ * glslang-devel (required by hyprland's public ShaderLoader.hpp header)
+ * pkgconfig(lua) (required by hyprland's public LuaBindings.hpp header)
+- Export Lua compiler flags to CXXFLAGS during the build.
+
+-------------------------------------------------------------------
Old:
----
Fix-hyprtrails-compilation-errors.patch
all-chase-hyprland.patch
expo-Chase-new-gesture-param-disableInhibit-581.patch
hyprland-plugins-0.53.0.tar.gz
New:
----
hyprland-plugins-0.55.0.tar.gz
----------(Old B)----------
Old: * expo-Chase-new-gesture-param-disableInhibit-581.patch
* Fix-hyprtrails-compilation-errors.patch
- Add BuildRequires:
Old:- Remove obsolete 0.54.0 target patches:
* all-chase-hyprland.patch
* expo-Chase-new-gesture-param-disableInhibit-581.patch
Old: * all-chase-hyprland.patch
* expo-Chase-new-gesture-param-disableInhibit-581.patch
* Fix-hyprtrails-compilation-errors.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hyprland-plugins.spec ++++++
--- /var/tmp/diff_new_pack.vJ4ZWk/_old 2026-07-17 01:45:27.557251720 +0200
+++ /var/tmp/diff_new_pack.vJ4ZWk/_new 2026-07-17 01:45:27.561251855 +0200
@@ -15,10 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%define hypr_tgt 0.54.0
-%define pkg_version 0.53.0
-
-%define debian_patch_rev b772e7e4d8b8f764d2b359dc4dd299f50b2b9e50
+%define hypr_tgt 0.55.0
+%define pkg_version 0.55.0
Name: hyprland-plugins
Version: %{pkg_version}
@@ -27,12 +25,11 @@
License: BSD-3-Clause
URL: https://github.com/hyprwm/hyprland-plugins
Source0:
https://github.com/hyprwm/hyprland-plugins/archive/refs/tags/v%{pkg_version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch10:
https://salsa.debian.org/hyprland-team/hyprland-plugins/-/raw/%{debian_patch_rev}/debian/patches/all-chase-hyprland.patch
-Patch11:
https://salsa.debian.org/hyprland-team/hyprland-plugins/-/raw/%{debian_patch_rev}/debian/patches/Fix-hyprtrails-compilation-errors.patch
-Patch12:
https://salsa.debian.org/hyprland-team/hyprland-plugins/-/raw/%{debian_patch_rev}/debian/patches/expo-Chase-new-gesture-param-disableInhibit-581.patch
BuildRequires: gcc-c++
+BuildRequires: glslang-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(hyprland) >= %{hypr_tgt}
+BuildRequires: pkgconfig(lua)
BuildRequires: pkgconfig(pangocairo)
%requires_eq hyprland
@@ -40,11 +37,7 @@
['borders-plus-plus'] = 'This plugin adds one or two additional borders
to windows',
['csgo-vulkan-fix'] = 'This fixes custom resolutions on CS:GO with
-vulkan',
['hyprbars'] = 'This plugin adds title bars to windows',
- ['hyprexpo'] = 'This plugin adds an expo-like workspace overview',
['hyprfocus'] = 'This plugin adds flashfocus for hyprland',
- ['hyprtrails'] = 'This plugin adds smooth trails behind moving windows',
- ['hyprwinwrap'] = 'This plugin is a clone of xwinwrap, allows you to
put any app as a\nwallpaper',
- ['xtra-dispatchers'] = 'This plugin adds some new dispatchers',
}}
%{lua: plugins_iter = {}
for plugin,_ in pairs(plugins) do table.insert(plugins_iter, plugin) end
@@ -76,6 +69,7 @@
%build
%set_build_flags
+export CXXFLAGS="$CXXFLAGS $(pkg-config --cflags lua)"
%{lua:
for _,plugin in ipairs(plugins_iter) do
print(rpm.expand("%make_build").." -C "..plugin.." all\n")
++++++ hyprland-plugins-0.53.0.tar.gz -> hyprland-plugins-0.55.0.tar.gz ++++++
++++ 7574 lines of diff (skipped)