[colorhug-client/f18] New upstream version

Richard Hughes rhughes at fedoraproject.org
Mon Aug 20 17:34:25 UTC 2012


commit d57964d08b0c405982c6e033a14bbb7e077c7137
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 |   12 ++++++++++--
 sources              |    2 +-
 3 files changed, 12 insertions(+), 3 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 ad38670..610a7ca 100644
--- a/colorhug-client.spec
+++ b/colorhug-client.spec
@@ -1,7 +1,7 @@
 Summary:   Tools for the Hughski Colorimeter
 Name:      colorhug-client
-Version:   0.1.11
-Release:   2%{?dist}
+Version:   0.1.12
+Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
 Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
@@ -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
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
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