From b6a169dd883f5d38d5186ac80fea8b878fbb5d5b10a5d99c7458fbed787a49d8 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 15 May 2021 16:17:03 +0000 Subject: [PATCH] Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=240 --- kwayland-integration-5.21.5.tar.xz | 3 --- kwayland-integration-5.21.5.tar.xz.sig | 11 ----------- kwayland-integration-5.21.90.tar.xz | 3 +++ kwayland-integration-5.21.90.tar.xz.sig | 11 +++++++++++ kwayland-integration.changes | 16 ++++++++++++++++ kwayland-integration.spec | 8 ++++---- 6 files changed, 34 insertions(+), 18 deletions(-) delete mode 100644 kwayland-integration-5.21.5.tar.xz delete mode 100644 kwayland-integration-5.21.5.tar.xz.sig create mode 100644 kwayland-integration-5.21.90.tar.xz create mode 100644 kwayland-integration-5.21.90.tar.xz.sig diff --git a/kwayland-integration-5.21.5.tar.xz b/kwayland-integration-5.21.5.tar.xz deleted file mode 100644 index 9cec302..0000000 --- a/kwayland-integration-5.21.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd1c713ea584c56f1d3551b08f7d5cd9fd9f66dff85e89de2436d71a3c2404f2 -size 23336 diff --git a/kwayland-integration-5.21.5.tar.xz.sig b/kwayland-integration-5.21.5.tar.xz.sig deleted file mode 100644 index f4d0e40..0000000 --- a/kwayland-integration-5.21.5.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCROxgACgkQEZaMRJKM -rvzcWAgAoZeIgsEd7yrq82KZKruf5AEfbEzPpz2dEQrNCBwMl78VIJAuVwWteChm -HQidud1QhVmO872QycbM1upCXayoyQsnIGxfgRT9W933ylEw3jH/TlWVV1q+Z4py -704gYBIXRJ74D235rv2e2Ji1CcPcwuusMwV/UAU/fZp8JYARFKAX2UU1OtEpgPhs -q47bJJTjkP0kP6UTpQZamX7nnCysOR0VpNZI/P71XuZHXou3hHue6ATMohd6JMiu -NmMY9C3q5ao2IOcLAeLGr6kg6lzEUoqbP5tP0lRviNI3M6G0hBO0kLq9TbEniQE5 -WTcb3eY3sKVmI4AiD3Mx3N8f9RxxTQ== -=XYet ------END PGP SIGNATURE----- diff --git a/kwayland-integration-5.21.90.tar.xz b/kwayland-integration-5.21.90.tar.xz new file mode 100644 index 0000000..712e8e3 --- /dev/null +++ b/kwayland-integration-5.21.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c922c3ec7c5c84d8aa85019385928590509e3b4fa81e14122453c9e7a4428 +size 22780 diff --git a/kwayland-integration-5.21.90.tar.xz.sig b/kwayland-integration-5.21.90.tar.xz.sig new file mode 100644 index 0000000..a34f39e --- /dev/null +++ b/kwayland-integration-5.21.90.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJZ4ACgkQ7JTRj38F +mX7ARAf/eM9bal5pSiDyyC4HEH42qVReWBYmS3nRepRRx9J69L/5B8Oc8a9tmiHW +M2W8toCUvG0lUze5pe5tr6UO89IG2LJh1X4I4AlfWYi9yOUfc5Gg8Zi3L403rTDs +jt8TDTAQjyzGAMPYOUiVzaQlGuq8HN0AVQmF6fQjEHDujUESMPgs5yJvKnfMNW2e +xlbstgjtfg62WbdWEEpJugB5V/97NSN9N5UfUpK3crjc3nhRdFdo3OqRHPZNprb0 +5sap7s/lhGcqfuQqz/0eD7Alfv/u5WU7Rx4JZ6BmrLVk8g9eqqF69QOqsaWbESip +nODQIqteN8o8ZrgGZ9ZPGmUh+M3zKQ== +=cxOl +-----END PGP SIGNATURE----- diff --git a/kwayland-integration.changes b/kwayland-integration.changes index d125b9f..d4cc04d 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu May 13 18:15:34 UTC 2021 - Fabian Vogt + +- Update to 5.21.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.90 +- Changes since 5.21.5: + * Migrate to KDECompilerSettings + * Fix compile against kf5.82 + * Drop functions which rely on PlasmaWindow::internalId() (kde#436498) + * Fix compilation with no deprecated build of KWindowSystem + * Raise minimum CMake version to 3.16 + * Use versionless Qt cmake target + * Autogenerate categories file + ------------------------------------------------------------------- Tue May 4 14:15:39 UTC 2021 - Fabian Vogt diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 5e4c686..a203786 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kwayland-integration -Version: 5.21.5 +Version: 5.21.90 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,12 +28,12 @@ Summary: Integration plugins for various KDE frameworks for wayland windo License: LGPL-2.1-or-later Group: Development/Libraries/KDE URL: http://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz +Source: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig +Source1: https://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz.sig Source2: plasma.keyring %endif -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem BuildRequires: cmake(KF5GuiAddons) >= 5.60.0