diff --git a/colord-1.2.1.tar.xz b/colord-1.2.1.tar.xz deleted file mode 100644 index fa64a28..0000000 --- a/colord-1.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db8c7002f7c859dce71a988de7c39f8370a6ab99a62b1037488208b43829bea -size 1164544 diff --git a/colord-1.2.2.tar.xz b/colord-1.2.2.tar.xz new file mode 100644 index 0000000..495ff51 --- /dev/null +++ b/colord-1.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9059710321a231657932dd9f824a0cd5b71f90e2812c219f336ee1693066529 +size 1176008 diff --git a/colord.changes b/colord.changes index 2c4b6f7..4d0199b 100644 --- a/colord.changes +++ b/colord.changes @@ -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 diff --git a/colord.spec b/colord.spec index 1a56206..d8eb35c 100644 --- a/colord.spec +++ b/colord.spec @@ -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)