Accepting request 1131315 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1131315 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lcms2?expand=0&rev=39
This commit is contained in:
commit
23b2196874
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39
|
||||
size 7548405
|
BIN
lcms2-2.16.tar.gz
(Stored with Git LFS)
Normal file
BIN
lcms2-2.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 20:27:04 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||
|
||||
- update to 2.16:
|
||||
* New: import .CUBE files as RGB device links
|
||||
* New: Read/Write MHC2 tags for Windows GPU access
|
||||
* New: Support for UTF8 on multi-localized Unicode functions
|
||||
* New: Support for OkLab color space, built-in and formatter.
|
||||
* Improved: floating point transforms float -> integer are now
|
||||
honored as float
|
||||
* Improved: MSYS2, mingw is now supported
|
||||
* Improved: preferred CMM, platform and creator now survives profile
|
||||
edition.
|
||||
* Fixed: tificc now can deal with Lab TIFF
|
||||
* Fixed: code can now be compiled by a C++17 compiler, "register"
|
||||
keyword use detected at compile time.
|
||||
* Fixed: Reverted PostScript creation that corrupted some interpreters.
|
||||
* Bug fixing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 09:49:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lcms2
|
||||
Version: 2.15
|
||||
Version: 2.16
|
||||
Release: 0
|
||||
Summary: Little CMS Engine - A color management library and tools
|
||||
License: MIT
|
||||
@ -87,7 +87,7 @@ This package contains user and developer documentation for lcms2.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
chmod a-x doc/* COPYING AUTHORS
|
||||
chmod a-x doc/* LICENSE AUTHORS
|
||||
|
||||
%build
|
||||
|
||||
@ -113,7 +113,7 @@ rm %{buildroot}/%{_libdir}/liblcms2.la
|
||||
%postun -n liblcms2-2 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%doc AUTHORS
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man?/*.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user