forked from pool/karchive
KDE Frameworks 5.56.0 + bugfixes in plasma-framework and kirigami2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/karchive?expand=0&rev=167
This commit is contained in:
parent
b3c42a31c1
commit
a31bb36a88
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8475efa46cdc054d9fb6336e42c6075fb037921a9147d4e5aa564a5e58b79fd2
|
|
||||||
size 439948
|
|
3
karchive-5.56.0.tar.xz
Normal file
3
karchive-5.56.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:281a6cea68d19d56f8506e839e450d6652604e49ab70b540e29828b50adbcad6
|
||||||
|
size 439980
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.56.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
|
||||||
|
- Changes since 5.55.0:
|
||||||
|
* Revert "Return KFilterBase::End if KGzipFilter::uncompress_noop() finished reading"
|
||||||
|
* Return KFilterBase::End if KGzipFilter::uncompress_noop() finished reading
|
||||||
|
* Make it compiles without foreach
|
||||||
|
* Guard KCompressionDevice::open being called with no backend available (kde#404240)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
|
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.55
|
%define _tar_path 5.56
|
||||||
# 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}')}
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.55.0
|
Version: 5.56.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 addon providing access to numerous types of archives
|
Summary: Qt 5 addon providing access to numerous types of archives
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user