diff --git a/kwayland-integration-5.13.5.tar.xz b/kwayland-integration-5.13.5.tar.xz deleted file mode 100644 index ebc6a80..0000000 --- a/kwayland-integration-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba796c6284613beee8445f6ed574d3f8ea6ab6bf08d5d9ec2bdf8c5691ce13e2 -size 18512 diff --git a/kwayland-integration-5.14.0.tar.xz b/kwayland-integration-5.14.0.tar.xz new file mode 100644 index 0000000..411767b --- /dev/null +++ b/kwayland-integration-5.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812f8621c7bc1ab5df37937c50af172a3a86530f6f3589347abe4353cfc2aba7 +size 18672 diff --git a/kwayland-integration-5.14.0.tar.xz.sig b/kwayland-integration-5.14.0.tar.xz.sig new file mode 100644 index 0000000..6143a20 --- /dev/null +++ b/kwayland-integration-5.14.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3mrcACgkQEZaMRJKM +rvxgtAf/RkivmgEMRTrjLeqKUTpk8uf58p6vRDrLO7JbZ/Jb6oyhd8Q4rfM78i10 +zjfLJSuWkATxXBDKqzElPwcCuoM5CE4SqKO1uDBFlTj/VfJZIMqUp6Tdc8RrtoJo +Z2fRBl09pwSxaocjGwaQvdHcpF2wsYsJ0XCU5fH1NJrhBhV+Q0h0qK/7eKHW2IOE +WICcn0tn0l6IUrBqGUAtRipCli9UbO8sQAuFk1yIAR2/li4Mn9u5NkIN9SBcblIn +0LWqOH9TXO+5GQd4vbLvE53qymStDsPDm72fJ6Voip14XBAUu0UBQdpVEFgeU0d7 +svAd1RHJe56hCupsYYWtmJEYweyU8g== +=YNdy +-----END PGP SIGNATURE----- diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 0aecb59..95a21ab 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Oct 5 10:01:11 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.14.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.14.0.php +- No code changes since 5.13.90 + +------------------------------------------------------------------- +Sat Sep 15 16:25:28 UTC 2018 - fabian@ritter-vogt.de + +- Add tarball signature and keyring containing keys of release managers + Jonathan Riddell and Bhushan Shah + +------------------------------------------------------------------- +Thu Sep 13 17:25:01 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.13.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.13.90.php +- Changes since 5.13.5: + * QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency. + * Respect BUILD_TESTING + * Add category file + * Autogenerate loggin category + * USe override/nullptr + * Make sure that it builds with strict compile flags + * Align with the rest of Plasma + ------------------------------------------------------------------- Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de diff --git a/kwayland-integration.spec b/kwayland-integration.spec index 342abd5..37ea671 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -16,18 +16,24 @@ # +%bcond_without lang + Name: kwayland-integration -Version: 5.13.5 +Version: 5.14.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) -%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} -# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) -%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} +%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} +# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) +%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')} Summary: Integration plugins for various KDE frameworks for wayland windowing system License: LGPL-2.1-or-later Group: Development/Libraries/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz +Source: kwayland-integration-%{version}.tar.xz +%if %{with lang} +Source1: kwayland-integration-%{version}.tar.xz.sig +Source2: plasma.keyring +%endif BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem @@ -53,5 +59,6 @@ Provides integration plugins for various KDE frameworks for the wayland windowin %files %license COPYING* %{_kf5_plugindir}/ +%{_kf5_debugdir}/kwindowsystem.kwayland.categories %changelog diff --git a/plasma.keyring b/plasma.keyring new file mode 100644 index 0000000..5e9faf8 Binary files /dev/null and b/plasma.keyring differ