New upstream version

This commit is contained in:
Richard Hughes 2013-05-13 11:26:33 +01:00
parent 0144e649b3
commit 52d019f658
3 changed files with 16 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <richard@hughsie.com> 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 <richard@hughsie.com> 0.1.34-1
- New upstream version
- Add a ICC transform object for simple RGB conversions

View File

@ -1 +1 @@
a14bea627172cb8d3aed3c3d22dea085 colord-0.1.34.tar.xz
5b0c442a2a87c3688b17e1547452ffcb colord-1.0.0.tar.xz