From 1e8fec97dbbe75c01093059316005da6a2c57d44 Mon Sep 17 00:00:00 2001 From: seuzw <930zhaowei@163.com> Date: Thu, 3 Sep 2020 22:07:42 +0800 Subject: [PATCH] update source URL --- libvma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libvma.spec b/libvma.spec index f8bbb3f..ebd9096 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. -- Gitee