[colord] New upstream version Add a webcam device kind Add a timestamp when making profiles default Add suppo

Richard Hughes rhughes at fedoraproject.org
Thu Jun 2 22:02:53 UTC 2011


commit e4e1f91ea105640f78c4f151a60d049900d5921b
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu Jun 2 23:02:41 2011 +0100

    New upstream version
    Add a webcam device kind
    Add a timestamp when making profiles default
    Add support for reading and writing ICC profile metadata
    Allow the client to pass file descriptors out of band to CreateProfile
    Prettify the device vendor and model names
    Split out the sensors into runtime-loadable shared objects
    Provide some GIO async variants for the methods in CdClient
    Ensure GPhoto2 devices get added to the device list

 .gitignore  |    1 +
 colord.spec |   14 +++++++++++++-
 sources     |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5fae2ca..9686a88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /colord-0.1.5.tar.bz2
 /colord-0.1.6.tar.bz2
 /colord-0.1.7.tar.bz2
+/colord-0.1.8.tar.bz2
diff --git a/colord.spec b/colord.spec
index 949e02c..7e276da 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,6 +1,6 @@
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.7
+Version:   0.1.8
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://gitorious.org/colord
@@ -77,6 +77,7 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
 /lib/udev/rules.d/*.rules
 %dir %{_datadir}/color/icc/colord
 %{_datadir}/color/icc/colord/*.ic?
+%{_libdir}/colord-sensors
 %ghost %{_localstatedir}/lib/colord/*.db
 
 %files devel
@@ -86,6 +87,17 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
 %{_libdir}/pkgconfig/colord.pc
 
 %changelog
+* Fri Jun 02 2011 Richard Hughes <richard at hughsie.com> 0.1.8-1
+- New upstream version
+- Add a webcam device kind
+- Add a timestamp when making profiles default
+- Add support for reading and writing ICC profile metadata
+- Allow the client to pass file descriptors out of band to CreateProfile
+- Prettify the device vendor and model names
+- Split out the sensors into runtime-loadable shared objects
+- Provide some GIO async variants for the methods in CdClient
+- Ensure GPhoto2 devices get added to the device list
+
 * Fri May 06 2011 Richard Hughes <richard at hughsie.com> 0.1.7-1
 - New upstream version.
 - Create /var/lib/colord at buildtime not runtime for SELinux
diff --git a/sources b/sources
index ccf994c..dd6efb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffcce20330a7aa94783145d2a36bf806  colord-0.1.7.tar.bz2
+6105dcb6391f52d4e07f2bbeb0a052e3  colord-0.1.8.tar.bz2


More information about the scm-commits mailing list