New upstream version

- Append -private to the driver libraries as they have no headers installed
- Do not show duplicate profiles when icc-profiles-openicc is installed
- Speed up the daemon loading and use less I/O at startup
This commit is contained in:
Richard Hughes 2013-02-17 21:18:07 +00:00
parent bcfba95478
commit 3e420f84ce
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/colord-0.1.27.tar.xz
/colord-0.1.28.tar.xz
/colord-0.1.29.tar.xz
/colord-0.1.30.tar.xz

View File

@ -18,7 +18,7 @@
Summary: Color daemon
Name: colord
Version: 0.1.29
Version: 0.1.30
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/
@ -179,7 +179,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/lib/udev/rules.d/*.rules
%{_libdir}/colord-sensors
%{_libdir}/colord-plugins
%ghost %{_localstatedir}/lib/colord/*.db
%verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
/usr/lib/systemd/system/colord.service
%{_sysconfdir}/bash_completion.d/*-completion.bash
@ -260,6 +260,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gtk-doc/html/colord/*
%changelog
* Mon Feb 17 2013 Richard Hughes <richard@hughsie.com> 0.1.30-1
- New upstream version
- Append -private to the driver libraries as they have no headers installed
- Do not show duplicate profiles when icc-profiles-openicc is installed
- Speed up the daemon loading and use less I/O at startup
* Mon Feb 04 2013 Richard Hughes <richard@hughsie.com> 0.1.29-1
- New upstream version
- Add a --verbose and --version argument to colormgr

View File

@ -1 +1 @@
5cadede0c67946113b4d176d7661abc3 colord-0.1.29.tar.xz
88ec2c419a9903f5bec91d603c0e7097 colord-0.1.30.tar.xz