diff --git a/colord-1.1.1.tar.xz b/colord-1.1.1.tar.xz deleted file mode 100644 index 0a28bdc..0000000 --- a/colord-1.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa8f1f3f8c69eb4683b970f0156a8f6737c5d5c0756a68726bc4815f5df23656 -size 1086996 diff --git a/colord-1.1.2.tar.xz b/colord-1.1.2.tar.xz new file mode 100644 index 0000000..f40fcf5 --- /dev/null +++ b/colord-1.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80005b47e13a586ab6fd1a2ca48de3c26212259d6b5037975b72684ab986dc28 +size 1106088 diff --git a/colord-udev-hwdb.patch b/colord-udev-hwdb.patch deleted file mode 100644 index b9f3f2f..0000000 --- a/colord-udev-hwdb.patch +++ /dev/null @@ -1,29 +0,0 @@ -From fd9654c786cb19b541d20a953c5b51c0f53caeea Mon Sep 17 00:00:00 2001 -From: Dmitrijs Ledkovs -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 ---- - 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 - diff --git a/colord.changes b/colord.changes index 6927f71..7689853 100644 --- a/colord.changes +++ b/colord.changes @@ -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 diff --git a/colord.spec b/colord.spec index 44ad1ee..af537c8 100644 --- a/colord.spec +++ b/colord.spec @@ -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 \