From 09f33f79526153a10aad9791cffb51b0aedbf1e37a19f341b550aca6a1328f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 20 Dec 2013 14:17:31 +0000 Subject: [PATCH] Accepting request 211874 from home:fcrozat:branches:multimedia:color_management - Release 1.6.2: + Added "dark region emphasis" -V parameter to targen and colprof. + Fixed bug and tweaked dispcal black point optimization to err on the black side. Added -v3 for even more debugging information. + Changed i1d3 driver to be more forgiving of EEProm checksum calculation (support for ""A-02"" release). + Fixed problem with TV encoded output and dispread -E -k/-K. + Fixed minor bug in DE94 in icclib. + Fixed major bug in illumread - result was being corrupted. + Fixed "edges don't match" bug in printarg when -iCM -h -s/-S used. + Fix bug in -H flag in ccxxmake, chartread, dispcal, dispread, illumread & spotread so that it works once again. - Bugfix update from 1.6.1: + Fix bug in "average -m" + Fix oeminst to work with a wider range of i1d3 install files. + Fix ColorMunki reflective measurement accuracy, particularly for reflective readings. - Remove argyllcms-stringcompare.patch, argyllcms-void.patch: merged upstream. OBS-URL: https://build.opensuse.org/request/show/211874 OBS-URL: https://build.opensuse.org/package/show/multimedia:color_management/argyllcms?expand=0&rev=22 --- Argyll_V1.6.0_src.zip | 3 --- Argyll_V1.6.2_src.zip | 3 +++ argyllcms-stringcompare.patch | 13 ------------- argyllcms-void.patch | 13 ------------- argyllcms.changes | 25 +++++++++++++++++++++++++ argyllcms.spec | 8 +------- 6 files changed, 29 insertions(+), 36 deletions(-) delete mode 100644 Argyll_V1.6.0_src.zip create mode 100644 Argyll_V1.6.2_src.zip delete mode 100644 argyllcms-stringcompare.patch delete mode 100644 argyllcms-void.patch diff --git a/Argyll_V1.6.0_src.zip b/Argyll_V1.6.0_src.zip deleted file mode 100644 index fbd2d98..0000000 --- a/Argyll_V1.6.0_src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c15f32759003b639bd072afed9bb666f83eed052e968f06e3a7858291fe40015 -size 10240560 diff --git a/Argyll_V1.6.2_src.zip b/Argyll_V1.6.2_src.zip new file mode 100644 index 0000000..aa2fd17 --- /dev/null +++ b/Argyll_V1.6.2_src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21591d5615a584df438ecbfe7858fde571f6066e56da436c541d08ca899ac9f +size 10291838 diff --git a/argyllcms-stringcompare.patch b/argyllcms-stringcompare.patch deleted file mode 100644 index cdc031c..0000000 --- a/argyllcms-stringcompare.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: Argyll_V1.6.0/spectro/dtp51.c -=================================================================== ---- Argyll_V1.6.0.orig/spectro/dtp51.c -+++ Argyll_V1.6.0/spectro/dtp51.c -@@ -123,7 +123,7 @@ dtp51_fcommand( - return icoms2dtp51_err(se); - } - rv = DTP51_OK; -- if (tc == ">" && ntc == 1) { -+ if (tc[0] == '>' && ntc == 1) { - rv = extract_ec(out); - if (rv > 0) { - rv &= inst_imask; diff --git a/argyllcms-void.patch b/argyllcms-void.patch deleted file mode 100644 index 218d27d..0000000 --- a/argyllcms-void.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: Argyll_V1.6.0/xicc/xspect.c -=================================================================== ---- Argyll_V1.6.0.orig/xicc/xspect.c -+++ Argyll_V1.6.0/xicc/xspect.c -@@ -5719,7 +5719,7 @@ struct { - }; - - /* Compute 1nm sampling rse from raw table using linear interpolation */ --static compute_rse(xspect *dst) { -+void static compute_rse(xspect *dst) { - int i; - - dst->spec_n = 221; diff --git a/argyllcms.changes b/argyllcms.changes index 500b1ca..9c0305c 100644 --- a/argyllcms.changes +++ b/argyllcms.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Dec 20 13:46:14 UTC 2013 - fcrozat@suse.com + +- Release 1.6.2: + + Added "dark region emphasis" -V parameter to targen and colprof. + + Fixed bug and tweaked dispcal black point optimization to err on + the black side. Added -v3 for even more debugging information. + + Changed i1d3 driver to be more forgiving of EEProm checksum + calculation (support for ""A-02"" release). + + Fixed problem with TV encoded output and dispread -E -k/-K. + + Fixed minor bug in DE94 in icclib. + + Fixed major bug in illumread - result was being corrupted. + + Fixed "edges don't match" bug in printarg when -iCM -h -s/-S + used. + + Fix bug in -H flag in ccxxmake, chartread, dispcal, dispread, + illumread & spotread so that it works once again. + +- Bugfix update from 1.6.1: + + Fix bug in "average -m" + + Fix oeminst to work with a wider range of i1d3 install files. + + Fix ColorMunki reflective measurement accuracy, particularly for + reflective readings. +- Remove argyllcms-stringcompare.patch, argyllcms-void.patch: + merged upstream. + ------------------------------------------------------------------- Tue Aug 20 18:53:03 CEST 2013 - sbrabec@suse.cz diff --git a/argyllcms.spec b/argyllcms.spec index 61803e8..14f15d6 100644 --- a/argyllcms.spec +++ b/argyllcms.spec @@ -25,7 +25,7 @@ %define archivename Argyll_V%{version}%{?alphaversion}_src.zip Name: argyllcms -Version: 1.6.0 +Version: 1.6.2 Release: 0 Summary: ICC compatible color management system License: AGPL-3.0 and GPL-2.0+ and MIT @@ -45,12 +45,8 @@ Patch8: argyllcms-1.4.0-warnings.patch Patch9: argyllcms-udev-builtin.patch # PATCH-FIX-UPSTREAM argyllcms-udev-hwdb.patch fcrozat@suse.com -- usb-db is replaced by hwdb in recent udev Patch10: argyllcms-udev-hwdb.patch -# PATCH-FIX-UPSTREAM argyllcms-void.patch sbrabec@suse.cz -- Fix missing return type. -Patch11: argyllcms-void.patch # PATCH-FIX-UPSTREAM argyllcms-decl.patch sbrabec@suse.cz -- Add missing headers. Patch12: argyllcms-decl.patch -# PATCH-FIX-UPSTREAM argyllcms-stringcompare.patch sbrabec@suse.cz -- Fox comparison of pointer with string. -Patch13: argyllcms-stringcompare.patch BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -113,9 +109,7 @@ This package contains the Argyll color management system documentation. %endif %endif %patch8 -p1 -b .warnings -%patch11 -p1 %patch12 -p1 -%patch13 -p1 tar xf %{SOURCE3} cd ajam-2.5.2-1.3.3