[colord/f18] New upstream version

Richard Hughes rhughes at fedoraproject.org
Mon Mar 18 16:13:30 UTC 2013


commit 1f0dd9ee6e2af07317c941538989f0e2f174c3f9
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Mar 18 15:02:45 2013 +0000

    New upstream version
    
    - Calculate the display calibration based on the Lab and target display gamma
    - Interpolate the gamma data to the VCGT size using Akima
    - Add some more display vendor names to the display fixup table
    - Fix the argyll sensor driver when using the ColorMunki Smile
    - Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
    - Move the private sensor libraries out of the pure lib space

 .gitignore  |    1 +
 colord.spec |   11 ++++++++++-
 sources     |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4fd225..630bbf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /colord-0.1.28.tar.xz
 /colord-0.1.29.tar.xz
 /colord-0.1.30.tar.xz
+/colord-0.1.31.tar.xz
diff --git a/colord.spec b/colord.spec
index a73c17c..f4bc960 100644
--- a/colord.spec
+++ b/colord.spec
@@ -18,7 +18,7 @@
 
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.30
+Version:   0.1.31
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
@@ -255,6 +255,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Mon Mar 18 2013 Richard Hughes <richard at hughsie.com> 0.1.31-1
+- New upstream version
+- Calculate the display calibration based on the Lab and target display gamma
+- Interpolate the gamma data to the VCGT size using Akima
+- Add some more display vendor names to the display fixup table
+- Fix the argyll sensor driver when using the ColorMunki Smile
+- Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
+- Move the private sensor libraries out of the pure lib space
+
 * Mon Feb 17 2013 Richard Hughes <richard at hughsie.com> 0.1.30-1
 - New upstream version
 - Append -private to the driver libraries as they have no headers installed
diff --git a/sources b/sources
index ef23758..8fc4ff2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88ec2c419a9903f5bec91d603c0e7097  colord-0.1.30.tar.xz
+3b880ff2c785b83320286b3ae350531b  colord-0.1.31.tar.xz


More information about the scm-commits mailing list