Luca Beltrame 2017-12-22 16:25:48 +00:00 committed by Git OBS Bridge
parent b5dc5a746f
commit f9366c62c8
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:68420f8315442058d9159ffcb2f296a331ae72ef5126c76b2e8cd715032e069a
size 2179044

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Dec 17 09:43:49 CET 2017 - lbeltrame@kde.org
- Update to 5.41.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
* Avoid inconsistent passworddialog
* Set enable_blur_behind hint on demand.
* KDateComboBox: port to Qt5 connect syntax, remove Q_PRIVATE_SLOTs.
* autotests: replace member with local scoped pointer
* KPageListView: Update width on font change
-------------------------------------------------------------------
Mon Nov 13 07:01:15 CET 2017 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5WidgetsAddons5
%define _tar_path 5.40
%define _tar_path 5.41
# 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.40.0
Version: 5.41.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}