!35 update to 3.0.0

From: @zppzhangpan 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-08-02 08:54:41 +00:00 committed by Gitee
commit bd0f719c4b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
libjpeg-turbo-3.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libjpeg-turbo
Version: 2.1.1
Release: 6
Version: 3.0.0
Release: 1
Summary: MMX/SSE2/SIMD accelerated libjpeg-compatible JPEG codec library
License: IJG
URL: http://sourceforge.net/projects/libjpeg-turbo
@ -118,7 +118,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
%exclude /usr/share/doc/libjpeg-turbo/*
%files devel
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.txt
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt
%exclude %{_includedir}/turbojpeg.h
%{_includedir}/*.h
%{_libdir}/libjpeg.so
@ -149,6 +149,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
%{_mandir}/man1/*.1*
%changelog
* Fri Jul 21 2023 zhangpan <zhangpan103@h-partners.com> - 3.0.0-1
- update to 3.0.0
* Mon Jul 10 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 2.1.1-6
- add riscv64 support