diff --git a/kcoreaddons-5.56.0.tar.xz b/kcoreaddons-5.56.0.tar.xz deleted file mode 100644 index 964c99c..0000000 --- a/kcoreaddons-5.56.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f41039f1bd453087ff784e9e95d4f09624ff893fe0298d3c986a6a554b37b9e -size 360436 diff --git a/kcoreaddons-5.57.0.tar.xz b/kcoreaddons-5.57.0.tar.xz new file mode 100644 index 0000000..73aeaa8 --- /dev/null +++ b/kcoreaddons-5.57.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2573de9b745e55fe61cff26941839cff0d2e40b6c5d791c24c9d6cc8cf7485 +size 361424 diff --git a/kcoreaddons.changes b/kcoreaddons.changes index 6bfb8ca..ce043d2 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -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 diff --git a/kcoreaddons.spec b/kcoreaddons.spec index ae277f3..27b44ef 100644 --- a/kcoreaddons.spec +++ b/kcoreaddons.spec @@ -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