From a415f15c86250333e805f816a111c7c546af463e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Nov 27 2015 15:29:57 +0000 Subject: New upstream version --- diff --git a/.gitignore b/.gitignore index 98b3c5a..5d80293 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /colord-1.2.10.tar.xz /colord-1.2.11.tar.xz /colord-1.2.12.tar.xz +/colord-1.3.1.tar.xz diff --git a/colord.spec b/colord.spec index 82bb94c..3c1ace6 100644 --- a/colord.spec +++ b/colord.spec @@ -18,7 +18,7 @@ Summary: Color daemon Name: colord -Version: 1.2.12 +Version: 1.3.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -195,6 +195,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/bash-completion/completions/colormgr %endif /usr/lib/udev/rules.d/*.rules +/usr/lib/tmpfiles.d/colord.conf %{_libdir}/colord-sensors %{_libdir}/colord-plugins %ghost %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db @@ -204,6 +205,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libexecdir}/colord-session %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml %{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service +/usr/lib/systemd/user/colord-session.service # sane helper %if 0%{?enable_sane} @@ -280,6 +282,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Fri Nov 27 2015 Richard Hughes 1.3.1-1 +- New upstream version +- Add a systemd user service corresponding to the D-Bus session service +- Add a tmpfiles.d snippet to fix stateless systems +- Add g_autoptr() defines for cd_color* +- Add get-spectral-reading command to colormgr +- Allow returning spectral readings from the Spark sensor +- Ignore the ColorHug+ in DFU mode +- Reset the sensor back to idle after each action + * Wed Aug 19 2015 Richard Hughes 1.2.12-1 - New upstream version - Allow creating devices with the same device ID from different users diff --git a/sources b/sources index d2373fc..ad3553a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80b106ba18a43c7eeaf2d9a2b8c5725b colord-1.2.12.tar.xz +8f7eff2bc467520a178488950aafbf62 colord-1.3.1.tar.xz