update to version 2.16

This commit is contained in:
lwg 2023-12-28 15:12:14 +08:00
parent 89b7d3c802
commit 4820746cba
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