From 0c85e8675dda61330b6c6a5e95a64876f624402678331a8e0cac70a9fb1eb4a4 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 14 Feb 2021 08:10:08 +0000 Subject: [PATCH] Plasma 5.21.0 + made pulseaudio optional and pipewire-pulseaudio an alternative. KF5 is publish disabled already. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=322 --- breeze-5.20.90.tar.xz | 3 --- breeze-5.20.90.tar.xz.sig | 11 ----------- breeze-5.21.0.tar.xz | 3 +++ breeze-5.21.0.tar.xz.sig | 11 +++++++++++ breeze.changes | 20 ++++++++++++++++++++ breeze.spec | 6 +++--- 6 files changed, 37 insertions(+), 17 deletions(-) delete mode 100644 breeze-5.20.90.tar.xz delete mode 100644 breeze-5.20.90.tar.xz.sig create mode 100644 breeze-5.21.0.tar.xz create mode 100644 breeze-5.21.0.tar.xz.sig diff --git a/breeze-5.20.90.tar.xz b/breeze-5.20.90.tar.xz deleted file mode 100644 index f02b98c..0000000 --- a/breeze-5.20.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dea4b6f00e7b86da471226d26ad06c4e58c2d54b25c65e8eec7e0f0e9d24b8 -size 26283340 diff --git a/breeze-5.20.90.tar.xz.sig b/breeze-5.20.90.tar.xz.sig deleted file mode 100644 index 659e136..0000000 --- a/breeze-5.20.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJdgQACgkQ7JTRj38F -mX5ZlAf9GcoHeK1v8YKNymb9soL61vDq5G7SdQY+Ty/E28ynY8YCknhEt4jbXHWb -4fgCOaISK6U+jrxDBH5h8QnIVyGx3k2hZ33lz1XXwQlDLYJfiE9dnXi4i4X1Aj4u -rL5Ts5h2yZF46RAJ7K6Kw15fgdJP2xurbrzCJLP3DwlmCAyEAMRExKhvsyzlbKBQ -8BQsC8V1B20iecEw+ZXPzSyC+CGmsr/uJZGKpo+vmio8V5g+qtVgtB4fnc1dKOmQ -95GBcF+QD2/MRnn9QyTjr9CBmpbTQe6RLr7ocwWHat4hLg7vaQfmPQMXuoBQTR8q -Yo6hdh4mW+K0GSxZLIpgYVOpwRZ8Iw== -=YZ7z ------END PGP SIGNATURE----- diff --git a/breeze-5.21.0.tar.xz b/breeze-5.21.0.tar.xz new file mode 100644 index 0000000..a439648 --- /dev/null +++ b/breeze-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7110b540e33200741ff1af2d77297e8f134de6846a35876c071c6f7c6a18e3 +size 26283192 diff --git a/breeze-5.21.0.tar.xz.sig b/breeze-5.21.0.tar.xz.sig new file mode 100644 index 0000000..502a328 --- /dev/null +++ b/breeze-5.21.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlG3EACgkQ7JTRj38F +mX6pbgf+N8jcSgpotjwRtkLBkulQ3yiWtExxTU/uz6NjsNjlAUtKPikMx2HYhEKE +4BZ7ZiYhx2GE6C62YHNXT4Mhtp6CI/2pwoMyGTL7GQXzD7ElaOe1NuWdlc7ubtMS +gt4U6Rp8NFhk3niSB1OrzjOdb7ShBotwtNWX8GwdzVSGHZGXUIYx9fa/th37A19P +VnKbX419get2Pxh53YOxoTD6R9vb6C4FaK0l1H5LpAchvHA301M+zJHMnPX/zl1I +N0Aze+NMe2O2fT+la6vtOwxIb7Ne/wrEzKhApuzVy7MPDggwwAQ/3kQvfVdUdQTA +g9omRhb4Vl+JGolnSKsD9a0hzjKQuQ== +=XIlc +-----END PGP SIGNATURE----- diff --git a/breeze.changes b/breeze.changes index fe2e532..76a17c0 100644 --- a/breeze.changes +++ b/breeze.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 11 18:23:10 UTC 2021 - Fabian Vogt + +- Update to 5.21.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.0 +- Changes since 5.20.90: + * Clean up listener (kde#432660) + * Update users that have Breeze as colorscheme to BreezeLight (kde#432470) + * Fix colors files + * Don't waste a space in menus + * [kstyle]: Don't attempt to adjust contentsMargins on QDialogs + * [kstyle]: Don't attempt to adjust contentsMargins on QMainWindows (kde#432246) + * kstyle: expand tools area 1px downwards if present (kde#431540) + * [kstyle]: Don't draw line when no toolbars are present in fullscreen (kde#431969) + * hotfix: remove hasHeaderColors call from ::polish + * Revert "Do not draw background or line in toolbars if the color scheme has no headers group" + * kde4breeze: Breeze Light is the new default (kde#431917) + ------------------------------------------------------------------- Mon Jan 25 09:25:07 UTC 2021 - Fabian Vogt diff --git a/breeze.spec b/breeze.spec index 0406486..d33d904 100644 --- a/breeze.spec +++ b/breeze.spec @@ -22,15 +22,15 @@ %{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: breeze -Version: 5.20.90 +Version: 5.21.0 Release: 0 Summary: Plasma Desktop artwork, styles and assets License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org -Source: https://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz +Source: breeze-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/unstable/plasma/%{version}/breeze-%{version}.tar.xz.sig +Source1: breeze-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: cmake >= 2.8.12