Skip to content

Commit

Permalink
nasm 2.16.03
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 8, 2024
1 parent eedb55f commit 73ef29c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packaging/rpm/nasm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.16.01
Version: 2.16.03
Release: 1%{?dist}
License: BSD
URL: http://www.nasm.us
Expand All @@ -21,7 +21,7 @@ instruction mnemonics and syntax.

%prep
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'`
if [ "${sha256}" != "c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558" ]; then
if [ "${sha256}" != "1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148" ]; then
echo "invalid checksum for %{SOURCE0}"
exit 1
fi
Expand All @@ -43,6 +43,9 @@ make all %{?_smp_mflags}
%{_mandir}/man1/ndisasm*

%changelog
* Thu Apr 25 2024 Antoine Martin <antoine@xpra.org> - 2.16.03-1
- new upstream release

* Wed Feb 22 2023 Antoine Martin <antoine@xpra.org> - 2.16.01-1
- new upstream release
- rdoff package removed
Expand Down

0 comments on commit 73ef29c

Please sign in to comment.