Hello community,

here is the log from the commit of package libvma for openSUSE:Factory checked 
in at 2018-01-24 15:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvma (Old)
 and      /work/SRC/openSUSE:Factory/.libvma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvma"

Wed Jan 24 15:32:22 2018 rev:2 rq:568833 version:8.4.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvma/libvma.changes    2017-11-15 
17:01:05.772791154 +0100
+++ /work/SRC/openSUSE:Factory/.libvma.new/libvma.changes       2018-01-24 
15:32:28.384837789 +0100
@@ -1,0 +2,39 @@
+Wed Jan 24 08:23:57 UTC 2018 - [email protected]
+
+- Update to version 8.4.11
+  - Added:
+    - RM #1214451 Add systemd support for daemon
+    - RM #1214453 Improve selection of filesystem monitor method
+    - RM #1207424 Send quickack depending on the payload size
+    - RM #1179641 Add MTU find logic to ring
+    - RM #1190606 VMA stats - Remove timewait interval in last cycle
+    - RM #1179641 Override MTU from route over interface MTU
+    - RM #1179641 Add parsing route table metrics
+    - RM #1190054 Rename VMA_SPEC parameter 6973 to 7750
+    - RM #1176937 Add VMA_TCP_QUICKACK environment variable
+    - RM #1176937 Add TCP_QUICKACK option support
+    - RM #1176937 Add delayed ack control into LWIP
+    - RM #1151606 Modify valgrind suppression file
+    - RM #1182826 Check if the module parameters exists
+    - RM #847360 Add Coverity badge to README.md
+    - RM #1172255 Disable parser warning coverity checker
+  - Fixed:
+    - RM #1247358 Fix crash when VMA could not resolve neighbor
+    - RM #1258245 Fix SYN messages are sent to invalid peer
+    - RM #1250147 Reorder netlink event registration at startup
+    - RM #1214453 Fix daemon for powerpc
+    - RM #1214453 Fix issue in inotify processing
+    - RM #1222660 Correct warning check for flow steering
+    - RM #1192017 Fix ibv_destroy_cq() failure while VMA_TCP_3T_RULES=1
+    - RM #1213984 Use dst_enty to find the route MTU
+    - RM #1175479 Inherit missing properties from the parent
+    - RM #1175657 Fix ring statistics are not updated was flowtag is enabled
+    - RM #1201040 Fix VMA_BUFFER_BATCHING_MODE is ignored while set from spec
+    - RM #1182981 Fix TCP zero-window probe message sequence number
+    - RM #1181379 Fix TCP zero window probe when there is data in-flight
+    - RM #1185978 Fix compilation for --enable-opt-log=high
+    - RM #1164732 Fix possible deadlock during connect
+    - RM #1185372 Fix traffic is not offloaded for high VMA_RX_WRE values
+- Update vma.service to match upstream
+
+-------------------------------------------------------------------

Old:
----
  libvma-8.4.8.0.49d23ea.tar.gz

New:
----
  libvma-8.4.11.0.0ab7df63dbeb.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvma.spec ++++++
--- /var/tmp/diff_new_pack.B4Avbn/_old  2018-01-24 15:32:29.052806549 +0100
+++ /var/tmp/diff_new_pack.B4Avbn/_new  2018-01-24 15:32:29.052806549 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvma
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,29 +17,28 @@
 
 
 #
-%define git_ver .0.49d23ea
+%define git_ver .0.0ab7df63dbeb
 %define lib_major 8
 
-
 Name:           libvma
 Summary:        A library for boosting TCP and UDP traffic (over RDMA hardware)
 License:        GPL-2.0 or BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Version:        8.4.8
+Version:        8.4.11
 Release:        0
 Source0:        %{name}-%{version}%{git_ver}.tar.gz
 Source1:        vma.service
 Url:            https://github.com/Mellanox/libvma
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRequires:  libibverbs-devel
-BuildRequires:  librdmacm-devel
-BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  libibverbs-devel
+BuildRequires:  librdmacm-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libnl-3.0)
 Requires:       libvma%{lib_major} = %{version}
 ExclusiveArch:  x86_64 aarch64 ppc64le
 
@@ -81,6 +80,7 @@
 make DESTDIR=%{buildroot} install
 rm -f %{buildroot}%{_libdir}/*.la
 rm -f %{buildroot}/etc/init.d/vma
+rm -f %{buildroot}/etc/systemd/system/vma.service
 
 install -D -m 755 tests/vma_perf_envelope/vma_perf_envelope.sh 
%{buildroot}/%{_datadir}/%{name}/vma_perf_envelope.sh
 install -m 644 src/vma/vma_extra.h 
%{buildroot}/%{_includedir}/mellanox/vma_extra.h
@@ -94,7 +94,6 @@
 %post -n libvma%{lib_major} -p /sbin/ldconfig
 %postun -n libvma%{lib_major} -p /sbin/ldconfig
 
-
 %pre
 %service_add_pre vma.service
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.B4Avbn/_old  2018-01-24 15:32:29.092804679 +0100
+++ /var/tmp/diff_new_pack.B4Avbn/_new  2018-01-24 15:32:29.096804491 +0100
@@ -6,7 +6,7 @@
     <param name="exclude">.git</param>
     <param name="filename">libvma</param>
     <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
-    <param name="revision">49d23eac8118eaaf06c0734d51d34fa96f8c3038</param>
+    <param name="revision">0ab7df63dbeb872e7ccc11bf89d71db8f8368064</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">libvma*.tar</param>

++++++ libvma-8.4.8.0.49d23ea.tar.gz -> libvma-8.4.11.0.0ab7df63dbeb.tar.gz 
++++++
++++ 2476 lines of diff (skipped)

++++++ vma.service ++++++
--- /var/tmp/diff_new_pack.B4Avbn/_old  2018-01-24 15:32:29.384791023 +0100
+++ /var/tmp/diff_new_pack.B4Avbn/_new  2018-01-24 15:32:29.388790836 +0100
@@ -9,7 +9,10 @@
 After=rdma-hw.target
 
 [Service]
-Type=notify
-Restart=always
+Type=simple
+Restart=on-failure
 ExecStart=/usr/sbin/vmad
 
+[Install]
+WantedBy=multi-user.target
+


Reply via email to