diff --git a/dwz-0.15.tar.xz b/dwz-0.15.tar.xz deleted file mode 100644 index d293ea07776b0fe2bc984c366466c493bb9eeea5..0000000000000000000000000000000000000000 Binary files a/dwz-0.15.tar.xz and /dev/null differ diff --git a/dwz-0.16.tar.xz b/dwz-0.16.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..80eab81442e29641637ef5d97fc2ab64c28f1f5f Binary files /dev/null and b/dwz-0.16.tar.xz differ diff --git a/dwz.spec b/dwz.spec index 2b5edc079387d2338b9355d3baa4a312561238cc..942ea70b8f5eb34b3b07273b429d1f7c8e217b96 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,11 +1,11 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: DWARF optimization and duplicate removal tool Name: dwz Url: https://sourceware.org/dwz/ -Version: 0.15 +Source0: dwz-0.16.tar.xz +Version: 0.16 Release: %{anolis_release}%{?dist} License: GPLv2+ and GPLv3+ -Source: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu, xxhash-devel BuildRequires: make @@ -53,6 +53,10 @@ CFLAGS="" LDFLAGS="" make check %doc VERSION README* %changelog +* Fri Sep 12 2025 wenyuzifangtest001 - 0.16-1 +- Updated to version 0.16 to fix xxxxxx + + * Wed May 21 2025 zhoujiajia111 - 0.15-2 - Rebuild for remove inappropriate build dependencies.