From 52d019f658787fc1c228ec63643a43ee09285944 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: May 13 2013 10:26:33 +0000 Subject: New upstream version --- diff --git a/.gitignore b/.gitignore index 158bf17..4b879cf 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /colord-0.1.32.tar.xz /colord-0.1.33.tar.xz /colord-0.1.34.tar.xz +/colord-1.0.0.tar.xz diff --git a/colord.spec b/colord.spec index c8b418b..023056a 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.34 +Version: 1.0.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -108,11 +108,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. @@ -273,6 +268,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gtk-doc/html/colord/* %changelog +* Mon May 13 2013 Richard Hughes 1.0.0-1 +- New upstream version +- Add a config option for monitors with identical EDID values +- Allow a different input and output format in CdTransform +- Build all installed binaries with PIE +- Build the colord binary with full RELRO +- Do not show a warning when using 'colormgr device-get-profile-for-qualifier' +- Fix crash in cd-iccdump by working around an lcms2 bug +- Fix using the color sensors on ARM hardware +- Set the STANDARD_space metadata for the print profiles +- Show all the translations when dumping an ICC profile + * Wed May 01 2013 Richard Hughes 0.1.34-1 - New upstream version - Add a ICC transform object for simple RGB conversions diff --git a/sources b/sources index 923632a..0b3998c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a14bea627172cb8d3aed3c3d22dea085 colord-0.1.34.tar.xz +5b0c442a2a87c3688b17e1547452ffcb colord-1.0.0.tar.xz