New upstream version
This commit is contained in:
parent
dd5b5bd23c
commit
a415f15c86
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
14
colord.spec
14
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user