- update to version 2.0.1:
* jsimd_quantize_float_dspr2() and jsimd_convsamp_float_dspr2() functions in the MIPS DSPr2 SIMD extensions are now disabled at compile time if the soft float ABI is enabled * Fixed a regression in the SIMD feature detection code, introduced by the AVX2 SIMD extensions * Fixed out-of-bounds read in cjpeg that occurred when attempting to compress a specially-crafted malformed color-index (8-bit-per-sample) Targa file - update to version 2.0.1: * jsimd_quantize_float_dspr2() and jsimd_convsamp_float_dspr2() functions in the MIPS DSPr2 SIMD extensions are now disabled at compile time if the soft float ABI is enabled * Fixed a regression in the SIMD feature detection code, introduced by the AVX2 SIMD extensions * Fixed out-of-bounds read in cjpeg that occurred when attempting to compress a specially-crafted malformed color-index (8-bit-per-sample) Targa file OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=85
This commit is contained in:
parent
8be3fb3b5b
commit
61501d0852
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:778876105d0d316203c928fd2a0374c8c01f755d0a00b12a1c8934aeccff8868
|
||||
size 2158457
|
3
libjpeg-turbo-2.0.1.tar.gz
Normal file
3
libjpeg-turbo-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5f86cec31df1d39596e0cca619ab1b01f99025a27dafdfc97a30f3a12f866ff
|
||||
size 2159130
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 11:14:01 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- update to version 2.0.1:
|
||||
* jsimd_quantize_float_dspr2() and jsimd_convsamp_float_dspr2()
|
||||
functions in the MIPS DSPr2 SIMD extensions are now disabled
|
||||
at compile time if the soft float ABI is enabled
|
||||
* Fixed a regression in the SIMD feature detection code,
|
||||
introduced by the AVX2 SIMD extensions
|
||||
* Fixed out-of-bounds read in cjpeg that occurred when attempting
|
||||
to compress a specially-crafted malformed color-index
|
||||
(8-bit-per-sample) Targa file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 07:11:27 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -12,11 +12,11 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define srcver 2.0.0
|
||||
%define srcver 2.0.1
|
||||
%define major 8
|
||||
%define minor 2
|
||||
%define micro 2
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 11:10:50 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- update to version 2.0.1:
|
||||
* jsimd_quantize_float_dspr2() and jsimd_convsamp_float_dspr2()
|
||||
functions in the MIPS DSPr2 SIMD extensions are now disabled
|
||||
at compile time if the soft float ABI is enabled
|
||||
* Fixed a regression in the SIMD feature detection code,
|
||||
introduced by the AVX2 SIMD extensions
|
||||
* Fixed out-of-bounds read in cjpeg that occurred when attempting
|
||||
to compress a specially-crafted malformed color-index
|
||||
(8-bit-per-sample) Targa file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 07:11:27 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define major 62
|
||||
%define minor 3
|
||||
%define micro 0
|
||||
%define srcver 2.0.0
|
||||
%define srcver 2.0.1
|
||||
%define libver %{major}.%{minor}.%{micro}
|
||||
Name: libjpeg62-turbo
|
||||
Version: %{srcver}
|
||||
|
Loading…
x
Reference in New Issue
Block a user