OBS User mrdocs 2017-11-13 19:23:29 +00:00 committed by Git OBS Bridge
parent 2a5c224e23
commit b5dc5a746f
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 13 07:01:15 CET 2017 - lbeltrame@kde.org
- Update to 5.40.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
* fix createKMessageBox focus widget inconsistency
* more compact password dialog (kde#381231)
* Unbreak build: Add missing QScrollBar include
* Set KPageListView width properly
* autotests: add missing include <functional>
-------------------------------------------------------------------
Mon Oct 23 06:41:44 CEST 2017 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5WidgetsAddons5
%define _tar_path 5.39
%define _tar_path 5.40
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: kwidgetsaddons
Version: 5.39.0
Version: 5.40.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}