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:
parent
6e7ac628cb
commit
3aaea1bc5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
colord.spec
13
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 <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
|
||||
- Own /var/lib/colord and /var/lib/colord/*.db
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user