[colord] Add BR systemd-devel so the seat tracking stuff works

Richard Hughes rhughes at fedoraproject.org
Mon Jan 14 11:05:57 UTC 2013


commit 7e548b4781dd6774256f81f242c2369c19a80b0e
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jan 14 11:08:02 2013 +0000

    Add BR systemd-devel so the seat tracking stuff works
    
    - Build with full compiler output
    - Do not build the profiles in parallel, backported from upstream
    - Limit the memory allocation to 2GiB when building profiles
    - Do not attempt to build the print profiles on ARM or PPC hardware

 colord.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/colord.spec b/colord.spec
index dd98191..c37efc5 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
 
 # Don't build the print profiles for secondary architectures on the
 # logic that these are probably not doing press proofing or editing
@@ -15,7 +15,7 @@
 Summary:   Color daemon
 Name:      colord
 Version:   0.1.27
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
 Source0:   http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@@ -240,6 +240,13 @@ exit 0
 %{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Mon Jan 14 2013 Richard Hughes <richard at hughsie.com> 0.1.27-4
+- Add BR systemd-devel so the seat tracking stuff works
+- Build with full compiler output
+- Do not build the profiles in parallel, backported from upstream
+- Limit the memory allocation to 2GiB when building profiles
+- Do not attempt to build the print profiles on ARM or PPC hardware
+
 * Fri Jan 11 2013 Kalev Lember <kalevlember at gmail.com> 0.1.27-3
 - Added self-obsoletes to 'colord' subpackage to fix the multilib upgrade path
 


More information about the scm-commits mailing list