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
This commit is contained in:
parent
3aaea1bc5d
commit
e4e1f91ea1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
colord.spec
14
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@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@hughsie.com> 0.1.7-1
|
||||
- New upstream version.
|
||||
- Create /var/lib/colord at buildtime not runtime for SELinux
|
||||
|
Loading…
Reference in New Issue
Block a user