KDE Frameworks 5.53.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=160
This commit is contained in:
parent
b2b14e905e
commit
a50b35dfa3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b4b523d259e253882a01ed9897764097b440bbd242137532af9fc5420705b39
|
||||
size 115364
|
3
kcompletion-5.53.0.tar.xz
Normal file
3
kcompletion-5.53.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9f5c73178ee76308d0b9e5eef3d1338dcb8b4fab64aff0b278e3e24d405ae01
|
||||
size 115448
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 09 19:43:42 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.53.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
|
||||
- Changes since 5.52.0:
|
||||
* Mark private member pointer to pimpl interface instance const
|
||||
* Use include guards matching the filename
|
||||
* Include own header first
|
||||
* Use more explicit with private classes
|
||||
* Use member-function-pointer-based signal/slot connection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 11 19:48:03 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Completion5
|
||||
%define _tar_path 5.52
|
||||
%define _tar_path 5.53
|
||||
# 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: kcompletion
|
||||
Version: 5.52.0
|
||||
Version: 5.53.0
|
||||
Release: 0
|
||||
Summary: Provides widgets with advanced completion support
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user