Browse Source

dwz-0.14-4

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
fee9ad5a55
1 changed files with 8 additions and 2 deletions
  1. 8 2
      d/dwz/dwz-vl.spec

+ 8 - 2
d/dwz/dwz-vl.spec

@@ -2,7 +2,7 @@ Summary: DWARF optimization and duplicate removal tool
 Summary(ja): DWARF 最適化・重複排除ツール
 Name: dwz
 Version: 0.14
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -10,7 +10,9 @@ Distribution: Vine Linux
 License: GPLv2+ and GPLv3+
 URL: https://sourceware.org/dwz/
 Source: %{name}-0.14.tar.xz
-Patch0: dwz-fix-testsuite.patch
+Patch1: dwz-0.14-binutils-Wn.patch
+Patch2: dwz-0.14-binutils-readelf-alt.patch
+Patch3: dwz-0.14-gdb-add-index.patch
 
 BuildRequires: gcc, gcc-c++, gdb, elfutils-libelf-devel, dejagnu
 BuildRequires: make
@@ -53,6 +55,10 @@ make check
 
 
 %changelog
+* Thu Sep 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.14-4
+- dropped Patch0.
+- imported Patches from rawhide.
+
 * Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.14-3
 - initial build for Vine Linux.
 - imported Patch0 from upstream.