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/plasma5-integration?expand=0&rev=82
This commit is contained in:
Wolfgang Bauer 2018-09-15 12:29:47 +00:00 committed by Git OBS Bridge
parent cbb7b246ca
commit 0126ae07c9
4 changed files with 27 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Sep 13 17:25:02 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:
* Revert "Search in default path before calling find_package"
* Revert "Using Qt5Core rather than Qt5Widget for the version check"
* Revert "Search in default path before calling pkg-config"
* Search in default path before calling pkg-config
* Using Qt5Core rather than Qt5Widget for the version check
* Search in default path before calling find_package
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
* Don't depend on the exact version of Breeze
* Fix QFileDialog not remembering the last visited directory.
* KDE platform plugin: don't force default stylename on user-specified fonts
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 4 10:58:42 UTC 2018 - fabian@ritter-vogt.de Tue Sep 4 10:58:42 UTC 2018 - fabian@ritter-vogt.de

View File

@ -18,17 +18,17 @@
%bcond_without lang %bcond_without lang
Name: plasma5-integration Name: plasma5-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: Plugins responsible for better integration of Qt applications in KDE Workspace Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz Source: http://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 5.17.0 BuildRequires: extra-cmake-modules >= 5.17.0
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0 BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0