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

Update to 1.2.2

OBS-URL: https://build.opensuse.org/request/show/246134
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=106
This commit is contained in:
Bjørn Lie 2014-08-24 10:03:57 +00:00 committed by Git OBS Bridge
parent ee8966c040
commit 5eaa691817
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2db8c7002f7c859dce71a988de7c39f8370a6ab99a62b1037488208b43829bea
size 1164544

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Aug 23 21:27:22 UTC 2014 - dimstar@opensuse.org
- Update to version 1.2.2:
+ New Features:
- Add a helper to calculate the ΔE of two colors.
- Bump the lcms2 dep to 2.6.
- Use the ColorHug sensor driver for the ColorHug2 hardware.
+ Bugfixes:
- Actually parse the EDID for better duplicate detection.
- Actually write a file when using cd_icc_save_default().
- Do not try to return a CdIcc instance for virtual profiles.
- Use __attribute__(cleanup) to simplify memory cleanup.
-------------------------------------------------------------------
Fri Aug 22 09:29:50 UTC 2014 - meissner@suse.com

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.2.1
Version: 1.2.2
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0+
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gusb) >= 0.1.1
BuildRequires: pkgconfig(lcms2) >= 2.4
BuildRequires: pkgconfig(lcms2) >= 2.6
BuildRequires: pkgconfig(libsystemd-login) >= 44
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(sqlite3)