diff --git a/.gitignore b/.gitignore index afadfd9..fc3ad0e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /colord-1.1.7.tar.xz /colord-1.2.0.tar.xz /colord-1.2.1.tar.xz +/colord-1.2.2.tar.xz diff --git a/colord.spec b/colord.spec index d2caf86..47a68d1 100644 --- a/colord.spec +++ b/colord.spec @@ -18,8 +18,8 @@ Summary: Color daemon Name: colord -Version: 1.2.1 -Release: 4%{?dist} +Version: 1.2.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz @@ -30,7 +30,7 @@ BuildRequires: gettext BuildRequires: glib2-devel BuildRequires: intltool BuildRequires: systemd-devel -BuildRequires: lcms2-devel >= 2.2 +BuildRequires: lcms2-devel >= 2.6 BuildRequires: libgudev1-devel BuildRequires: polkit-devel >= 0.103 BuildRequires: sqlite-devel @@ -280,6 +280,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Mon Aug 18 2014 Richard Hughes 1.2.2-1 +- New upstream version +- Actually parse the EDID for better duplicate detection +- Actually write a file when using cd_icc_save_default() +- Bump the lcms2 dep to 2.6 +- Do not try to return a CdIcc instance for virtual profiles +- Use the ColorHug sensor driver for the ColorHug2 hardware + * Sat Aug 16 2014 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 89cbea9..2143a19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -452e02b3a7cc3ae5b4fc9bef304a6902 colord-1.2.1.tar.xz +a03f06f20a1c70cbf30fc8bd59b99678 colord-1.2.2.tar.xz