Changelog for
libcolord-devel-1.4.6-6.1.x86_64.rpm :
* Thu Jul 25 2024 Martin Jambor
- Build -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 in order to avoid wrong type being passed to gmtime_r on i586 (and perhaps other 32bit targets). [boo#1228331]
* Thu Apr 04 2024 Dominique Leuenberger - Tag hardening patch as PATCH-FEATURE-OPENSUSE.
* Wed Aug 02 2023 Andreas Schwab - Reduce memory constraints for riscv64
* Fri May 05 2023 Frederic Crozat - Tune _constraints for various architectures.
* Fri Sep 16 2022 Michael Gorse - Add colord-CVE-2021-42523.patch: fix a small memory leak on db open failure (boo#1202802 CVE-2021-42523).
* Fri Mar 25 2022 Dominique Leuenberger - Update to version 1.4.6: + Add missing copyright notices. + Add Spyder X entry. + Document where to send patches. + Don\'t use exact floating point comparisons. + Drop option for removed reverse engineering tools. + Drop references to hughski.com. + Fix a small memory leak in sqlite3_exec(). + Fix typo in device-removed signal documentation. + Make introspection optional in meson.- Drop -Dreverse=false meson parameter: no longer supported.- Fix a few rpmlint warnings: + Do not self-obsolete shared-color-profiles by providing the symbol with a version. + Call +%tmpfiles_create %{_tmpfilesdir}/colord.conf in %post. + Package /usr/share/bash-completion/completions/colormgr with mode 644: the files are not executed, but sourced. + Own %{_localstatedir}/lib/colord/icc (ghost): this directory is generated by %tmpfiles_create.
* Mon Dec 13 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_colord.service.patch
* Sat Nov 20 2021 Callum Farmer - Change to systemd-sysusers
* Thu Jan 14 2021 Christian Boltz - allow access to /usr/local/share/color in AppArmor profile (boo#1180898)
* Thu Jan 07 2021 Bjørn Lie - Update to version 1.4.5: + New Features: - Add cd_icc_create_default_full - Add cd_icc_utils_get_adaptation_matrix - Add cd_mat33_is_finite - Add support for datacolor SpyderX + Bugfixes: - Check for errors from more sqlite calls - Fix cd_icc_load_data() annotation for the data array - Fix cd-sensor-dummy - Fix more annotation for data arrays - Fix owner and permissions on existing state files - Fix segfault due to dereferencing NULL pointer - Make the build reproductible - Refactor opening of mapping database and try again if fails- Drop add-spyderx.patch: Included upstream in new release.