SHA256
1
0
forked from pool/kcoreaddons
2018-12-11 16:54:43 +00:00
committed by Git OBS Bridge
parent c0a531a33a
commit 3e1bf45101
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:49aaae09f4196f2aef7b78ea2ee4d290bbedd9fe3831680197e3a767697c78d3
size 351716

View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Dec 09 19:53:38 UTC 2018 - lbeltrame@kde.org
- Update to 5.53.1
* Hotfix release to fix a build problem
- Changes since 5.53.0:
* make it build
-------------------------------------------------------------------
Sun Dec 09 19:43:43 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:
* Use isEmpty()
* Make it possible to use KAboutData/License/Person from QML
* KPluginFactory: fix create() apidox
* Fix crash if XDG_CACHE_HOME directory is too small or out of space (kde#400610)
-------------------------------------------------------------------
Sun Nov 11 19:48:03 UTC 2018 - lbeltrame@kde.org

View File

@@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5
%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: kcoreaddons
Version: 5.52.0
Version: 5.53.1
Release: 0
Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later