[colorhug-client/f17] Add commands to get and set the remote profile hash on the device

Richard Hughes rhughes at fedoraproject.org
Tue May 22 18:06:53 UTC 2012


commit ab4dd33f3ee1b6c236108a133e9820c00dcc2094
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue May 22 18:50:49 2012 +0100

    Add commands to get and set the remote profile hash on the device
    
    - Add support for the new self-test command
    - Allow the colorhug tool to download and upload icc profiles
    - Fix up the documentation for the command line tool options
    - Install the colorhug command line tool as /usr/bin/colorhug-cmd
    - Remove colorhug-gui, it's no longer useful
    - Use CdIt8 for ccmx parsing and bump the colord dep to 0.1.20

 .gitignore           |    1 +
 colorhug-client.spec |   14 +++++++++++---
 sources              |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4347d54..d29ac89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /colorhug-client-0.1.6.tar.xz
 /colorhug-client-0.1.7.tar.xz
 /colorhug-client-0.1.8.tar.xz
+/colorhug-client-0.1.9.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
index 7853932..9b8b455 100644
--- a/colorhug-client.spec
+++ b/colorhug-client.spec
@@ -1,6 +1,6 @@
 Summary:   Tools for the Hughski Colorimeter
 Name:      colorhug-client
-Version:   0.1.8
+Version:   0.1.9
 Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
@@ -11,8 +11,7 @@ BuildRequires: glib2-devel
 BuildRequires: gtk3-devel
 BuildRequires: intltool
 BuildRequires: libgusb-devel >= 0.1.2
-BuildRequires: colord-devel >= 0.1.15
-BuildRequires: lcms2-devel
+BuildRequires: colord-devel >= 0.1.21
 BuildRequires: libsoup-devel
 BuildRequires: libtool
 BuildRequires: docbook-utils
@@ -93,6 +92,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gir-1.0/ColorHug-1.0.gir
 
 %changelog
+* Tue May 22 2012 Richard Hughes <richard at hughsie.com> 0.1.9-1
+- Add commands to get and set the remote profile hash on the device
+- Add support for the new self-test command
+- Allow the colorhug tool to download and upload icc profiles
+- Fix up the documentation for the command line tool options
+- Install the colorhug command line tool as /usr/bin/colorhug-cmd
+- Remove colorhug-gui, it's no longer useful
+- Use CdIt8 for ccmx parsing and bump the colord dep to 0.1.20
+
 * Tue Apr 17 2012 Richard Hughes <richard at hughsie.com> 0.1.8-1
 - New upstream version.
 - Automatically use the correct proxy server using glib-networking
diff --git a/sources b/sources
index 4f2050e..4decddd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80c827a36604d44c151d0668370c48e3  colorhug-client-0.1.8.tar.xz
+40dea7aa3d535f110eeb7f8ab1d7ad9f  colorhug-client-0.1.9.tar.xz


More information about the scm-commits mailing list