From fd184a1b787886b3cf946c4d3a2575ac0d4c172a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:42:47 +0000 Subject: [PATCH 1/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- udis86.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udis86.spec b/udis86.spec index c5017be..77d6502 100644 --- a/udis86.spec +++ b/udis86.spec @@ -2,7 +2,7 @@ Name: udis86 Version: 1.7.2 -Release: 26.%{gitrev}%{?dist} +Release: 27.%{gitrev}%{?dist} Summary: A disassembler library for x86 and x86-64 License: BSD-2-Clause @@ -75,6 +75,9 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.7.2-27.56ff6c8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.7.2-26.56ff6c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From bf2660a4de00632b767e80cee797951f8e0199de Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 26 Aug 2025 11:31:35 -0400 Subject: [PATCH 2/5] Drop yasm build requirement and replace with nasm (#2390545) Signed-off-by: David Cantrell --- udis86.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/udis86.spec b/udis86.spec index 77d6502..7dfe1d0 100644 --- a/udis86.spec +++ b/udis86.spec @@ -2,7 +2,7 @@ Name: udis86 Version: 1.7.2 -Release: 27.%{gitrev}%{?dist} +Release: 28.%{gitrev}%{?dist} Summary: A disassembler library for x86 and x86-64 License: BSD-2-Clause @@ -16,7 +16,7 @@ Patch3: udis86-docs_manual_Makefile.am.patch BuildRequires: make BuildRequires: libtool BuildRequires: python -BuildRequires: yasm +BuildRequires: nasm BuildRequires: python3-sphinx %description @@ -46,7 +46,7 @@ find '(' -name '*.c' -or -name '*.h' ')' -exec chmod 644 {} \; --enable-shared \ --disable-silent-rules \ --with-python=%{_bindir}/python3 \ - --with-yasm=%{_bindir}/yasm \ + --with-yasm=%{_bindir}/nasm \ --with-sphinx-build=%{_bindir}/sphinx-build-3 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -75,6 +75,9 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Tue Aug 26 2025 David Cantrell - 1.7.2-28.56ff6c8 +- Drop yasm build requirement and replace with nasm (#2390545) + * Fri Jul 25 2025 Fedora Release Engineering - 1.7.2-27.56ff6c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 9b1399956898e0db717b1f76ca78871fde9b0214 Mon Sep 17 00:00:00 2001 From: Dave Cantrell Date: Wed, 27 Aug 2025 09:11:44 -0400 Subject: [PATCH 3/5] Drop nasm dependency; build udis86 without yasm or nasm (#2390545) Signed-off-by: Dave Cantrell --- udis86.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/udis86.spec b/udis86.spec index 7dfe1d0..9022e04 100644 --- a/udis86.spec +++ b/udis86.spec @@ -2,7 +2,7 @@ Name: udis86 Version: 1.7.2 -Release: 28.%{gitrev}%{?dist} +Release: 29.%{gitrev}%{?dist} Summary: A disassembler library for x86 and x86-64 License: BSD-2-Clause @@ -16,7 +16,6 @@ Patch3: udis86-docs_manual_Makefile.am.patch BuildRequires: make BuildRequires: libtool BuildRequires: python -BuildRequires: nasm BuildRequires: python3-sphinx %description @@ -46,7 +45,7 @@ find '(' -name '*.c' -or -name '*.h' ')' -exec chmod 644 {} \; --enable-shared \ --disable-silent-rules \ --with-python=%{_bindir}/python3 \ - --with-yasm=%{_bindir}/nasm \ + --without-yasm \ --with-sphinx-build=%{_bindir}/sphinx-build-3 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -75,6 +74,9 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Wed Aug 27 2025 David Cantrell - 1.7.2-29.56ff6c8 +- Drop nasm dependency; build udis86 without yasm or nasm (#2390545) + * Tue Aug 26 2025 David Cantrell - 1.7.2-28.56ff6c8 - Drop yasm build requirement and replace with nasm (#2390545) From 92bd15f274d739f6f7666939b92921372b0f4566 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 20 Jan 2026 03:30:15 +0000 Subject: [PATCH 4/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- udis86.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udis86.spec b/udis86.spec index 9022e04..20ac2f3 100644 --- a/udis86.spec +++ b/udis86.spec @@ -2,7 +2,7 @@ Name: udis86 Version: 1.7.2 -Release: 29.%{gitrev}%{?dist} +Release: 30.%{gitrev}%{?dist} Summary: A disassembler library for x86 and x86-64 License: BSD-2-Clause @@ -74,6 +74,9 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Tue Jan 20 2026 Fedora Release Engineering - 1.7.2-30.56ff6c8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Aug 27 2025 David Cantrell - 1.7.2-29.56ff6c8 - Drop nasm dependency; build udis86 without yasm or nasm (#2390545) From 566cba81508868c6dec45f17ecfb5a8345c4aa1f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:06:27 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- udis86.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udis86.spec b/udis86.spec index 20ac2f3..4c91e18 100644 --- a/udis86.spec +++ b/udis86.spec @@ -2,7 +2,7 @@ Name: udis86 Version: 1.7.2 -Release: 30.%{gitrev}%{?dist} +Release: 31.%{gitrev}%{?dist} Summary: A disassembler library for x86 and x86-64 License: BSD-2-Clause @@ -74,6 +74,9 @@ rm -rf %{buildroot}%{_docdir} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.7.2-31.56ff6c8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jan 20 2026 Fedora Release Engineering - 1.7.2-30.56ff6c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild