Accepting request 587038 from GNOME:Factory

- Update to version 1.4.2:
  + New Features:
    - Add cd_icc_set_created.
    - Add --enable-timestamps option for CREATED header.
  + Bugfixes:
    - Avoid buffer overflow when reading profile_id.
    - Fix the detection of duplicate EDIDs.
    - Make udev hwdb optional by using pnp.ids as fallback.
    - Raise _XOPEN_SOURCE to 700 to enable C99 on FreeBSD.
    - Refactor build directory selection.
    - Set cd-create-profile date to SOURCE_DATE_EPOCH.
- Pass new option enable-udev-rules=true to meson. (forwarded request 586553 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/587038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/colord?expand=0&rev=74
This commit is contained in:
Dominique Leuenberger 2018-03-19 22:31:49 +00:00 committed by Git OBS Bridge
commit f9ce977dc7
6 changed files with 31 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b068fc8298265a7a3b68e7516c7a263394cff57579af0d1c0fb6b7429230555
size 1867920

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJZmqP6AAoJEBesuo36lw4XrF4H/iTGIEl4+aUYu/3plWkW/QmI
MfH+56SKmsSkX4LbPlkWP+W3z3bS7uvAEpNb6JRXhIw7y3/6JxOkAw3R7Brd+2XN
zdnryIY1dJ7PY2Vw1xMpERVtOqx1O79RTdiW4Ch181qr6UwE/nO/Q+yx1Wi5I8w1
2gPZrIgYBxH+fZwXXTjH37lte1oyozQYfp0Il/OvOCbt1TGCnvyUxxDnd0mgQr08
cF6dmfeEiPGmCkw/XgMavYaaSAGFzPaE0eSjDDC94Vn+jI/Y3ycpyTZVq98CJK+G
08SwddYT360xF6I0K/6bA/jd9CKKAlmiHMroGKRBG8AKMfqb1DpXNDjbN4PBRHg=
=8/r2
-----END PGP SIGNATURE-----

3
colord-1.4.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c70d5052a9c96da51fa57e80d6dc97ca642943d5b9940a196c990dfe84beca7
size 1841992

10
colord-1.4.2.tar.xz.asc Normal file
View File

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJappP+AAoJEBesuo36lw4XOEcH/RKKPMqjfnmY+xfYtdSS/mxf
5zQsnrK4ueYUlDLR353ewVbbzuvp9uR/BoxByf4wOpgNirlV/g9msAwrvLfE1gXJ
gPT+5OQPeXiCZtX3OzjXibmImoex1XFcX0+7PCW3wo/6CFwT5I40Qun5OTHriGl1
6I0/oSw7LwCXwrHbxf8LNe5SzgfzRY11rVM/JjroTCIkbph9/8FtlcVwrUd/UP2n
BP/OuGXWlSZ09mUqlZGj1K9pgF0RAQyr/IvEa0roTIkG4Kg1+dCVwN6QjZWTdOls
Y7sCv/7bcHgmoEADTybdTb/18BQECxtBN/7zfX3hSpIMEbZZb3gF624suDaDYUs=
=DZIY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Mar 13 10:27:17 UTC 2018 - bjorn.lie@gmail.com
- Update to version 1.4.2:
+ New Features:
- Add cd_icc_set_created.
- Add --enable-timestamps option for CREATED header.
+ Bugfixes:
- Avoid buffer overflow when reading profile_id.
- Fix the detection of duplicate EDIDs.
- Make udev hwdb optional by using pnp.ids as fallback.
- Raise _XOPEN_SOURCE to 700 to enable C99 on FreeBSD.
- Refactor build directory selection.
- Set cd-create-profile date to SOURCE_DATE_EPOCH.
- Pass new option enable-udev-rules=true to meson.
-------------------------------------------------------------------
Wed Feb 28 16:24:28 UTC 2018 - dimstar@opensuse.org

View File

@ -18,7 +18,7 @@
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
Name: colord
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: System Daemon for Managing Color Devices
License: GPL-2.0-or-later
@ -162,6 +162,7 @@ ulimit -Sv 2000000
-Dwith-daemon-user=colord \
-Denable-man=true \
-Denable-docs=true \
-Denable-udev-rules=true \
%{nil}
%meson_build