[colorhug-client/f17] New upstream version

Richard Hughes rhughes at fedoraproject.org
Tue Aug 21 07:57:29 UTC 2012


commit 193e86fa83911c8c1176451471bf584be243e48d
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Aug 20 18:13:04 2012 +0100

    New upstream version
    
    - Add colorhug-profile to compare the measurement modes
    - Add subcommands to get and set the measurement mode
    - Accept full HID packets from devices with firmware >= 1.2.0
    - Fix a small memory leak when commands with helpers and callbacks fail

 .gitignore           |    1 +
 colorhug-client.spec |   10 +++++++++-
 sources              |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6834101..c01757b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /colorhug-client-0.1.9.tar.xz
 /colorhug-client-0.1.10.tar.xz
 /colorhug-client-0.1.11.tar.xz
+/colorhug-client-0.1.12.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
index 06efee3..d2a91e9 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.11
+Version:   0.1.12
 Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
@@ -12,6 +12,7 @@ BuildRequires: gtk3-devel
 BuildRequires: intltool
 BuildRequires: libgusb-devel >= 0.1.2
 BuildRequires: colord-devel >= 0.1.21
+BuildRequires: colord-gtk-devel >= 0.1.22
 BuildRequires: libsoup-devel
 BuildRequires: libtool
 BuildRequires: docbook-utils
@@ -92,6 +93,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gir-1.0/ColorHug-1.0.gir
 
 %changelog
+* Mon Aug 20 2012 Richard Hughes <richard at hughsie.com> 0.1.12-1
+- New upstream version
+- Add colorhug-profile to compare the measurement modes
+- Add subcommands to get and set the measurement mode
+- Accept full HID packets from devices with firmware >= 1.2.0
+- Fix a small memory leak when commands with helpers and callbacks fail
+
 * Mon Jul 02 2012 Richard Hughes <richard at hughsie.com> 0.1.11-1
 - New upstream version.
 - Show the calibration types when doing 'list-calibration'
diff --git a/sources b/sources
index 886a045..1db0729 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af1b29a914d2d3e6f3d78da0b5ffe070  colorhug-client-0.1.11.tar.xz
+2ffffe18cbe2deead67e0613b24b7c9a  colorhug-client-0.1.12.tar.xz


More information about the scm-commits mailing list