forked from pool/kcoreaddons
KDE Frameworks 5.57.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=193
This commit is contained in:
parent
fbfe953b02
commit
b08c1da504
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f41039f1bd453087ff784e9e95d4f09624ff893fe0298d3c986a6a554b37b9e
|
|
||||||
size 360436
|
|
3
kcoreaddons-5.57.0.tar.xz
Normal file
3
kcoreaddons-5.57.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c2573de9b745e55fe61cff26941839cff0d2e40b6c5d791c24c9d6cc8cf7485
|
||||||
|
size 361424
|
@ -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
|
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5CoreAddons5
|
%define lname libKF5CoreAddons5
|
||||||
%define _tar_path 5.56
|
%define _tar_path 5.57
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcoreaddons
|
Name: kcoreaddons
|
||||||
Version: 5.56.0
|
Version: 5.57.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for core application functionality and accessing the OS
|
Summary: Utilities for core application functionality and accessing the OS
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user