!19 update to version 2.16

From: @paulthomas100199 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-12-29 07:15:18 +00:00 committed by Gitee
commit deba62f50c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
Name: lcms2
Version: 2.15
Version: 2.16
Release: 1
Summary: Color Management Engine
License: MIT
URL: https://www.littlecms.com/
Source0: https://sourceforge.net/projects/lcms/files/lcms/2.13/%{name}-%{version}.tar.gz
URL: https://www.littlecms.com
Source0: %{url}/%{name}-%{version}.tar.gz
BuildRequires: gcc libjpeg-devel libtiff-devel zlib-devel
@ -37,7 +37,7 @@ Development files for LittleCMS.
%autosetup -n %{name}-%{version} -p1
%build
%configure --program-suffix=2
%configure
%disable_rpath
%make_build
@ -54,7 +54,9 @@ Development files for LittleCMS.
%files
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
%doc ChangeLog
%doc README*
%license LICENSE
%{_libdir}/liblcms2.so.2*
%files utils
@ -72,6 +74,9 @@ Development files for LittleCMS.
%{_mandir}/*
%changelog
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 2.16-1
- update to version 2.16
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.15-1
- update to 2.15