Accepting request 143543 from home:dimstar:branches:GNOME:Factory
Update to 0.1.25 OBS-URL: https://build.opensuse.org/request/show/143543 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=51
This commit is contained in:
parent
a36d1c2031
commit
c667d06e2a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:812980fc6fa1607a5e4d117aa76311f9527028a2948f75137a4fab0362400407
|
|
||||||
size 550876
|
|
3
colord-0.1.25.tar.xz
Normal file
3
colord-0.1.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26764216bc5a82c6bcb51859a7c0da9bac4290eab1cc6435581a56244a1cf421
|
||||||
|
size 559596
|
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 29 08:33:29 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.1.25:
|
||||||
|
+ New Features:
|
||||||
|
- Add a create-standard-space sub-command to cd-create-profile.
|
||||||
|
- Add a FAQ entry describing application support of color
|
||||||
|
management.
|
||||||
|
- Add a 'make coverity' helper to scan the project for errors.
|
||||||
|
- Add a profile metadata key of 'License'.
|
||||||
|
- Add a profile warning if any of the primaries are outside of
|
||||||
|
ROMM RGB.
|
||||||
|
- Add a set-version command to the cd-fix-profile command line
|
||||||
|
tool.
|
||||||
|
- Add a warning if the profile calibration data is
|
||||||
|
non-monotonic.
|
||||||
|
- Add a warning if the profile copyright is missing.
|
||||||
|
- Add a warning if the profile description is missing.
|
||||||
|
- Add a warning if the profile gray axis is invalid.
|
||||||
|
- Move the named color examples to shared-color-profiles.
|
||||||
|
- Print if the profile is system-wide when doing 'colormgr
|
||||||
|
get-profiles'.
|
||||||
|
- Show the primaries when dumping the profile using
|
||||||
|
cd-fix-profile.
|
||||||
|
- Use syslog to be able to debug what the daemon is doing
|
||||||
|
without restarting it.
|
||||||
|
+ Bugfixes:
|
||||||
|
- Check the return value of mbstowcs before using the buffer.
|
||||||
|
- Convert cd-create-profile to using sub-commands to make it
|
||||||
|
more modular.
|
||||||
|
- Create linear vcgt tables when using create-x11-gamma to
|
||||||
|
match the xserver behaviour.
|
||||||
|
- Create version 2.2 ICC files when creating named color
|
||||||
|
profiles.
|
||||||
|
- Do not ever manually set a ICC profile version when creating
|
||||||
|
profiles.
|
||||||
|
- Do not try to connect to colord in cd-fix-profile until
|
||||||
|
actually needed.
|
||||||
|
- Don't optimize the profile check transforms to speed up
|
||||||
|
daemon startup.
|
||||||
|
- Don't set the StandardSpaces override, the generated profiles
|
||||||
|
have the correct metadata now.
|
||||||
|
- Fix a crash in the example code if the device has a
|
||||||
|
non-standard qualifier format.
|
||||||
|
- Fix GetStandardSpace so it can actually work.
|
||||||
|
- huey: Ensure we return an error if we ran out of retries.
|
||||||
|
- If the copyright string is not set when creating a profile
|
||||||
|
use a good default.
|
||||||
|
- Improve the formatting of 'get-profiles' and 'get-devices'.
|
||||||
|
- libcolord: Fix up a warning if GetStandardSpace fails to find
|
||||||
|
a profile.
|
||||||
|
- Return an error if the client does not set a profile or
|
||||||
|
device id.
|
||||||
|
- Return an error if the client uses an unsupported scope
|
||||||
|
value.
|
||||||
|
- Set a default copyright string when creating profiles without
|
||||||
|
using --copyright.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 31 20:53:05 UTC 2012 - dimstar@opensuse.org
|
Wed Oct 31 20:53:05 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||||
|
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.24
|
Version: 0.1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System Daemon for Managing Color Devices
|
Summary: System Daemon for Managing Color Devices
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -145,7 +145,6 @@ exit 0
|
|||||||
%{_bindir}/colormgr
|
%{_bindir}/colormgr
|
||||||
%{_libdir}/colord-sensors/
|
%{_libdir}/colord-sensors/
|
||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
%{_datadir}/color/
|
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||||
|
Loading…
Reference in New Issue
Block a user