New upstream version
- Add a ICC transform object for simple RGB conversions - Add a warning for RGB profiles with unlikely whitepoint values - Add Qt DBus annotations - Allow clients to call org.freedesktop.DBus.Peer - Correct a lot more company names when creating devices - Do not automatically add EDID profiles with warnings to devices - Increase the delay between patches in the session-helper - Install the bash completion support into /usr
This commit is contained in:
parent
51c0a33e34
commit
38687aea58
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/colord-0.1.31.tar.xz
|
||||
/colord-0.1.32.tar.xz
|
||||
/colord-0.1.33.tar.xz
|
||||
/colord-0.1.34.tar.xz
|
||||
|
17
colord.spec
17
colord.spec
@ -18,8 +18,8 @@
|
||||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 0.1.33
|
||||
Release: 2%{?dist}
|
||||
Version: 0.1.34
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||
@ -180,13 +180,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%{_datadir}/colord
|
||||
%{_datadir}/bash-completion/completions/colormgr
|
||||
%config %{_sysconfdir}/colord.conf
|
||||
/usr/lib/udev/rules.d/*.rules
|
||||
%{_libdir}/colord-sensors
|
||||
%{_libdir}/colord-plugins
|
||||
%verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
|
||||
/usr/lib/systemd/system/colord.service
|
||||
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||
|
||||
# session helper
|
||||
%{_libexecdir}/colord-session
|
||||
@ -268,6 +268,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Wed May 01 2013 Richard Hughes <richard@hughsie.com> 0.1.34-1
|
||||
- New upstream version
|
||||
- Add a ICC transform object for simple RGB conversions
|
||||
- Add a warning for RGB profiles with unlikely whitepoint values
|
||||
- Add Qt DBus annotations
|
||||
- Allow clients to call org.freedesktop.DBus.Peer
|
||||
- Correct a lot more company names when creating devices
|
||||
- Do not automatically add EDID profiles with warnings to devices
|
||||
- Increase the delay between patches in the session-helper
|
||||
- Install the bash completion support into /usr
|
||||
|
||||
* Wed Apr 24 2013 Václav Pavlín <vpavlin@redhat.com> - 0.1.33-2
|
||||
- Add new systemd macros (#856659)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user