forked from pool/kimageformats
Accepting request 695229 from KDE:Frameworks5
KDE Frameworks 5.57.0 OBS-URL: https://build.opensuse.org/request/show/695229 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=67
This commit is contained in:
commit
22c5b89283
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a58ddeb83295d1c0305897788aa303aba6ec8d3f9663f3d175cb8337a518f0b1
|
|
||||||
size 204316
|
|
3
kimageformats-5.57.0.tar.xz
Normal file
3
kimageformats-5.57.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7ce6c4737ae2846f015633e7479b60460d960a3a578777c2a884d499bd6cc14
|
||||||
|
size 204656
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 14 20:21:43 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 compilation
|
||||||
|
* ora:kra: qstrcmp -> memcmp
|
||||||
|
* autotests: Also exercise canRead
|
||||||
|
* Fix RGBHandler::canRead
|
||||||
|
* xcf: Don't crash with files with unsupported layer modes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 10 20:15:36 UTC 2019 - lbeltrame@kde.org
|
Sun Mar 10 20:15:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%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}')}
|
||||||
Name: kimageformats
|
Name: kimageformats
|
||||||
Version: 5.56.0
|
Version: 5.57.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Image format plugins for Qt
|
Summary: Image format plugins for Qt
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user