Upgrade sonic-win to 6.5.5 and integrate with xlibre on any system

This commit is contained in:
Anders da Silva Rytter Hansen 2026-03-26 13:04:23 -03:00
commit 2afad3f70e

View file

@ -2,7 +2,7 @@
%define debug_package %{nil}
Name: sonic-win
Version: 6.6.3
Version: 6.5.5
Release: 1%{?dist}
Summary: KWin window manager for SonicDE (fork of kwin)
@ -58,14 +58,10 @@ BuildRequires: wayland-protocols-devel
BuildRequires: pkgconfig(libinput) >= 0.10
BuildRequires: pkgconfig(libudev)
%if 0%{?rhel} == 10
# Integrate with Xlibre on EL10
# Integrate with Xlibre
BuildRequires: xlibre-xserver-devel
Requires: xlibre-xserver-Xorg
Requires: xlibre-xf86-input-libinput
%else
BuildRequires: pkgconfig(xwayland)
%endif
# KF6
BuildRequires: cmake(KF6Completion)
@ -201,8 +197,8 @@ popd
%{_libdir}/cmake/
%changelog
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.6.3-1
- Upgrade to 6.6.3
* Thu Mar 26 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.5.5-1
- Upgrade to 6.5.5
* Wed Mar 11 2026 Anders da Silva Rytter Hansen <andersrh@users.noreply.github.com> - 6.4.5-1
- Downgrade to 6.4.5 for EL 10.1 compatibility