Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland-integration?expand=0&rev=135
This commit is contained in:
Wolfgang Bauer 2018-09-15 12:29:42 +00:00 committed by Git OBS Bridge
parent 780f667abb
commit 08ce45ed2c
4 changed files with 25 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba796c6284613beee8445f6ed574d3f8ea6ab6bf08d5d9ec2bdf8c5691ce13e2
size 18512

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de2d9dece2296b310f2c3610761e8e9740468ff90655c58b0f8f90c489d8fc86
size 18704

View File

@ -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 Tue Sep 4 10:58:41 UTC 2018 - fabian@ritter-vogt.de

View File

@ -17,17 +17,17 @@
Name: kwayland-integration Name: kwayland-integration
Version: 5.13.5 Version: 5.13.90
Release: 0 Release: 0
# Full Plasma 5 version (e.g. 5.8.95) # Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF) # Latest 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_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Summary: Integration plugins for various KDE frameworks for wayland windowing system Summary: Integration plugins for various KDE frameworks for wayland windowing system
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Url: http://www.kde.org 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: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
@ -53,5 +53,6 @@ Provides integration plugins for various KDE frameworks for the wayland windowin
%files %files
%license COPYING* %license COPYING*
%{_kf5_plugindir}/ %{_kf5_plugindir}/
%{_kf5_debugdir}/kwindowsystem.kwayland.categories
%changelog %changelog