Hello community,

here is the log from the commit of package uperf for openSUSE:Factory checked 
in at 2018-03-11 15:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uperf (Old)
 and      /work/SRC/openSUSE:Factory/.uperf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uperf"

Sun Mar 11 15:25:32 2018 rev:4 rq:585108 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/uperf/uperf.changes      2017-12-29 
18:52:56.217959429 +0100
+++ /work/SRC/openSUSE:Factory/.uperf.new/uperf.changes 2018-03-11 
15:25:35.978465471 +0100
@@ -1,0 +2,6 @@
+Fri Mar  9 16:02:57 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.0.6:
+  * No upstream changelog available
+
+-------------------------------------------------------------------

Old:
----
  uperf-1.0.5.tar.gz

New:
----
  uperf-1.0.6.tar.gz

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

Other differences:
------------------
++++++ uperf.spec ++++++
--- /var/tmp/diff_new_pack.DgfCA4/_old  2018-03-11 15:25:36.778436773 +0100
+++ /var/tmp/diff_new_pack.DgfCA4/_new  2018-03-11 15:25:36.782436630 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uperf
 #
-# 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,16 +17,16 @@
 
 
 Name:           uperf
-Version:        1.0.5
+Version:        1.0.6
 Release:        0
 Summary:        Unified Network Performance Tool
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Networking/Diagnostic
-Url:            http://www.uperf.org/
-Source0:        
http://sourceforge.net/projects/uperf/files/uperf/uperf-%{version}.tar.gz
+URL:            http://www.uperf.org/
+Source0:        
https://github.com/uperf/uperf/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         uperf-openssl-1_1.patch
 BuildRequires:  lksctp-tools-devel
 BuildRequires:  openssl-devel
-Patch0:         uperf-openssl-1_1.patch
 
 %description
 uperf is a network performance tool that supports modelling and replay of
@@ -57,6 +57,7 @@
 %prep
 %setup -q
 %patch0 -p1
+
 %build
 %configure \
   --datadir="%{_datadir}/%{name}" \
@@ -72,8 +73,8 @@
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README *.pem
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_bindir}/uperf
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.xml

++++++ uperf-1.0.5.tar.gz -> uperf-1.0.6.tar.gz ++++++
++++ 4773 lines of diff (skipped)

++++++ uperf-openssl-1_1.patch ++++++
--- /var/tmp/diff_new_pack.DgfCA4/_old  2018-03-11 15:25:36.930431320 +0100
+++ /var/tmp/diff_new_pack.DgfCA4/_new  2018-03-11 15:25:36.930431320 +0100
@@ -1,8 +1,8 @@
-Index: uperf-1.0.5/src/ssl.c
+Index: uperf-1.0.6/src/ssl.c
 ===================================================================
---- uperf-1.0.5.orig/src/ssl.c
-+++ uperf-1.0.5/src/ssl.c
-@@ -390,10 +390,7 @@ initialize_ctx(char *keyfile, char *pass
+--- uperf-1.0.6.orig/src/ssl.c
++++ uperf-1.0.6/src/ssl.c
+@@ -398,10 +398,7 @@ initialize_ctx(char *keyfile, char *pass
  
        SSL_library_init();
  
@@ -14,10 +14,10 @@
  
        if (!(ctx = SSL_CTX_new(meth))) {
                printf("Error getting SSL CTX\n");
-Index: uperf-1.0.5/src/uperf.h
+Index: uperf-1.0.6/src/uperf.h
 ===================================================================
---- uperf-1.0.5.orig/src/uperf.h
-+++ uperf-1.0.5/src/uperf.h
+--- uperf-1.0.6.orig/src/uperf.h
++++ uperf-1.0.6/src/uperf.h
 @@ -18,6 +18,8 @@
  #ifndef       _UPERF_H
  #define               _UPERF_H
@@ -26,4 +26,4 @@
 +#include <string.h>
  /* Keep the data version as 0.2.5 to avoid the version mismatch problem. */
  #define UPERF_DATA_VERSION    "0.3"
- #define       UPERF_VERSION           "1.0.5"
+ #define       UPERF_VERSION           "1.0-dev"


Reply via email to