From 1f0e109d45b1dafbee5d16d6b1ed34c6351db308 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sep 13 2013 15:33:23 +0000 Subject: New upstream version --- diff --git a/.gitignore b/.gitignore index 636e8a5..81b1de0 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /colord-1.0.1.tar.xz /colord-1.0.2.tar.xz /colord-1.1.1.tar.xz +/colord-1.1.2.tar.xz diff --git a/colord.spec b/colord.spec index 0b21e20..bf8d63e 100644 --- a/colord.spec +++ b/colord.spec @@ -18,7 +18,7 @@ Summary: Color daemon Name: colord -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -191,7 +191,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : /usr/lib/udev/rules.d/*.rules %{_libdir}/colord-sensors %{_libdir}/colord-plugins -%verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db +%ghost %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db /usr/lib/systemd/system/colord.service # session helper @@ -274,6 +274,21 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Fri Sep 13 2013 Richard Hughes 1.1.2-1 +- New upstream version +- Add a 'dump' colormgr command to aid debugging +- 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 mix up device paths and device IDs in the documentation +- Fix an error when building the print profiles +- Fix the AdobeRGB and WideGamutRGB gamma values +- Fix up various vendor quirks +- Migrate from usb_id and usb_db to udev builtins usb_id and hwdb +- Set 'GAMUT_coverage(srgb)' when generating standard space profiles +- Show a warning for incorrect or extra command line arguments +- Use %ghost to avoid removing databases on upgrades +- Use the exact D50 whitepoint values + * Sun Jul 30 2013 Richard Hughes 1.1.1-1 - New upstream version - This release bumps the soname of libcolord as long deprecated methods have diff --git a/sources b/sources index cdcf699..e6b4431 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -620f6c8f21fc6fac1b5b2c7f8a271b2b colord-1.1.1.tar.xz +595d7ad4a9d83ac8c58a9986af1d7055 colord-1.1.2.tar.xz