Dominique Leuenberger 2018-08-10 07:45:40 +00:00 committed by Git OBS Bridge
commit 019e0ef9bf
4 changed files with 32 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 8 15:45:50 UTC 2018 - jengelh@inai.de
- Update description and switch out MMX/SSE by the more generic
term SIMD.
-------------------------------------------------------------------
Wed Aug 1 11:39:01 UTC 2018 - tchvatal@suse.com

View File

@ -28,7 +28,7 @@
Name: libjpeg-turbo
Version: %{srcver}
Release: 0
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
Summary: A SIMD-accelerated library for manipulating JPEG image files
License: BSD-3-Clause
Group: Productivity/Graphics/Convertors
URL: https://github.com/libjpeg-turbo/libjpeg-turbo
@ -48,7 +48,10 @@ Obsoletes: jpeg < %{version}
%description
The libjpeg-turbo package contains a library of functions for manipulating
JPEG images. It also includes the following command line utilities:
JPEG images. It supports architecture-specific SIMD instructions,
such as SSE/SSE2/AVX2, AltiVec, NEON, MIPS DSPR2, and Loongson MMI.
It also includes the following command line utilities:
djpeg - decompress a JPEG file to an image file
jpegtran - lossless transformation of JPEG files
rdjpgcom - display text comments from a JPEG file
@ -58,22 +61,24 @@ JPEG images. It also includes the following command line utilities:
%package -n libjpeg%{major}
Version: %{libver}
Release: 0
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Summary: A SIMD-accelerated JPEG compression/decompression library
Group: System/Libraries
%description -n libjpeg%{major}
This library contains MMX/SSE accelerated functions for manipulating
JPEG images.
A library for manipulating JPEG images. It supports
architecture-specific SIMD instructions, such as SSE/SSE2/AVX2,
AltiVec, NEON, MIPS DSPR2, and Loongson MMI.
%package -n libturbojpeg%{tmajor}
Version: %{version}
Release: 0
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Summary: A SIMD-accelerated JPEG compression/decompression library
Group: System/Libraries
%description -n libturbojpeg%{tmajor}
This library contains MMX/SSE accelerated functions for manipulating
JPEG images.
A library for manipulating JPEG images. It supports
architecture-specific SIMD instructions, such as SSE/SSE2/AVX2,
AltiVec, NEON, MIPS DSPR2, and Loongson MMI.
%package -n libjpeg%{major}-devel
Version: %{libver}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 8 15:45:50 UTC 2018 - jengelh@inai.de
- Update description and switch out MMX/SSE by the more generic
term SIMD.
-------------------------------------------------------------------
Wed Aug 1 11:39:01 UTC 2018 - tchvatal@suse.com

View File

@ -24,7 +24,7 @@
Name: libjpeg62-turbo
Version: %{srcver}
Release: 0
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
Summary: A SIMD-accelerated library for manipulating JPEG image files
License: BSD-3-Clause
Group: Productivity/Graphics/Convertors
URL: http://sourceforge.net/projects/libjpeg-turbo
@ -41,18 +41,20 @@ Conflicts: jpeg%{major}
%description
The libjpeg-turbo package contains a library of functions for manipulating
JPEG images.
JPEG images. It supports architecture-specific SIMD instructions,
such as SSE/SSE2/AVX2, AltiVec, NEON, MIPS DSPR2, and Loongson MMI.
%package -n libjpeg%{major}
Version: %{libver}
Release: 0
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Summary: A SIMD-accelerated JPEG compression/decompression library
Group: System/Libraries
Obsoletes: libjpeg = 6.2.0
%description -n libjpeg%{major}
This library contains MMX/SSE accelerated functions for manipulating
JPEG images.
A library for manipulating JPEG images. It supports
architecture-specific SIMD instructions, such as SSE/SSE2/AVX2,
AltiVec, NEON, MIPS DSPR2, and Loongson MMI.
%package -n libjpeg%{major}-devel
Version: %{libver}