PlasmaZones 3.0.1

3 changes, released May 16, 2026.

Fixed

  • AUR plasmazones-bin package: ship LICENSE and COPYING.LESSER in the release tarball. The binary package installs its licenses from the tarball root and was failing in package() because those files were never staged into it.
  • COPR builds: the kwin_version spec macro expanded to a multi-line string when kwin-devel was absent, as in COPR’s minimal SRPM-build chroot, which injected a newline into every Requires: kwin = ... and aborted the build with Unknown tag: 6.6.0. The macro now always resolves to a single version token.
  • Debian package: version the libplasmazones_rendering shared library so it installs with a SONAME, consistent with every other shipped library and silencing a dpkg-shlibdeps warning.