Accepting request 199026 from home:Zaitor:branches:GNOME:Factory

Update to ver 1.1.2

OBS-URL: https://build.opensuse.org/request/show/199026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2013-09-14 15:23:23 +00:00 committed by Git OBS Bridge
parent a61c3043be
commit e7d4fec7a1
5 changed files with 46 additions and 36 deletions

View File

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

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

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

View File

@ -1,29 +0,0 @@
From fd9654c786cb19b541d20a953c5b51c0f53caeea Mon Sep 17 00:00:00 2001
From: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
Date: Sat, 3 Aug 2013 17:55:36 +0200
Subject: [PATCH] Migrate from usb_id and usb_db to udev builtins usb_id and
hwdb
Signed-off-by: Richard Hughes <richard@hughsie.com>
---
rules/69-cd-sensors.rules.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/69-cd-sensors.rules.in b/rules/69-cd-sensors.rules.in
index 6e0a643..eb47e25 100644
--- a/rules/69-cd-sensors.rules.in
+++ b/rules/69-cd-sensors.rules.in
@@ -86,8 +86,8 @@ ATTRS{idVendor}=="273f", ATTRS{idProduct}=="1002", ENV{COLORD_SENSOR_KIND}="colo
# color calibration device
ENV{COLORD_SENSOR_KIND}=="*?", ENV{COLOR_MEASUREMENT_DEVICE}="1"
-ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p"
-ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="usb-db %p"
+ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
+ENV{COLORD_SENSOR_KIND}=="*?", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{builtin}="hwdb --subsystem=usb"
# Allow the daemon to access the color devices
ENV{COLORD_SENSOR_KIND}=="*?", GROUP="@daemon_user@"
--
1.8.4

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Sep 13 20:58:36 UTC 2013 - zaitor@opensuse.org
- Update to version 1.1.2:
+ New Features:
- Add a 'dump' colormgr command to aid debugging.
- libcolord: Add ability to create a CdIcc object from an EDID
blob.
- libcolord: Add cd_icc_create_default() to use the default
sRGB profile.
- libcolord: Export cd_icc_utils_get_coverage() for comparing
two profiles.
- Set 'GAMUT_coverage(srgb)' when generating standard space
profiles.
+ Bugs fixed:
- Allow profiles to be added or removed when the device is not
enabled.
- Always return soft-add calibration profiles before soft-add
EDID profiles.
- Do not add fake metadata to avoid creating an empty
dictionary.
- Do not mix up device paths and device IDs in the
documentation.
- Fix an error when building the print profiles.
- Fix creation of the dummy sensor device.
- Fix the AdobeRGB and WideGamutRGB gamma values.
- Fix transposed bits for EDID red y.
- Fix up various vendor quirks.
- Fix warning when any test profile has an EDID source and no
ICC file.
- libcolord: Always calculate the fallback checksum when using
CdIccStore.
- libcolord: Do not assert on finalize if connecting to the
profile failed.
- Migrate from usb_id and usb_db to udev builtins usb_id and
hwdb.
- Show a warning for incorrect or extra command line arguments.
- Use %ghost in the example spec file to avoid removing
databases on upgrades.
- Use the exact D50 whitepoint values.
- Drop colord-udev-hwdb.patch, fixed upstream.
-------------------------------------------------------------------
Wed Jul 31 17:31:04 UTC 2013 - fcrozat@suse.com

View File

@ -19,7 +19,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0+
@ -29,8 +29,6 @@ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{ve
# Apparmor profile
Source1: usr.lib.colord
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM colord-udev-hwdb.patch fcrozat@suse.com -- call udev hwdb to fill appropriate data about usb devices
Patch0: colord-udev-hwdb.patch
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: vala
@ -120,7 +118,6 @@ there are no users logged in.
%lang_package
%prep
%setup -q
%patch0 -p1
%build
%configure \