[colorhug-client/f19] Add a command to get the spectral data from the CCD

Richard Hughes rhughes at fedoraproject.org
Wed May 1 11:38:17 UTC 2013


commit 37d4179e8e47e9da29eb675381546ef2a09282e7
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed May 1 11:47:14 2013 +0100

    Add a command to get the spectral data from the CCD
    
    - Add help buttons to colorhug-flash and colorhug-ccmx
    - Add some yelp documentation for the ColorHug device
    - Add the ability to get and set CCD calibration values
    - Do not refresh the calibration data twice when setting a custom CCMX
    - Remove the internal libcolorhug and depend on the system copy
    - Set a title when generating a CCMX file

 .gitignore           |    1 +
 colorhug-client.spec |   19 +++++++++++++++++--
 sources              |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83a1243..d4fc712 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /colorhug-client-0.1.12.tar.xz
 /colorhug-client-0.1.13.tar.xz
 /colorhug-client-0.1.14.tar.xz
+/colorhug-client-0.2.0.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
index 75327d7..f393cc4 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.14
+Version:   0.2.0
 Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
@@ -11,13 +11,18 @@ BuildRequires: glib2-devel
 BuildRequires: gtk3-devel
 BuildRequires: intltool
 BuildRequires: libgusb-devel >= 0.1.4
-BuildRequires: colord-devel >= 0.1.29
+BuildRequires: colord-devel >= 0.1.31
 BuildRequires: colord-gtk-devel >= 0.1.24
 BuildRequires: libsoup-devel
 BuildRequires: libtool
 BuildRequires: docbook-utils
 BuildRequires: libcanberra-devel >= 0.10
 BuildRequires: gobject-introspection-devel
+BuildRequires: gnome-doc-utils
+BuildRequires: yelp-tools
+BuildRequires: itstool
+
+Requires: yelp
 
 %description
 The Hughski ColorHug colorimeter is a low cost open-source hardware
@@ -70,8 +75,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/colorhug.svg
 %{_mandir}/man1/*.1.gz
 %{_sysconfdir}/bash_completion.d/*-completion.bash
+%{_datadir}/help/*/colorhug-client
 
 %changelog
+* Wed May 01 2013 Richard Hughes <richard at hughsie.com> 0.2.0-1
+- Add a command to get the spectral data from the CCD
+- Add help buttons to colorhug-flash and colorhug-ccmx
+- Add some yelp documentation for the ColorHug device
+- Add the ability to get and set CCD calibration values
+- Do not refresh the calibration data twice when setting a custom CCMX
+- Remove the internal libcolorhug and depend on the system copy
+- Set a title when generating a CCMX file
+
 * Mon Feb 04 2013 Richard Hughes <richard at hughsie.com> 0.1.14-1
 - New upstream version
 - Lots of translation updates
diff --git a/sources b/sources
index 76257a9..b5d59e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51088d843317c861547d944018ec8a10  colorhug-client-0.1.14.tar.xz
+0d9715ab2ea6b0e74f0490625f78d7c7  colorhug-client-0.2.0.tar.xz


More information about the scm-commits mailing list