From fc9a2651c26ff9b2f560d8549fb55bbfec846a9b290b0aed0ce51deceb97c2d5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 24 Jan 2021 21:11:03 +0000 Subject: [PATCH 1/2] Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile. OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kgamma5?expand=0&rev=223 --- kgamma5-5.20.5.tar.xz | 3 --- kgamma5-5.20.5.tar.xz.sig | 11 ----------- kgamma5-5.20.90.tar.xz | 3 +++ kgamma5-5.20.90.tar.xz.sig | 11 +++++++++++ kgamma5.changes | 19 +++++++++++++++++++ kgamma5.spec | 8 ++++---- 6 files changed, 37 insertions(+), 18 deletions(-) delete mode 100644 kgamma5-5.20.5.tar.xz delete mode 100644 kgamma5-5.20.5.tar.xz.sig create mode 100644 kgamma5-5.20.90.tar.xz create mode 100644 kgamma5-5.20.90.tar.xz.sig diff --git a/kgamma5-5.20.5.tar.xz b/kgamma5-5.20.5.tar.xz deleted file mode 100644 index 3642db6..0000000 --- a/kgamma5-5.20.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d765e8f13e7195b0fbd41feee8a1f5a2a605c64141d887c1221f631f5bbc0bf -size 81560 diff --git a/kgamma5-5.20.5.tar.xz.sig b/kgamma5-5.20.5.tar.xz.sig deleted file mode 100644 index ee4f194..0000000 --- a/kgamma5-5.20.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0VWsACgkQ7JTRj38F -mX41hQgAjy4u6zKC3df9xzCG18n5r3T8vdP4/r9y+8gfGmPmbA7C3eZAa1JY8oy1 -5T5c8ovJulESdQ6zJbe6SboDtdexjaa9J1FavLimi4mD5Qy97TICGG80sVHdZmVs -v8bSChldwjtfE/EeHNQpx6bbzBsHzMZpqW2HVOprWwTSEd/1l+rnvOLHk5DJ/mvk -2ne2DWFwkpRRXO9gEIsRTeQfs3xNNMAZjKE5EMvHSoiDtx8j4TxAhet/9UYlfo0W -HxTu8xaiVyr+AWAe35KujjAprBk1WcZZaH6lhX+L485TnMlxhOiySRfnyrYnsyA7 -i4StdAuKAHCDxpy11DW0ANOrPKXfdw== -=MpAa ------END PGP SIGNATURE----- diff --git a/kgamma5-5.20.90.tar.xz b/kgamma5-5.20.90.tar.xz new file mode 100644 index 0000000..2590a3e --- /dev/null +++ b/kgamma5-5.20.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8326900ba71c21543c61e04b5b731eef5f53cb318053803e7ccff4e0179c000 +size 82680 diff --git a/kgamma5-5.20.90.tar.xz.sig b/kgamma5-5.20.90.tar.xz.sig new file mode 100644 index 0000000..eda5e61 --- /dev/null +++ b/kgamma5-5.20.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJd2cACgkQ7JTRj38F +mX5sYwgAiTw2UwMY2QCL6yLztOwvUV6S2f6gq5todntgVIjLBAjyIhSne/fWoWV4 +x0A4QT8eLLaGJO7IkxkIw8HZ8+/yVpC5xvkTlk7xUP25qqaA6yalJ76n28m9tW64 +VE+5ec03r0CJhgMbtlIM2ojzdRdzyt4ro4t2lMQmC5AiKp8a76wfbaADoQkZCdZ0 +b5mwzRvDTlnTegTm2czl3Wtef7dqWo9HkM4uOm6RmkGi/NTDrv0h9HpxfSpKMDCl +RCxGK4+oDVoS+3xwgSrLfHvsEtM6TfgsGU7hOvNYbaXNxnHlSuSnM4zajJOVNBKV +N8ji/c8iSiB8YrBwovAQ/30UdA/KqA== +=90dO +-----END PGP SIGNATURE----- diff --git a/kgamma5.changes b/kgamma5.changes index 145f9ce..dd65b6a 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jan 21 21:31:34 UTC 2021 - Fabian Vogt + +- Update to 5.20.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/20.90/ +- Changes since 5.20.5: + * Update .gitignore file + * Add pre-commit hook for clang-format + * Add .git-blame-ignore-revs file + * clang-tidy: Force braces around statements + * Run clang-format + * Be more consistent with includes and do not break when reordering them + * Do not explicitely define Exec line for KCM + * If include is define in .h remove it if it's defined in .cpp too (scripted) + * Convert copyright statements to SPDX statements + * Documentation fixes: Sync GUI messages + ------------------------------------------------------------------- Tue Jan 5 14:40:02 UTC 2021 - Fabian Vogt diff --git a/kgamma5.spec b/kgamma5.spec index df548bd..068acdc 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,15 +18,15 @@ %bcond_without lang Name: kgamma5 -Version: 5.20.5 +Version: 5.20.90 Release: 0 Summary: Display gamma configuration License: GPL-2.0-or-later Group: Productivity/Graphics/Other URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/kgamma5-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.0.0 @@ -69,7 +69,7 @@ gamma. %endif %files -%license COPYING* +%license LICENSES/* %{_kf5_plugindir}/ %{_kf5_servicesdir}/ %{_kf5_sharedir}/kgamma/ From b8321babcb104f1f8b3b1e706b5aee5b1d662a5e23f8989978fdc17ac65b0b3d Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 14 Feb 2021 08:10:11 +0000 Subject: [PATCH 2/2] 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/kgamma5?expand=0&rev=224 --- kgamma5-5.20.90.tar.xz | 3 --- kgamma5-5.20.90.tar.xz.sig | 11 ----------- kgamma5-5.21.0.tar.xz | 3 +++ kgamma5-5.21.0.tar.xz.sig | 11 +++++++++++ kgamma5.changes | 9 +++++++++ kgamma5.spec | 6 +++--- 6 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 kgamma5-5.20.90.tar.xz delete mode 100644 kgamma5-5.20.90.tar.xz.sig create mode 100644 kgamma5-5.21.0.tar.xz create mode 100644 kgamma5-5.21.0.tar.xz.sig diff --git a/kgamma5-5.20.90.tar.xz b/kgamma5-5.20.90.tar.xz deleted file mode 100644 index 2590a3e..0000000 --- a/kgamma5-5.20.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8326900ba71c21543c61e04b5b731eef5f53cb318053803e7ccff4e0179c000 -size 82680 diff --git a/kgamma5-5.20.90.tar.xz.sig b/kgamma5-5.20.90.tar.xz.sig deleted file mode 100644 index eda5e61..0000000 --- a/kgamma5-5.20.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJd2cACgkQ7JTRj38F -mX5sYwgAiTw2UwMY2QCL6yLztOwvUV6S2f6gq5todntgVIjLBAjyIhSne/fWoWV4 -x0A4QT8eLLaGJO7IkxkIw8HZ8+/yVpC5xvkTlk7xUP25qqaA6yalJ76n28m9tW64 -VE+5ec03r0CJhgMbtlIM2ojzdRdzyt4ro4t2lMQmC5AiKp8a76wfbaADoQkZCdZ0 -b5mwzRvDTlnTegTm2czl3Wtef7dqWo9HkM4uOm6RmkGi/NTDrv0h9HpxfSpKMDCl -RCxGK4+oDVoS+3xwgSrLfHvsEtM6TfgsGU7hOvNYbaXNxnHlSuSnM4zajJOVNBKV -N8ji/c8iSiB8YrBwovAQ/30UdA/KqA== -=90dO ------END PGP SIGNATURE----- diff --git a/kgamma5-5.21.0.tar.xz b/kgamma5-5.21.0.tar.xz new file mode 100644 index 0000000..ab29cfc --- /dev/null +++ b/kgamma5-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040e0596d55ed314a9e2952918ab6bd31b79d181818d59883905dfdc231fe251 +size 82636 diff --git a/kgamma5-5.21.0.tar.xz.sig b/kgamma5-5.21.0.tar.xz.sig new file mode 100644 index 0000000..9650cc5 --- /dev/null +++ b/kgamma5-5.21.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAlHOIACgkQ7JTRj38F +mX5t0wgAk1rZVAM+NyAqbd3pp0I8wSPst+1zzazUg8hN+ImBS6KmmCJJBoRBxOVV +nzTbb+19zSMbD7ChxyrwRXjLaopnLe4ayPjCqSRVsB8eitPnIMwR+QS1IfnsjhNb +3D4DFqKTnv5n6AmVP/0jUblM8DCWgkuN2xHtEgDNDgXlFYXKdkUa7diyqtsTpSii +pY5goafCPvKNb/LniHzg9AK4beAG/4WdwPW7Tz+ocQVHHgkHz9heZoJcgoygjNTV +SeP+lwjg76DgX8Cbf6fsoO9FYnz4Ym2NG3i4e1zGxg/7VsDm5sCJlfr+c3Gt1wKY +8WViVq3S0n9u+H/TpFkVe9h80xcK4Q== +=AvEm +-----END PGP SIGNATURE----- diff --git a/kgamma5.changes b/kgamma5.changes index dd65b6a..03938cf 100644 --- a/kgamma5.changes +++ b/kgamma5.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 11 18:23:11 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 +- No code changes since 5.20.90 + ------------------------------------------------------------------- Thu Jan 21 21:31:34 UTC 2021 - Fabian Vogt diff --git a/kgamma5.spec b/kgamma5.spec index 068acdc..6f0a128 100644 --- a/kgamma5.spec +++ b/kgamma5.spec @@ -18,15 +18,15 @@ %bcond_without lang Name: kgamma5 -Version: 5.20.90 +Version: 5.21.0 Release: 0 Summary: Display gamma configuration License: GPL-2.0-or-later Group: Productivity/Graphics/Other URL: http://www.kde.org -Source: https://download.kde.org/unstable/plasma/%{version}/kgamma5-%{version}.tar.xz +Source: kgamma5-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/unstable/plasma/%{version}/kgamma5-%{version}.tar.xz.sig +Source1: kgamma5-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.0.0