[colorhug-client] New upstream version

Richard Hughes rhughes at fedoraproject.org
Tue Mar 10 20:06:03 UTC 2015


commit 3052ecf5a287c8493b9ebe578e49b9d36d431934
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Mar 10 20:05:57 2015 +0000

    New upstream version

 .gitignore           |  1 +
 colorhug-client.spec | 21 ++++++++++++++++++++-
 sources              |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39913dd..3b197b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /colorhug-client-0.2.3.tar.xz
 /colorhug-client-0.2.4.tar.xz
 /colorhug-client-0.2.5.tar.xz
+/colorhug-client-0.2.6.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
index ac30a84..27851b5 100644
--- a/colorhug-client.spec
+++ b/colorhug-client.spec
@@ -1,6 +1,6 @@
 Summary:   Tools for the Hughski Colorimeter
 Name:      colorhug-client
-Version:   0.2.5
+Version:   0.2.6
 Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://www.hughski.com/
@@ -36,6 +36,13 @@ This package includes the client tools which allows the user to upgrade
 the firmware on the sensor or to access the sensor from command line
 scripts.
 
+%package backlight
+Summary: ColorHug Backlight Utility
+Requires: colorhug-client-common%{?_isa} = %{version}-%{release}
+
+%description backlight
+Sample the ambient light level to control the backlight.
+
 %package ccmx
 Summary: ColorHug CCMX Utility
 Requires: yelp
@@ -98,6 +105,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %files
 %doc COPYING
 
+%files backlight
+%doc COPYING
+%{_bindir}/colorhug-backlight
+%{_datadir}/appdata/com.hughski.ColorHug.Backlight.appdata.xml
+%{_datadir}/applications/com.hughski.ColorHug.Backlight.desktop
+%{_datadir}/icons/hicolor/*/apps/colorhug-backlight.png
+%{_mandir}/man1/colorhug-backlight.1.gz
+
 %files ccmx
 %doc COPYING
 %{_bindir}/colorhug-ccmx
@@ -138,6 +153,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/bash-completion/completions/colorhug-cmd
 
 %changelog
+* Tue Mar 10 2015 Richard Hughes <richard at hughsie.com> 0.2.6-1
+- New upstream version
+- Add new ambient light sensor test application
+
 * Thu Dec 18 2014 Richard Hughes <richard at hughsie.com> 0.2.5-1
 - New upstream version
 - Add a simple man page and AppData file for colorhug-refresh
diff --git a/sources b/sources
index b401f02..5b91f8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-586f18b7c1f3c1e24919f31548207879  colorhug-client-0.2.5.tar.xz
+88561c9a89efbaec40f9628c13d458b3  colorhug-client-0.2.6.tar.xz


More information about the scm-commits mailing list