diff --git a/libvma.spec b/libvma.spec index f8bbb3fcf75c07a9d9b6c745970dc01d151d04d4..ebd9096b6af43bcba3f89797bf213aa69393cc5d 100644 --- a/libvma.spec +++ b/libvma.spec @@ -1,10 +1,10 @@ Name: libvma Version: 8.9.4 -Release: 8 +Release: 9 Summary: A library that boosts performance for message-based and streaming applications License: GPLv2 or BSD URL: https://github.com/Mellanox/libvma -Source: http://www.mellanox.com/downloads/Accelerator/%{version}.tar.gz +Source: https://github.com/Mellanox/libvma/archive/%{version}.tar.gz Patch0000: Resolve-gcc-9.x-issues.patch ExcludeArch: %{arm} Requires: pam @@ -68,6 +68,9 @@ Headers files for libvma. %{_pkgdocdir}/VMA_VERSION %changelog +* Thu Sep 3 2020 zhaowei - 8.9.4-9 +-update source URL + * Thu May 21 2020 yanan li - 8.9.4-8 - Slove the problem of pointer value misalignment caused by gcc 9.x enabling verification.