Accepting request 1130842 from home:ateixeira:branches:multimedia:libs

- 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

OBS-URL: https://build.opensuse.org/request/show/1130842
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lcms2?expand=0&rev=89
This commit is contained in:
Takashi Iwai 2023-12-06 10:36:50 +00:00 committed by Git OBS Bridge
parent d86c7c206c
commit 7da290e676
4 changed files with 25 additions and 6 deletions

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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?/*.*