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.13.90.tar.xz b/kwayland-integration-5.13.90.tar.xz new file mode 100644 index 0000000..347729f --- /dev/null +++ b/kwayland-integration-5.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d9dece2296b310f2c3610761e8e9740468ff90655c58b0f8f90c489d8fc86 +size 18704 diff --git a/kwayland-integration.changes b/kwayland-integration.changes index 0aecb59..b68df72 100644 --- a/kwayland-integration.changes +++ b/kwayland-integration.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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..beb8646 100644 --- a/kwayland-integration.spec +++ b/kwayland-integration.spec @@ -17,17 +17,17 @@ Name: kwayland-integration -Version: 5.13.5 +Version: 5.13.90 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: http://download.kde.org/unstable/plasma/%{version}/kwayland-integration-%{version}.tar.xz BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: kf5-filesystem @@ -53,5 +53,6 @@ Provides integration plugins for various KDE frameworks for the wayland windowin %files %license COPYING* %{_kf5_plugindir}/ +%{_kf5_debugdir}/kwindowsystem.kwayland.categories %changelog