forked from pool/kimageformats
KDE Frameworks 5.56.0 + bugfixes in plasma-framework and kirigami2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=169
This commit is contained in:
parent
d736490bee
commit
0d45543633
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1affc14c27c1dbf66839a3a132c8b6eb2df941bfc385fe2a57ba4542ada1d42
|
||||
size 204296
|
3
kimageformats-5.56.0.tar.xz
Normal file
3
kimageformats-5.56.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a58ddeb83295d1c0305897788aa303aba6ec8d3f9663f3d175cb8337a518f0b1
|
||||
size 204316
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 20:15:36 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:
|
||||
* ras: fix crash on broken files
|
||||
* Use auto here too
|
||||
* compile without foreach
|
||||
* ras: protect the palette QVector too
|
||||
* ras: tweak max file check
|
||||
* xcf: Fix uninitialized memory use on broken documents
|
||||
* add const, helps understand the function better
|
||||
* ras: tweak max size that "fits" in a QVector
|
||||
* ras: don't assert because we try to allicate a huge vector
|
||||
* ras: Protect against divide by zero
|
||||
* xcf: Don't divide by 0
|
||||
* tga: fail gracefully if readRawData errors
|
||||
* ras: fail gracefully on height*width*bpp > length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.55
|
||||
%define _tar_path 5.56
|
||||
# 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}')}
|
||||
Name: kimageformats
|
||||
Version: 5.55.0
|
||||
Version: 5.56.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user