Accepting request 145961 from home:dimstar:branches:GNOME:Factory

Update to 0.1.26

OBS-URL: https://build.opensuse.org/request/show/145961
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=53
This commit is contained in:
Hans Petter Jansson 2012-12-22 14:18:58 +00:00 committed by Git OBS Bridge
parent c667d06e2a
commit 4145e11f28
4 changed files with 53 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26764216bc5a82c6bcb51859a7c0da9bac4290eab1cc6435581a56244a1cf421
size 559596

3
colord-0.1.26.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e581413813b96ab3efb4549f3a1260a1522f472aa0ee7f3dda9146bece2d7d3
size 638008

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Thu Dec 20 08:16:40 UTC 2012 - dimstar@opensuse.org
- Update to version 0.1.26:
+ New Features:
- Add 4 more defined sensor types.
- Add a create-temperature subcommand to colormgr to test VCGT
generation.
- Add a 'SensorId' property to the sensor interface.
- Add a session helper that can be used to calibrate the screen
- Add cd_it8_save_to_data() to save the data to some allocated
memory.
- Add FindSensorById() to the main interface.
- Add some defines for the Spyder4 display colorimeter.
- Add some device figures from gnome-color-manager used in KDE
and GNOME.
- Add some example calibration ti1 files from
gnome-color-manager.
- Add support for reading and writing .cal files to CdIt8.
- Add the ability to 'disable' a device so that color
management can be turned off.
- Export cd_color_rgb_interpolate() as it's useful to
applications.
- Recognise the internal sensor on W700 laptops and set a
property for the calibration tools.
- Use spotread when there is no native sensor driver.
+ Bugfixes:
- Add some missing entries in cd_sensor_kind_from_string.
- Create ICCv2 profiles when using cd-create-profile.
- Do 3 reads in quick succession for colormgr
get-sensor-reading.
- Fix a crash when saving a ti3 file where white is not the
last sample.
- Fix a critical warning when writing using cd_it8_add_data()
with no XYZ value.
- If ti1 values are > 1.0 then assume they are normalized.
- Return class specific error codes if authentication fails.
- Scale the ti3 RGB values to 100 when writing with
NORMALIZED_TO_Y_100.
- Set DEVICE_CLASS when saving a cal IT8 file.
- Support doing sensor user actions when using 'colormgr
get-sensor-reading'.
- Update the device scope if it changes at runtime.
- Use enumerated error values in the client library.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 29 08:33:29 UTC 2012 - dimstar@opensuse.org Thu Nov 29 08:33:29 UTC 2012 - dimstar@opensuse.org

View File

@ -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.25 Version: 0.1.26
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,11 @@ exit 0
%{_bindir}/colormgr %{_bindir}/colormgr
%{_libdir}/colord-sensors/ %{_libdir}/colord-sensors/
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%{_libexecdir}/%{name}-session
%{_datadir}/%{name}/
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.* %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
%{_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
%{_mandir}/man1/cd-create-profile.1%{?ext_man} %{_mandir}/man1/cd-create-profile.1%{?ext_man}