diff --git a/dwz-0.12.tar.bz2 b/dwz-0.12.tar.bz2 deleted file mode 100644 index da012999a8cdf2e6537326f5093b3ff739693c2a..0000000000000000000000000000000000000000 Binary files a/dwz-0.12.tar.bz2 and /dev/null differ diff --git a/dwz-0.13.tar.xz b/dwz-0.13.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..8d2f5b5ac6e6a46299b49817fb61935887f37337 Binary files /dev/null and b/dwz-0.13.tar.xz differ diff --git a/dwz.spec b/dwz.spec index ff4107c02ce88bd7e7c68f3067d70ca506c8a0ad..81a7b3a142fd9b21f3f48579e32d8b4a280218c3 100644 --- a/dwz.spec +++ b/dwz.spec @@ -1,10 +1,10 @@ Name: dwz -Version: 0.12 -Release: 11 +Version: 0.13 +Release: 1 Summary: A DWARF optimization and duplicate removal tool License: GPLv2+ and GPLv3+ URL: https://sourceware.org/dwz/ -Source0: %{name}-%{version}.tar.bz2 +Source0: https://sourceware.org/ftp/dwz/releases/%{name}-%{version}.tar.xz BuildRequires:gcc elfutils-libelf-devel %description @@ -19,7 +19,7 @@ using DW_TAG_imported_unit to import it into each CU that needs it. %package_help %prep -%autosetup -n %{name}-%{version} +%autosetup -n %{name} %build %make_build @@ -44,6 +44,9 @@ using DW_TAG_imported_unit to import it into each CU that needs it. %{_mandir}/man1/dwz* %changelog +* Mon Aug 3 2020 chengquan - 0.13-1 +- Update software to v0.13 + * Fri Sep 27 2019 chengquan - 0.12-11 - Type:bugfix - ID:NA