Accepting request 1124357 from home:dirkmueller:Factory

- update to 3.0.2:
  * Fix #include <ctype.h> in spectro/conv.c
  * Fix typo introduced into spectro/i1d3.c that prevents
    retail i1d3 from working.
  * Fixed accuracy problem with xicclu -fb when using cLut type
    profiles that use a matrix in their B2A table.
  * Fixed crash in xicclu with device link profiles.
  * Fixed error when creating profiles with
    ARGYLL_CREATE_DISPLAY_PROFILE_WITH_CHAD or
    ARGYLL_CREATE_OUTPUT_PROFILE_WITH_CHAD.
  * Make re-writing an ICC profile more forgiving of
    tags that are incorrect for the profile version.
  * Fixed problem with writing textDescriptionType
    ScriptCode that was not being padded to 67 characters.
  * Fixed bug in CGATS output. This showed up in oeminst.

  * Changed i1d3 driver to cope with Rev. B "0x83" error robustly. This should
  * Fixed possible crashes in xicc/ccss.c and spectro/oeminst.c
* Fix SpyderX faulty initial black calibration
    L* 1 and 99 are not rounded.
- Remove obsolete patch argyllcms-decl.patch
  * Fix oeminst for OS X Spyder 4 CD calibration file location.
  * Fixed USB problem with i1pro (Rev B & D ?), where communications
  * Added workaround for i1d3 Rev. B status code 0x83 on very low
  * Fixed bug in Klein K10 driver - adaptive measurement wasn't properly
  * Improved Klein K10 driver to be more robust when lights off command
    returns bogus error codes, or causes a cascade of bogus measurement
  * Added maximum sensor frequency check for Spyder & i1d3 drivers,
    being read, nor allows bi-directional strip reading, if "printtarg -r"
    was used. A warning will be issued if "printtarg -r" was used, and

OBS-URL: https://build.opensuse.org/request/show/1124357
OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=58
This commit is contained in:
Antonio Teixeira 2023-11-13 13:05:26 +00:00 committed by Git OBS Bridge
parent 6e1300ec2c
commit 3891f61807
4 changed files with 71 additions and 52 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3f8932f311a8c0c1239baf475e069d645ed6aa991e1e8d822bae361e1764651
size 14186686

BIN
Argyll_V3.0.2_src.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Nov 9 08:40:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.2:
* Fix #include <ctype.h> in spectro/conv.c
* Fix typo introduced into spectro/i1d3.c that prevents
retail i1d3 from working.
* Fixed accuracy problem with xicclu -fb when using cLut type
profiles that use a matrix in their B2A table.
* Fixed crash in xicclu with device link profiles.
* Fixed error when creating profiles with
ARGYLL_CREATE_DISPLAY_PROFILE_WITH_CHAD or
ARGYLL_CREATE_OUTPUT_PROFILE_WITH_CHAD.
* Make re-writing an ICC profile more forgiving of
tags that are incorrect for the profile version.
* Fixed problem with writing textDescriptionType
ScriptCode that was not being padded to 67 characters.
* Fixed bug in CGATS output. This showed up in oeminst.
-------------------------------------------------------------------
Fri Sep 22 19:22:42 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -19,7 +19,7 @@
%define tarname Argyll
Name: argyllcms
Version: 3.0.0
Version: 3.0.2
Release: 0
Summary: ICC compatible color management system
License: AGPL-3.0-only AND GPL-2.0-or-later AND MIT