Accepting request 228281 from graphics
- update to 1.3.1: * Fixed a bug whereby attempting to encode a progressive JPEG with arithmetic entropy coding (by passing arguments of -progressive -arithmetic to cjpeg or jpegtran, for instance) would result in an error, "Requested feature was omitted at compile time". * Fixed a couple of issues whereby malformed JPEG images would cause libjpeg-turbo to use uninitialized memory during decompression. * Fixed an error ("Buffer passed to JPEG library is too small") that occurred when calling the TurboJPEG YUV encoding function with a very small (< 5x5) source image, and added a unit test to check for this error. * etc. see ChangeLog.txt - update to 1.3.1: * Fixed a bug whereby attempting to encode a progressive JPEG with arithmetic entropy coding (by passing arguments of -progressive -arithmetic to cjpeg or jpegtran, for instance) would result in an error, "Requested feature was omitted at compile time". * Fixed a couple of issues whereby malformed JPEG images would cause libjpeg-turbo to use uninitialized memory during decompression. * Fixed an error ("Buffer passed to JPEG library is too small") that occurred when calling the TurboJPEG YUV encoding function with a very small (< 5x5) source image, and added a unit test to check for this error. * etc. see ChangeLog.txt OBS-URL: https://build.opensuse.org/request/show/228281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjpeg-turbo?expand=0&rev=23
This commit is contained in:
commit
a6a850fa98
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2657008cfc08aadbaca065bd9f8964b8a2c0abd03e73da5b5f09c1216be31234
|
|
||||||
size 1361603
|
|
3
libjpeg-turbo-1.3.1.tar.gz
Normal file
3
libjpeg-turbo-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9
|
||||||
|
size 1390282
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 31 09:29:11 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update to 1.3.1:
|
||||||
|
* Fixed a bug whereby attempting to encode a progressive JPEG
|
||||||
|
with arithmetic entropy coding (by passing arguments of
|
||||||
|
-progressive -arithmetic to cjpeg or jpegtran, for instance)
|
||||||
|
would result in an error, "Requested feature was omitted at
|
||||||
|
compile time".
|
||||||
|
* Fixed a couple of issues whereby malformed JPEG images would
|
||||||
|
cause libjpeg-turbo to use uninitialized memory during
|
||||||
|
decompression.
|
||||||
|
* Fixed an error ("Buffer passed to JPEG library is too small")
|
||||||
|
that occurred when calling the TurboJPEG YUV encoding function
|
||||||
|
with a very small (< 5x5) source image, and added a unit test
|
||||||
|
to check for this error.
|
||||||
|
* etc. see ChangeLog.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 20 21:16:13 UTC 2014 - tchvatal@suse.com
|
Thu Feb 20 21:16:13 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcver 1.3.0
|
%define srcver 1.3.1
|
||||||
%define major 8
|
%define major 8
|
||||||
%define minor 0
|
%define minor 0
|
||||||
%define micro 2
|
%define micro 2
|
||||||
@ -35,8 +35,8 @@ Group: Productivity/Graphics/Convertors
|
|||||||
Url: http://sourceforge.net/projects/libjpeg-turbo
|
Url: http://sourceforge.net/projects/libjpeg-turbo
|
||||||
Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/libjpeg-turbo-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/libjpeg-turbo-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libjpeg-turbo-%{version}-int32.patch
|
Patch0: libjpeg-turbo-1.3.0-int32.patch
|
||||||
Patch1: libjpeg-turbo-%{version}-tiff-ojpeg.patch
|
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
||||||
Patch2: libjpeg-ocloexec.patch
|
Patch2: libjpeg-ocloexec.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 31 09:32:32 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update to 1.3.1:
|
||||||
|
* Fixed a bug whereby attempting to encode a progressive JPEG
|
||||||
|
with arithmetic entropy coding (by passing arguments of
|
||||||
|
-progressive -arithmetic to cjpeg or jpegtran, for instance)
|
||||||
|
would result in an error, "Requested feature was omitted at
|
||||||
|
compile time".
|
||||||
|
* Fixed a couple of issues whereby malformed JPEG images would
|
||||||
|
cause libjpeg-turbo to use uninitialized memory during
|
||||||
|
decompression.
|
||||||
|
* Fixed an error ("Buffer passed to JPEG library is too small")
|
||||||
|
that occurred when calling the TurboJPEG YUV encoding function
|
||||||
|
with a very small (< 5x5) source image, and added a unit test
|
||||||
|
to check for this error.
|
||||||
|
* etc. see ChangeLog.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:51:24 UTC 2013 - pgajdos@suse.com
|
Tue Sep 10 12:51:24 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 62
|
%define major 62
|
||||||
%define minor 1
|
%define minor 1
|
||||||
%define micro 0
|
%define micro 0
|
||||||
%define srcver 1.3.0
|
%define srcver 1.3.1
|
||||||
%define libver %{major}.%{minor}.%{micro}
|
%define libver %{major}.%{minor}.%{micro}
|
||||||
|
|
||||||
Name: libjpeg62-turbo
|
Name: libjpeg62-turbo
|
||||||
@ -31,8 +31,8 @@ Group: Productivity/Graphics/Convertors
|
|||||||
Url: http://sourceforge.net/projects/libjpeg-turbo
|
Url: http://sourceforge.net/projects/libjpeg-turbo
|
||||||
Source0: http://downloads.sourceforge.net/project/libjpeg-turbo/%{version}/libjpeg-turbo-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/project/libjpeg-turbo/%{version}/libjpeg-turbo-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libjpeg-turbo-%{version}-int32.patch
|
Patch0: libjpeg-turbo-1.3.0-int32.patch
|
||||||
Patch1: libjpeg-turbo-%{version}-tiff-ojpeg.patch
|
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
||||||
Patch2: libjpeg-ocloexec.patch
|
Patch2: libjpeg-ocloexec.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user