diff --git a/_service b/_service
index 81adcf9..6107a20 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
.git
libvma
@PARENT_TAG@.@TAG_OFFSET@.%h
- 93d276ffa8f4bc33312f76ac85b601654e7ba3a6
+ e916c67d33eb8b15698b4eac4f8b51c67cec3b3b
libvma*.tar
diff --git a/libvma-8.7.1.0.93d276ffa8f4.tar.gz b/libvma-8.7.1.0.93d276ffa8f4.tar.gz
deleted file mode 100644
index ee0567e..0000000
--- a/libvma-8.7.1.0.93d276ffa8f4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f18b9a6c3c261c42717a63d086d0133a6b5e7cdbdbb4f5b20fcd4ccc4efc5bcf
-size 1110165
diff --git a/libvma-8.8.2.0.e916c67d33eb.tar.gz b/libvma-8.8.2.0.e916c67d33eb.tar.gz
new file mode 100644
index 0000000..f0ea65e
--- /dev/null
+++ b/libvma-8.8.2.0.e916c67d33eb.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a8c40f7a417941601cd52f3e1a28fb0a85aae77cf6ba242aef3bd65374b7b20
+size 1107710
diff --git a/libvma.changes b/libvma.changes
index 1f75a14..f30128b 100644
--- a/libvma.changes
+++ b/libvma.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed May 15 06:19:54 UTC 2019 - Nicolas Morey-Chaisemartin
+
+- Update to version 8.8.2
+ * No short release notes available.
+ See journal.txt for a complete list
+
+
-------------------------------------------------------------------
Mon Oct 15 07:58:57 UTC 2018 - nmoreychaisemartin@suse.com
diff --git a/libvma.spec b/libvma.spec
index ee3b8f6..86a4873 100644
--- a/libvma.spec
+++ b/libvma.spec
@@ -1,7 +1,7 @@
#
# spec file for package libvma
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
#
-%define git_ver .0.93d276ffa8f4
+%define git_ver .0.e916c67d33eb
%define lib_major 8
Name: libvma
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
License: GPL-2.0-only OR BSD-2-Clause
Group: Development/Libraries/C and C++
-Version: 8.7.1
+Version: 8.8.2
Release: 0
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: vma.service
@@ -73,7 +73,8 @@ Headers and symbolink link required to compile and link with the Libvma library.
%build
./autogen.sh
-%configure --docdir=%{_docdir}/%{name}-%{version}
+export CXXFLAGS="%optflags -Wno-address-of-packed-member"
+%configure --docdir=%{_docdir}/%{name}
make %{?_smp_mflags} V=1
%install
@@ -109,19 +110,19 @@ for service in vma; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${se
%files
%defattr(-,root,root,-)
%dir %{_datadir}/%{name}
-%dir %{_docdir}/%{name}-%{version}
-%{_docdir}/%{name}-%{version}/README.txt
-%{_docdir}/%{name}-%{version}/journal.txt
-%{_docdir}/%{name}-%{version}/VMA_VERSION
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/README.txt
+%{_docdir}/%{name}/journal.txt
+%{_docdir}/%{name}/VMA_VERSION
%config(noreplace) %{_sysconfdir}/libvma.conf
%config %{_sysconfdir}/security/limits.d/30-libvma-limits.conf
%{_sbindir}/vmad
+%{_sbindir}/vma
%{_sbindir}/rcvma
%{_unitdir}/vma.service
%{_bindir}/vma_stats
%{_datadir}/%{name}/vma_perf_envelope.sh
%license COPYING
-%doc journal.txt
%files -n libvma%{lib_major}
%{_libdir}/%{name}*.so.*