SHA256
1
0
forked from pool/kcoreaddons
Luca Beltrame 2017-12-22 16:25:16 +00:00 committed by Git OBS Bridge
parent 9a11f6ff7c
commit 881fe92b39
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Dec 17 09:43:48 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:
* Autotest: fix for HOME having a trailing slash
* Input validation of SubJobs
* Warn about errors when parsing json files
* Install mimetype definitions for kcfg/kcfgc/ui.rc/knotify & qrc files
* Add a new function to measure the length by text.
* Keep widgets optional, as it's a test
* Look for Qt5 rather than Qt5Widgets
* Remove unused code
* Fix KAutoSave bug on file with white space in it
-------------------------------------------------------------------
Mon Nov 13 07:01:13 CET 2017 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5CoreAddons5
%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: kcoreaddons
Version: 5.40.0
Version: 5.41.0
Release: 0
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_tar_path}