PlasmaZones 3.0.1
3 changes, released May 16, 2026.
Fixed
- AUR
plasmazones-binpackage: shipLICENSEandCOPYING.LESSERin the release tarball. The binary package installs its licenses from the tarball root and was failing inpackage()because those files were never staged into it. - COPR builds: the
kwin_versionspec macro expanded to a multi-line string whenkwin-develwas absent, as in COPR’s minimal SRPM-build chroot, which injected a newline into everyRequires: kwin = ...and aborted the build withUnknown tag: 6.6.0. The macro now always resolves to a single version token. - Debian package: version the
libplasmazones_renderingshared library so it installs with a SONAME, consistent with every other shipped library and silencing adpkg-shlibdepswarning.