New upstream version
This commit is contained in:
parent
8fb0b97a9d
commit
a8a9fa22f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/colord-1.4.0.tar.xz
|
||||
/colord-1.4.1.tar.xz
|
||||
/colord-1.4.2.tar.xz
|
||||
/colord-1.4.3.tar.xz
|
||||
|
23
colord.spec
23
colord.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: https://www.freedesktop.org/software/colord/
|
||||
@ -116,23 +116,23 @@ This may be useful for CMYK soft-proofing or for extra device support.
|
||||
ulimit -Sv 2000000
|
||||
|
||||
%meson \
|
||||
-Denable-vala=true \
|
||||
-Dvapi=true \
|
||||
%if 0%{?build_print_profiles}
|
||||
-Denable-print-profiles=true \
|
||||
-Dprint_profiles=true \
|
||||
%else
|
||||
-Denable-print-profiles=false \
|
||||
-Dprint_profiles=false \
|
||||
%endif
|
||||
%if 0%{?enable_sane}
|
||||
-Denable-sane=true \
|
||||
-Dsane=true \
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
-Denable-bash-completion=false \
|
||||
-Denable-argyllcms-sensor=false \
|
||||
-Dbash_completion=false \
|
||||
-Dargyllcms_sensor=false \
|
||||
%endif
|
||||
%if !0%{?rhel}
|
||||
-Denable-libcolordcompat=true \
|
||||
-Dlibcolordcompat=true \
|
||||
%endif
|
||||
-Dwith-daemon-user=colord
|
||||
-Ddaemon_user=colord
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -277,6 +277,11 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 18 2018 Richard Hughes <richard@hughsie.com> 1.4.3-1
|
||||
- New upstream version
|
||||
- Make cd_color_get_blackbody_rgb_full() more accurate
|
||||
- Update style of Meson build options
|
||||
|
||||
* Mon Mar 12 2018 Richard Hughes <richard@hughsie.com> 1.4.2-1
|
||||
- New upstream version
|
||||
- Avoid buffer overflow when reading profile_id
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (colord-1.4.2.tar.xz) = 5dc276d008dd7e3365a894d8d8779e27bc0bb24c4eb9ec0994528da7fa92bff789993b0bfc075a443da664a781d23f9718e7eafc593acad80200b976266e2840
|
||||
SHA512 (colord-1.4.3.tar.xz) = 8a4dc9c6c480cff0a3a9d9187e087cc07e1c8c262edd45cbb69e51d384fab4331b1115c354ee2160ab36137b7d342fb450672acd29066dd45e7878562197dce2
|
||||
|
Loading…
Reference in New Issue
Block a user