diff --git a/.gitignore b/.gitignore index cb79985..3c6e121 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /colord-0.1.34.tar.xz /colord-1.0.0.tar.xz /colord-1.0.1.tar.xz +/colord-1.0.2.tar.xz diff --git a/colord.spec b/colord.spec index 8304809..bd78800 100644 --- a/colord.spec +++ b/colord.spec @@ -18,7 +18,7 @@ Summary: Color daemon Name: colord -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -271,6 +271,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Sun Jul 07 2013 Richard Hughes 1.0.2-1 +- New upstream version +- Add cd_icc_save_data() so that we can easily set _ICC_PROFILE +- Add CdIccStore to monitor directories of ICC profiles +- Add SystemVendor and SystemModel properties to the main interface +- Allow to specify a non-qualified path when using FindProfileByFilename +- Allow using the key 'Filename' when using FindProfileByProperty +- Always return the error if any sync method failed +- Fix GObject introspection when getting lists +- Fix GObject introspection when getting metadata + * Tue Jun 11 2013 Richard Hughes 1.0.1-1 - New upstream version - Do not unconditionally enable BPC on the color transform diff --git a/sources b/sources index a3bc220..83d0f3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8c942b5f595b482ae5551d8b8d73366 colord-1.0.1.tar.xz +98cd74c2be108cbd81c4a9cd6b324910 colord-1.0.2.tar.xz