forked from pool/kimageformats
Accepting request 988144 from KDE:Frameworks5
KDE Frameworks 5.96 (forwarded request 987972 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/988144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=108
This commit is contained in:
commit
3c903f504f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:257a011608c682226c8559a8a2f26a37862a1400ec22fcb5f69e2273e8dbb8fe
|
||||
size 2926576
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiaiMACgkQWNDuZIpI
|
||||
s7t5MAgApv7S2zUNxKUXvcUQk1QduVjRzT0azM9iKnRqIwyncQQ+Za1LjcdSR/AK
|
||||
hhTUYUrW7nD4I7BnRR4qYueOt7jspKcoE1in1Qk199QtMh5FLyOvpnUsvj1L2jpN
|
||||
l5b0PTNEF82VfR53f8OyTDB/W+d0otg59SpkLwj+y+a7De7NH6n/N0TtqJmYNVL+
|
||||
fwIGUY1ytJCnaFfxKwOjxIn46YODUYOhOybvTGrmsV6kVwurHPu2suDCSv0WsX2Y
|
||||
xjlHRkq0gxUe0iU0vmG7U2UN1jJPl1CJTl8p5Ww/SxCF4n7sqF3jvc2jDneyM853
|
||||
AyKWnrqgOpkc0/KfiIn9o/PNgH/6cQ==
|
||||
=ezPm
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.96.0.tar.xz
Normal file
3
kimageformats-5.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ce354ef2d0146609e0a681e74da078b0592195e304d45670e5e698d5167435
|
||||
size 3589112
|
11
kimageformats-5.96.0.tar.xz.sig
Normal file
11
kimageformats-5.96.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc3oACgkQWNDuZIpI
|
||||
s7uPQwf+M2xC4+DEcGWrh/ttJw0oUWDfJb9hvln9MlgoqTEjGwLJ4CndXqF90Gph
|
||||
t2Ow23qGtuo3MiAZC+PcVDrrTsnP5VvKJbN7cd88CupCbBWVza6ma0SkhhXZG/nx
|
||||
K+kLkPk5JGPrtnqiQVjp31w6M7Uhd4cHHYz/3jy8faPyjzeY2Zm/LM6bdnTMfeJv
|
||||
5uNIzJqwzbG5JnkRPABdYILq6FNAahtFvaxP5k/PVr3ZaRXrJLRDNjTqhxzgXHQJ
|
||||
J2UDIiYEvx3o/72oComZO3hDaYQ0GV3T2rTtvhDR9r5WLCE4zUqsboh/1dYSJr88
|
||||
fRepYQMasVJOOGT6yUgyQbakvtOG+A==
|
||||
=qPiA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 11:56:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.96.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.96.0
|
||||
- Changes since 5.95.0:
|
||||
* PSD header checks according to specifications
|
||||
* Improved detection of alpha channel on CMYK images
|
||||
* Minor code optimization
|
||||
* Minor code improvements (tested on all my MCYK PSD/PSB files)
|
||||
* Fix Alpha + testcase images
|
||||
* Fix regression
|
||||
* Basic support to CMYK 8/16 bits (not fully tested)
|
||||
* Require passing tests for the CI to pass
|
||||
* jxl: support both old 0.6.1 and new 0.7.0 libjxl API
|
||||
* Remove extra ';'
|
||||
* avif: read performance improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 13:18:42 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
|
||||
%define with_heif 1
|
||||
%endif
|
||||
%define _tar_path 5.95
|
||||
%define _tar_path 5.96
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -30,7 +30,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without released
|
||||
Name: kimageformats
|
||||
Version: 5.95.0
|
||||
Version: 5.96.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user