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