Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2015-12-09 19:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iperf (Old)
 and      /work/SRC/openSUSE:Factory/.iperf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iperf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iperf/iperf.changes      2015-04-07 
09:29:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iperf.new/iperf.changes 2015-12-09 
19:49:14.000000000 +0100
@@ -1,0 +2,37 @@
+Mon Nov 30 21:11:15 UTC 2015 - [email protected]
+
+- Update to version 3.1
+  * SCTP support has been added (with the --sctp flag), on Linux,
+    FreeBSD, and Solaris (issue #131).
+  * Setting CPU affinity now works on FreeBSD.
+  * Selection of TCP congestion now works on FreeBSD, and is now
+    called --congestion (the old --linux-congestion option works
+    but is now deprecated).
+  * A new -I option for the server causes it to write a PID file,
+    mostly useful for daemon mode (issue #120).
+  * A --logfile argument can now force all output to go to a file,
+    rather than to a file.  This is especially useful when running an
+    iperf3 server in daemon mode (issue #119).
+  * Various compatibility fixes for Android (issue #184, issue #185),
+    iOS (issue #288), NetBSD (issue #248), Solaris (issue #175, issue
+    #178, issue #180, issue #211), vxWorks (issue #268).
+  * A --udp-counters-64bit flag has been added to support very
+    long-running UDP tests, which could cause a counter to overflow
+    (issue #191).
+  * A --cport option to specify the client-side port has been added
+    (issue #207, issue #209, issue #239).
+  * Some calculation errors with the -O feature have been fixed (issue
+    #236).
+  * A potential crash in the iperf3 server has been fixed (issue #257,
+    issue #258).
+  * Many miscellaneous bug fixes.
+  * Consumers of libiperf can now get the JSON output for a
+    just-completed test (issue #147).
+  * Detection of various optional features has been improved to check
+    for the presence or absence of platform functionality, not the name
+    of platforms.
+  * Out-of-tree builds now work (issue #265).
+- Do not provide static library
+- Update iperf-3.0.5_disable-profiling.patch > iperf-disable-profiling.patch
+
+-------------------------------------------------------------------

Old:
----
  iperf-3.0.11.tar.gz
  iperf-3.0.5_disable-profiling.patch

New:
----
  iperf-3.1.tar.gz
  iperf-disable-profiling.patch

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

Other differences:
------------------
++++++ iperf.spec ++++++
--- /var/tmp/diff_new_pack.8iTo5o/_old  2015-12-09 19:49:15.000000000 +0100
+++ /var/tmp/diff_new_pack.8iTo5o/_new  2015-12-09 19:49:15.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define soname  0
 Name:           iperf
-Version:        3.0.11
+Version:        3.1
 Release:        0
 Summary:        A tool to measure network performance
 License:        BSD-3-Clause
@@ -26,7 +26,7 @@
 Url:            http://software.es.net/iperf/
 Source:         http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE -- Disable profiling if %%optflags includes 
-fomit-frame-pointer, as option -pg conflicts with it
-Patch1:         iperf-3.0.5_disable-profiling.patch
+Patch1:         iperf-disable-profiling.patch
 %if %{?sles_version} && %{?sles_version} <= 11
 BuildRequires:  libuuid-devel
 %else
@@ -85,7 +85,7 @@
 %endif
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -100,9 +100,9 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS LICENSE README.md RELEASE_NOTES
+%doc LICENSE README.md RELEASE_NOTES
 %{_bindir}/%{name}3
-%doc %{_mandir}/man1/%{name}3.1%{ext_man}
+%{_mandir}/man1/%{name}3.1%{ext_man}
 
 %files -n lib%{name}%{soname}
 %defattr(-, root, root)
@@ -113,8 +113,7 @@
 %defattr(-, root, root)
 %doc LICENSE
 %{_includedir}/%{name}_api.h
-%{_libdir}/lib%{name}.a
 %{_libdir}/lib%{name}.so
-%doc %{_mandir}/man3/lib%{name}.3%{ext_man}
+%{_mandir}/man3/lib%{name}.3%{ext_man}
 
 %changelog

++++++ iperf-3.0.11.tar.gz -> iperf-3.1.tar.gz ++++++
++++ 8208 lines of diff (skipped)

++++++ iperf-disable-profiling.patch ++++++
diff -urw iperf-3.0.5.orig/src/Makefile.in iperf-3.0.5/src/Makefile.in
--- iperf-3.0.5.orig/src/Makefile.in    2014-06-16 19:18:49.000000000 +0200
+++ iperf-3.0.5/src/Makefile.in 2014-07-17 22:23:07.366702888 +0200
@@ -91,8 +91,7 @@
 build_triplet = @build@
 host_triplet = @host@
 bin_PROGRAMS = iperf3$(EXEEXT)
-noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
-       iperf3_profile$(EXEEXT)
+noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
 TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
 subdir = src
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

Reply via email to