From c168778372526e38dfc9379b8d151b4b10fcf9cef57fea4e45d785dd06884f2e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 12 Apr 2014 12:25:23 +0000 Subject: [PATCH] Accepting request 229429 from home:Zaitor:branches:GNOME:Factory - Update to version 1.2.0: + New Features: - Generate the CMFs from source data. - Install several standard illuminants. - Install the CRI Test Color Samples. - Make colormgr script friendly by allowing filtering. - Colord: . Add a RGB32 pixel format for GdkPixbuf. . Add a utility function to calculate an XYZ value from a CMF. . Add a whitepoint value to cd_color_xyz_to_uvw(). . Add CdColorUVW and some useful functionality. . Add cd_color_xyz_to_cct(). . Add cd_icc_get_context() to get the internal cmsContext used lcms2. . Add cd_it8_utils_calculate_cri_from_cmf() to generate a CRI. . Add cd_spectrum_multiply() to multiply two spectra. . Add cd_spectrum_planckian_new(). . Add functionality to read and write raw tag data. . Support CCSS data files. . Support SPECTRAL_NORM in it8 files. - colorhug: Support setting and getting the DAC value. + Bugs fixed: - Correctly convert all of the image when using CdTransform. - EDID strings can be up to 13 bytes. - Fix the blue primary check so ProPhotoRGB is not marked as invalid. - Fix the tag 'size' when viewing a profile in cd-iccdump with newer lcms versions. OBS-URL: https://build.opensuse.org/request/show/229429 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=96 --- colord-1.1.7.tar.xz | 3 --- colord-1.2.0.tar.xz | 3 +++ colord.changes | 47 +++++++++++++++++++++++++++++++++++++++++++++ colord.spec | 2 +- 4 files changed, 51 insertions(+), 4 deletions(-) delete mode 100644 colord-1.1.7.tar.xz create mode 100644 colord-1.2.0.tar.xz diff --git a/colord-1.1.7.tar.xz b/colord-1.1.7.tar.xz deleted file mode 100644 index e7920fa..0000000 --- a/colord-1.1.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295395526ee0be30917ae9c352e68bfeb20c7fc266a605725bef969f20547f44 -size 1118432 diff --git a/colord-1.2.0.tar.xz b/colord-1.2.0.tar.xz new file mode 100644 index 0000000..2435d07 --- /dev/null +++ b/colord-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decbad07f7dbdebabe552f3280582008511f46201b47e0a91ea266d54072155e +size 1155920 diff --git a/colord.changes b/colord.changes index 652dbf5..c898cdd 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Apr 7 17:50:42 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.2.0: + + New Features: + - Generate the CMFs from source data. + - Install several standard illuminants. + - Install the CRI Test Color Samples. + - Make colormgr script friendly by allowing filtering. + - Colord: + . Add a RGB32 pixel format for GdkPixbuf. + . Add a utility function to calculate an XYZ value from a + CMF. + . Add a whitepoint value to cd_color_xyz_to_uvw(). + . Add CdColorUVW and some useful functionality. + . Add cd_color_xyz_to_cct(). + . Add cd_icc_get_context() to get the internal cmsContext + used lcms2. + . Add cd_it8_utils_calculate_cri_from_cmf() to generate a + CRI. + . Add cd_spectrum_multiply() to multiply two spectra. + . Add cd_spectrum_planckian_new(). + . Add functionality to read and write raw tag data. + . Support CCSS data files. + . Support SPECTRAL_NORM in it8 files. + - colorhug: Support setting and getting the DAC value. + + Bugs fixed: + - Correctly convert all of the image when using CdTransform. + - EDID strings can be up to 13 bytes. + - Fix the blue primary check so ProPhotoRGB is not marked as + invalid. + - Fix the tag 'size' when viewing a profile in cd-iccdump with + newer lcms versions. + - Colord: + . Do not invalidate the CdTransform if the CdIcc object does + not change. + . Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting. + . Fix a potential crash when destroying a CdIt8 object. + . Fix the GObject introspection for cd_device_get_profiles(). + . Improve the error handling in CdIt8. + . Load the profile defaults when using + cd_icc_create_default(). + - colorhug: + . Handle failure to initialise GUsb in self-tests. + . Rename 'ColorHug Spectro' to 'ColorHug+' for trademark + reasons. + ------------------------------------------------------------------- Sat Mar 8 12:47:22 UTC 2014 - dimstar@opensuse.org diff --git a/colord.spec b/colord.spec index 06bffb3..112374e 100644 --- a/colord.spec +++ b/colord.spec @@ -19,7 +19,7 @@ %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d Name: colord -Version: 1.1.7 +Version: 1.2.0 Release: 0 Summary: System Daemon for Managing Color Devices License: GPL-2.0+