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
This commit is contained in:
Richard Hughes 2011-05-06 12:00:25 +01:00
parent 6e7ac628cb
commit 3aaea1bc5d
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/colord-0.1.4.tar.bz2 /colord-0.1.4.tar.bz2
/colord-0.1.5.tar.bz2 /colord-0.1.5.tar.bz2
/colord-0.1.6.tar.bz2 /colord-0.1.6.tar.bz2
/colord-0.1.7.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Color daemon Summary: Color daemon
Name: colord Name: colord
Version: 0.1.6 Version: 0.1.7
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: http://gitorious.org/colord URL: http://gitorious.org/colord
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.bz2 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 %{_libdir}/pkgconfig/colord.pc
%changelog %changelog
* Fri May 06 2011 Richard Hughes <richard@hughsie.com> 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 <rhughes@redhat.com> 0.1.6-2 * Tue Apr 26 2011 Richard Hughes <rhughes@redhat.com> 0.1.6-2
- Own /var/lib/colord and /var/lib/colord/*.db - Own /var/lib/colord and /var/lib/colord/*.db

View File

@ -1 +1 @@
a8f8cffe0139b0634bbfc6c6cbe1ba57 colord-0.1.6.tar.bz2 ffcce20330a7aa94783145d2a36bf806 colord-0.1.7.tar.bz2