[colorhug-client] New upstream version.

Richard Hughes rhughes at fedoraproject.org
Mon Jun 11 19:06:04 UTC 2012


commit d5abe1306910695b2c577ce3ec1451493dc18ce7
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jun 11 20:04:33 2012 +0100

    New upstream version.
    
    - Add support for TYPE_FACTORY when loading CCMX files from disk
    - Also reset the calibration map when resetting the factory calibration
    - Do not offer to repair twice when using 'colorhug-ccmx --repair'
    - Support LED types in colorhug-cmd get/set-calibration

 .gitignore                                         |    1 +
 ...ccmx-re-enable-support-for-legacy-USB-IDs.patch |   41 --------------------
 colorhug-client.spec                               |   13 ++++--
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d29ac89..f2fdabd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /colorhug-client-0.1.7.tar.xz
 /colorhug-client-0.1.8.tar.xz
 /colorhug-client-0.1.9.tar.xz
+/colorhug-client-0.1.10.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
index bcf7f5d..fd62af6 100644
--- a/colorhug-client.spec
+++ b/colorhug-client.spec
@@ -1,11 +1,10 @@
 Summary:   Tools for the Hughski Colorimeter
 Name:      colorhug-client
-Version:   0.1.9
-Release:   2%{?dist}
+Version:   0.1.10
+Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
 Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
-Patch0:    0001-colorhug-ccmx-re-enable-support-for-legacy-USB-IDs.patch
 
 BuildRequires: gettext
 BuildRequires: glib2-devel
@@ -38,7 +37,6 @@ GLib headers and libraries for colorhug-client.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ccmx-old-vid-pid
 
 %build
 %configure --disable-static
@@ -94,6 +92,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gir-1.0/ColorHug-1.0.gir
 
 %changelog
+* Mon Jun 11 2012 Richard Hughes <richard at hughsie.com> 0.1.10-1
+- New upstream version.
+- Add support for TYPE_FACTORY when loading CCMX files from disk
+- Also reset the calibration map when resetting the factory calibration
+- Do not offer to repair twice when using 'colorhug-ccmx --repair'
+- Support LED types in colorhug-cmd get/set-calibration
+
 * Wed May 23 2012 Richard Hughes <richard at hughsie.com> 0.1.9-2
 - Allow people using the legacy VID/PID to use colorhug-ccmx.
 
diff --git a/sources b/sources
index 4decddd..4702afc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40dea7aa3d535f110eeb7f8ab1d7ad9f  colorhug-client-0.1.9.tar.xz
+ec1914a8cd5754e17093c1973158e345  colorhug-client-0.1.10.tar.xz


More information about the scm-commits mailing list