Changelog for
dtc-1.6.1-8.2.i586.rpm :
* 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)
* Sat Oct 26 2019 Andreas Färber - Enable YAML output format