diff --git a/add-loongarch64-support-for-isomd5sum.patch b/add-loongarch64-support-for-isomd5sum.patch index 29d6bde5f2157abf96c8c5e934492aa8c3c4a5ef..c6cb13278107490bd4e583edc3a04c585db189a1 100644 --- a/add-loongarch64-support-for-isomd5sum.patch +++ b/add-loongarch64-support-for-isomd5sum.patch @@ -13,10 +13,10 @@ index bd7683e..4ed8fa6 100644 +++ b/Makefile @@ -4,7 +4,7 @@ PYTHONINCLUDE := $(shell $(PYTHON)-config --includes) - VERSION=1.2.3 + VERSION=1.2.5 --ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64,$(shell uname -m))) -+ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 loongarch64,$(shell uname -m))) +-ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64 riscv64,$(shell uname -m))) ++ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 mips64 riscv64 loongarch64,$(shell uname -m))) LIBDIR = lib64 else LIBDIR = lib diff --git a/isomd5sum-1.2.3.tar.gz b/isomd5sum-1.2.3.tar.gz deleted file mode 100644 index 076df79e004ce821c50bb0135b1ab15c5bf3b6fd..0000000000000000000000000000000000000000 Binary files a/isomd5sum-1.2.3.tar.gz and /dev/null differ diff --git a/isomd5sum-1.2.5.tar.gz b/isomd5sum-1.2.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..68431c6dafa1c74828302aeba93368d437ba88e1 Binary files /dev/null and b/isomd5sum-1.2.5.tar.gz differ diff --git a/isomd5sum.spec b/isomd5sum.spec index dd52948238828747423d545cd8b193db84f24a82..8743ab5daa17397c6d512d708bcc4c55953dbb2c 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,7 +1,7 @@ -%define anolis_release 6 +%define anolis_release 1 Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum -Version: 1.2.3 +Version: 1.2.5 Release: %{anolis_release}%{?dist} License: GPLv2+ @@ -64,6 +64,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Thu Feb 20 2025 Xiaoping Liu - 1.2.5-1 +- update to 1.2.5 from 1.2.3 + * Tue Mar 12 2024 Bo Ren - 1.2.3-6 - Rebuild with python3.11