diff --git a/dtc-1.7.1.tar.xz b/dtc-1.7.1.tar.xz deleted file mode 100644 index 1622f6757cfdd253458b5d4916841ab5955dc77c..0000000000000000000000000000000000000000 Binary files a/dtc-1.7.1.tar.xz and /dev/null differ diff --git a/dtc-1.7.2.tar.xz b/dtc-1.7.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..2fc0b01c91d6960b6a53754a118435a67f30e813 Binary files /dev/null and b/dtc-1.7.2.tar.xz differ diff --git a/dtc.spec b/dtc.spec index 9fe43216b3faba7f6aa29c34551faadbcb736952..1f02a1751328270d0f8df35883afc9fd5842c040 100644 --- a/dtc.spec +++ b/dtc.spec @@ -1,7 +1,7 @@ %define _wrong_version_format_terminate_build 0 Name: dtc -Version: 1.7.1 +Version: 1.7.2 Release: 1 Summary: Device tree compiler License: GPL-2.0-or-later @@ -92,6 +92,15 @@ export EXTRA_CFLAGS="%{build_cflags} " %doc Documentation/manual.txt %changelog +* Mon Nov 11 2024 xiejing - 1.7.2-1 +- update to 1.7.2 +- Build + - Fix automatic dependency handling for paths with spaces in them + - Fix to allow compilation with swig 4.3.0 + - Disable pointless warnings on swig generated code +- fdtoverlay + - Improve error message with missing /__symbols__ + * Sun Sep 08 2024 Funda Wang - 1.7.1-1 - update to 1.7.1