From 3e420f84ce0763b5b24fc7cf4293aa06760a91d1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 17 Feb 2013 21:18:07 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + colord.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8ed43c..e4fd225 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/colord.spec b/colord.spec index 8ba0f54..0e21a07 100644 --- a/colord.spec +++ b/colord.spec @@ -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 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 0.1.29-1 - New upstream version - Add a --verbose and --version argument to colormgr diff --git a/sources b/sources index 20056eb..ef23758 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cadede0c67946113b4d176d7661abc3 colord-0.1.29.tar.xz +88ec2c419a9903f5bec91d603c0e7097 colord-0.1.30.tar.xz