New upstream version
- Add a session helper that can be used to calibrate the screen - Add some defines for the Spyder4 display colorimeter - Add support for reading and writing .cal files to CdIt8 - Add the ability to 'disable' a device from a color POV - Create ICCv2 profiles when using cd-create-profile - Use enumerated error values in the client library - Use spotread when there is no native sensor driver
This commit is contained in:
parent
bc4974e8f4
commit
c144c54c77
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/colord-0.1.23.tar.xz
|
/colord-0.1.23.tar.xz
|
||||||
/colord-0.1.24.tar.xz
|
/colord-0.1.24.tar.xz
|
||||||
/colord-0.1.25.tar.xz
|
/colord-0.1.25.tar.xz
|
||||||
|
/colord-0.1.26.tar.xz
|
||||||
|
18
colord.spec
18
colord.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.25
|
Version: 0.1.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.freedesktop.org/software/colord/
|
URL: http://www.freedesktop.org/software/colord/
|
||||||
@ -103,6 +103,7 @@ exit 0
|
|||||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
||||||
%{_datadir}/man/man1/*.1.gz
|
%{_datadir}/man/man1/*.1.gz
|
||||||
|
%{_datadir}/colord
|
||||||
%{_libdir}/libcolord.so.*
|
%{_libdir}/libcolord.so.*
|
||||||
%config %{_sysconfdir}/colord.conf
|
%config %{_sysconfdir}/colord.conf
|
||||||
/usr/lib/udev/rules.d/*.rules
|
/usr/lib/udev/rules.d/*.rules
|
||||||
@ -113,6 +114,11 @@ exit 0
|
|||||||
/usr/lib/systemd/system/colord.service
|
/usr/lib/systemd/system/colord.service
|
||||||
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||||
|
|
||||||
|
# session helper
|
||||||
|
%{_libexecdir}/colord-session
|
||||||
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
|
||||||
|
%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/colord-1
|
%{_includedir}/colord-1
|
||||||
@ -127,6 +133,16 @@ exit 0
|
|||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 19 2012 Richard Hughes <richard@hughsie.com> 0.1.26-1
|
||||||
|
- New upstream version
|
||||||
|
- Add a session helper that can be used to calibrate the screen
|
||||||
|
- Add some defines for the Spyder4 display colorimeter
|
||||||
|
- Add support for reading and writing .cal files to CdIt8
|
||||||
|
- Add the ability to 'disable' a device from a color POV
|
||||||
|
- Create ICCv2 profiles when using cd-create-profile
|
||||||
|
- Use enumerated error values in the client library
|
||||||
|
- Use spotread when there is no native sensor driver
|
||||||
|
|
||||||
* Mon Nov 26 2012 Richard Hughes <richard@hughsie.com> 0.1.25-1
|
* Mon Nov 26 2012 Richard Hughes <richard@hughsie.com> 0.1.25-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Add a create-standard-space sub-command to cd-create-profile
|
- Add a create-standard-space sub-command to cd-create-profile
|
||||||
|
Loading…
Reference in New Issue
Block a user