[colord/f19] New upstream version

Richard Hughes rhughes at fedoraproject.org
Wed May 1 09:31:44 UTC 2013


commit bcde237baa4a62e18b05eae1b3bdcb83e7938c5e
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed May 1 10:31:40 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 |   26 +++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 25 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 10aa3dd..d369867 100644
--- a/colord.spec
+++ b/colord.spec
@@ -1,7 +1,7 @@
 
 # Building the extra print profiles requires colprof, +4Gb of RAM and
 # quite a lot of time. Don't enable this for test builds.
-%define enable_print_profiles 0
+%define enable_print_profiles 1
 
 # SANE is pretty insane when it comes to handling devices, and we get AVCs
 # popping up all over the place.
@@ -18,7 +18,7 @@
 
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.33
+Version:   0.1.34
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
@@ -39,6 +39,7 @@ BuildRequires: vala-tools
 BuildRequires: libgusb-devel
 BuildRequires: gtk-doc
 BuildRequires: color-filesystem
+BuildRequires: bash-completion
 %if 0%{?build_print_profiles}
 BuildRequires: argyllcms
 %endif
@@ -157,10 +158,15 @@ exit 0
 %post
 /sbin/ldconfig
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+%systemd_post colord.service
+
+%preun
+%systemd_preun colord.service
 
 %postun
 /sbin/ldconfig
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+%systemd_postun colord.service
 
 %files -f %{name}.lang
 %doc README AUTHORS NEWS COPYING
@@ -175,13 +181,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
@@ -263,6 +269,20 @@ 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)
+
 * Tue Apr 16 2013 Richard Hughes <richard at hughsie.com> 0.1.33-1
 - New upstream version
 - Add some translated profile descriptions for the CMYK profiles
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