diff --git a/.gitignore b/.gitignore index 6f616f6..5fae2ca 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /colord-0.1.4.tar.bz2 /colord-0.1.5.tar.bz2 /colord-0.1.6.tar.bz2 +/colord-0.1.7.tar.bz2 diff --git a/colord.spec b/colord.spec index db4485b..949e02c 100644 --- a/colord.spec +++ b/colord.spec @@ -1,7 +1,7 @@ Summary: Color daemon Name: colord -Version: 0.1.6 -Release: 2%{?dist} +Version: 0.1.7 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://gitorious.org/colord Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 @@ -86,6 +86,15 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db %{_libdir}/pkgconfig/colord.pc %changelog +* Fri May 06 2011 Richard Hughes 0.1.7-1 +- New upstream version. +- Create /var/lib/colord at buildtime not runtime for SELinux +- Ensure profiles with embedded profile checksums are parsed correctly +- Move the colorimeter rules to be run before 70-acl.rules +- Stop watching the client when the sensor is finalized +- Ensure the source is destroyed when we unref CdUsb to prevent a crash +- Only enable the volume mount tracking when searching volumes + * Tue Apr 26 2011 Richard Hughes 0.1.6-2 - Own /var/lib/colord and /var/lib/colord/*.db diff --git a/sources b/sources index 9cfd187..ccf994c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8f8cffe0139b0634bbfc6c6cbe1ba57 colord-0.1.6.tar.bz2 +ffcce20330a7aa94783145d2a36bf806 colord-0.1.7.tar.bz2