SHA256
1
0
forked from pool/kcoreaddons
Wolfgang Bauer 2019-04-16 16:54:17 +00:00 committed by Git OBS Bridge
parent fbfe953b02
commit b08c1da504
4 changed files with 26 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Apr 14 20:21:42 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* Fix "* foo *" we don't want to bold this string.
* Fix Bug 401996 - clicking contact web url => uncomplete url is selected (kde#401996)
* autotests: comment out verbose output from KDirWatch
* Print strerror when inotify fails (typical reason: "too many open files").
* Port to qregularexpression + simplify it. all autotest ok
* Add more autotest
* Fix bug when we have several space
* Fix compilation with Android API level >= 26
* Add Q_EMIT to emit signal call
* port to std::sort
* Use range-based for loop
* Make it compile without foreach
-------------------------------------------------------------------
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org

View File

@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%define _tar_path 5.56
%define _tar_path 5.57
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kcoreaddons
Version: 5.56.0
Version: 5.57.0
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later