import libjpeg-turbo-1.5.3-12.el8
This commit is contained in:
parent
df6171edfb
commit
ab1c94aa86
@ -1,6 +1,6 @@
|
||||
Name: libjpeg-turbo
|
||||
Version: 1.5.3
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: A MMX/SSE2/SIMD accelerated library for manipulating JPEG image files
|
||||
License: IJG
|
||||
URL: http://sourceforge.net/projects/libjpeg-turbo
|
||||
@ -151,6 +151,7 @@ make test %{?_smp_mflags}
|
||||
%ldconfig_scriptlets -n turbojpeg
|
||||
|
||||
%files
|
||||
%license LICENSE.md
|
||||
%doc README.md README.ijg ChangeLog.md
|
||||
%{_libdir}/libjpeg.so.62*
|
||||
|
||||
@ -178,6 +179,7 @@ make test %{?_smp_mflags}
|
||||
%{_mandir}/man1/wrjpgcom.1*
|
||||
|
||||
%files -n turbojpeg
|
||||
%license LICENSE.md
|
||||
%{_libdir}/libturbojpeg.so.0*
|
||||
|
||||
%files -n turbojpeg-devel
|
||||
@ -186,6 +188,9 @@ make test %{?_smp_mflags}
|
||||
%{_libdir}/pkgconfig/libturbojpeg.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2021 Nikola Forró <nforro@redhat.com> - 1.5.3-12
|
||||
- Add missing license file (#1982572)
|
||||
|
||||
* Wed Jun 30 2021 Nikola Forró <nforro@redhat.com> - 1.5.3-11
|
||||
- Fix CVE-2020-17541 (#1972289)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user