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:
parent
bcfba95478
commit
3e420f84ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
colord.spec
10
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user