[colord/f18] New upstream version

Richard Hughes rhughes at fedoraproject.org
Thu Dec 5 09:45:35 UTC 2013


commit a87f0543e4885788dd641b33ca96ab3d08554348
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Dec 4 16:47:19 2013 +0000

    New upstream version

 .gitignore  |    6 ++++++
 colord.spec |   20 +++++++++++++-------
 sources     |    2 +-
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 158bf17..03a07aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,9 @@
 /colord-0.1.32.tar.xz
 /colord-0.1.33.tar.xz
 /colord-0.1.34.tar.xz
+/colord-1.0.0.tar.xz
+/colord-1.0.1.tar.xz
+/colord-1.0.2.tar.xz
+/colord-1.0.3.tar.xz
+/colord-1.0.4.tar.xz
+/colord-1.0.5.tar.xz
diff --git a/colord.spec b/colord.spec
index 0f6b550..03d9327 100644
--- a/colord.spec
+++ b/colord.spec
@@ -18,7 +18,7 @@
 
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.34
+Version:   1.0.5
 Release:   1%{?dist}
 License:   GPLv2+ and LGPLv2+
 URL:       http://www.freedesktop.org/software/colord/
@@ -53,6 +53,7 @@ BuildRequires: dbus-devel
 Requires: color-filesystem
 Requires: systemd-units
 Requires(pre): shadow-utils
+Requires: colord-libs%{?_isa} = %{version}-%{release}
 
 # Self-obsoletes to fix the multilib upgrade path
 Obsoletes: colord < 0.1.27-3
@@ -106,11 +107,6 @@ This may be useful for CMYK soft-proofing or for extra device support.
 %setup -q
 
 %build
-# we can't use _hardened_build here, see
-# https://bugzilla.redhat.com/show_bug.cgi?id=892837
-export CFLAGS='-fPIC %optflags'
-export LDFLAGS='-pie -Wl,-z,now -Wl,-z,relro'
-
 # Set ~2 GiB limit so that colprof is forced to work in chunks when
 # generating the print profile rather than trying to allocate a 3.1 GiB
 # chunk of RAM to put the entire B-to-A tables in.
@@ -186,7 +182,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 /usr/lib/udev/rules.d/*.rules
 %{_libdir}/colord-sensors
 %{_libdir}/colord-plugins
-%verify(not size md5 mtime) %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
+%ghost %attr(-,colord,colord) %{_localstatedir}/lib/colord/*.db
 /usr/lib/systemd/system/colord.service
 
 # session helper
@@ -269,6 +265,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gtk-doc/html/colord/*
 
 %changelog
+* Wed Dec 04 2013 Richard Hughes <richard at hughsie.com> 1.0.5-1
+- New upstream version
+- Detect at runtime if the lcms2 function MemoryWrite is faulty
+- Do not write an invalid dict or mluc data when the resaving
+- Don't crash with an empty ICC file
+- Don't create legacy locations when loading stores
+- Ensure the version is set when using cd_icc_create_from_edid()
+- Never add USB hubs as scanner devices even if tagged by libsane
+- Never create color managed webcam devices
+
 * 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
diff --git a/sources b/sources
index 923632a..000ea42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a14bea627172cb8d3aed3c3d22dea085  colord-0.1.34.tar.xz
+f308fc9a114c2f5bba5d6bfa327ae1ba  colord-1.0.5.tar.xz


More information about the scm-commits mailing list