Changelog for
dtc-1.7.0-124.11.i586.rpm :
* Tue Apr 25 2023 Guillaume GARDET
- update to 1.7.0:
* dtc
* Fix -Oasm output on PA-RISC by avoiding \';\' separators
* Put symbolic label references in -Odts output when possible
* Add label relative path references
* Don\'t incorrectly attempt to create fixups for reference to path in overlays
* Warning rather than hard error if integer expression results are truncated due to cell size
* libfdt
* Add fdt_get_property_by_offset_w() function
* pylibfdt
* Fixed to work with Python 3.10
* A number of extra methods
* Fix out of tree build
* fdtget
* Add raw bytes output mode
* General
* Fixes for mixed-signedness comparison warnings
* Assorted other warning fixes
* Assorted updates to checks
* Assorted bugfixes
* Fix scripts to work with dash as well as bash
* Allow static builds
* Formalize Signed-off-by usage- Update dtc.keyring- Drop upstream patch:
* makefile-bison-rule.patch
* Mon Sep 26 2022 Andreas Schwab - makefile-bison-rule.patch: Makefile: fix infinite recursion by dropping non-existent `%.output`
* Sat Oct 16 2021 Dirk Müller - update to 1.6.1:
* A number of bugfixes
* Fix many warnings with -Wsign-compare
* Add compilation with meson (not used by default so far)
* Yet another revamp of how we handle unaligned accesses
* Added a number of extra checks for common tree errors
* Checks for interrupt providers
* i2c reg properties
* Tighten checking of gpio properties
* Reduce dependencies when building libfdt only
* Allow libfdt.h header to be used from C++ more easily
* Accept .dtbo extension for overlays
* Update valid node and property characters to match current devicetree spec
* Add several checks for root node sanity in fdt_check_full()
* Somewhat more robust type labelling for the benefit of yaml output
* Wed Apr 21 2021 Matthias Gerstner - explicitly pass -pie in CFLAGS, since the build system explicitly passes - fPIC, which breaks our gcc-PIE profile. This makes all packaged binaries PIE-executables (bsc#1184122).
* Tue Mar 10 2020 Paolo Stivanin - Update to 1.6.0 (no changelog)- Removed dtc-no-common-conflict.patch
* Tue Jan 14 2020 Dirk Mueller - add dtc-no-common-conflict.patch (bsc#1160388)
* Sun Dec 08 2019 Martin Liška - Use %make_build and recpect %optflags.
* Wed Oct 30 2019 Dirk Mueller - switch to building python3 bindings using setuptools to avoid patching
* Wed Oct 30 2019 Guillaume GARDET - Enable python3 binding in python3-libfdt
* Wed Oct 30 2019 Dirk Mueller - update to 1.5.1:
* Numerous assorted bugfixes
* Add a new fdt_create_with_flags() function, and a FDT_CREATE_FLAG_NO_NAME_DEDUP flag which improves speed at the cost of tree size by not deduplicating property names in the strings section
* Run tests against shared library, so it will catch the common mistake of not adding new symbols to the versioning script
* Add a number of missing symbols to versioning script
* Use Python3 by default for pylibfdt
* New fdt_append_addrrange() function in libfdt- remove dtc-license.patch (upstream)