New upstream version

This commit is contained in:
Richard Hughes 2015-11-27 15:29:57 +00:00
parent dd5b5bd23c
commit a415f15c86
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <richard@hughsie.com> 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 <richard@hughsie.com> 1.2.12-1
- New upstream version
- Allow creating devices with the same device ID from different users

View File

@ -1 +1 @@
80b106ba18a43c7eeaf2d9a2b8c5725b colord-1.2.12.tar.xz
8f7eff2bc467520a178488950aafbf62 colord-1.3.1.tar.xz