[colord] New upstream version

Richard Hughes rhughes at fedoraproject.org
Wed May 1 09:00:20 UTC 2013


commit 38687aea588be22cfc20579f314393941a7892e5
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed May 1 10:00:16 2013 +0100

    New upstream version
    
    - Add a ICC transform object for simple RGB conversions
    - Add a warning for RGB profiles with unlikely whitepoint values
    - Add Qt DBus annotations
    - Allow clients to call org.freedesktop.DBus.Peer
    - Correct a lot more company names when creating devices
    - Do not automatically add EDID profiles with warnings to devices
    - Increase the delay between patches in the session-helper
    - Install the bash completion support into /usr

 .gitignore  |    1 +
 colord.spec |   17 ++++++++++++++---
 sources     |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf8c227..158bf17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /colord-0.1.31.tar.xz
 /colord-0.1.32.tar.xz
 /colord-0.1.33.tar.xz
+/colord-0.1.34.tar.xz
diff --git a/colord.spec b/colord.spec
index 0da7a16..ebc8478 100644
--- a/colord.spec
+++ b/colord.spec
@@ -18,8 +18,8 @@
 
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.33
-Release:   2%{?dist}
+Version:   0.1.34
+Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
 Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@@ -180,13 +180,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
 %{_datadir}/man/man1/*.1.gz
 %{_datadir}/colord
+%{_datadir}/bash-completion/completions/colormgr
 %config %{_sysconfdir}/colord.conf
 /usr/lib/udev/rules.d/*.rules
 %{_libdir}/colord-sensors
 %{_libdir}/colord-plugins
 %verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
 /usr/lib/systemd/system/colord.service
-%{_sysconfdir}/bash_completion.d/*-completion.bash
 
 # session helper
 %{_libexecdir}/colord-session
@@ -268,6 +268,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Wed May 01 2013 Richard Hughes <richard at hughsie.com> 0.1.34-1
+- New upstream version
+- Add a ICC transform object for simple RGB conversions
+- Add a warning for RGB profiles with unlikely whitepoint values
+- Add Qt DBus annotations
+- Allow clients to call org.freedesktop.DBus.Peer
+- Correct a lot more company names when creating devices
+- Do not automatically add EDID profiles with warnings to devices
+- Increase the delay between patches in the session-helper
+- Install the bash completion support into /usr
+
 * Wed Apr 24 2013 Václav Pavlín <vpavlin at redhat.com> - 0.1.33-2
 - Add new systemd macros (#856659)
 
diff --git a/sources b/sources
index be61235..923632a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-384f1be4e23ac0dbf1977224aac306c1  colord-0.1.33.tar.xz
+a14bea627172cb8d3aed3c3d22dea085  colord-0.1.34.tar.xz


More information about the scm-commits mailing list