Hello community,

here is the log from the commit of package httperf for openSUSE:Factory checked 
in at 2017-12-12 21:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httperf (Old)
 and      /work/SRC/openSUSE:Factory/.httperf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httperf"

Tue Dec 12 21:22:50 2017 rev:4 rq:556015 version:0.9.0+git.20170724

Changes:
--------
--- /work/SRC/openSUSE:Factory/httperf/httperf.changes  2016-08-25 
09:57:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.httperf.new/httperf.changes     2017-12-12 
21:22:52.306710838 +0100
@@ -1,0 +2,21 @@
+Mon Dec  4 14:38:53 UTC 2017 - [email protected]
+
+- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL
+  1.1.x support is ported
+
+-------------------------------------------------------------------
+Mon Dec  4 14:30:45 UTC 2017 - [email protected]
+
+- Update to version 0.9.0+git.20170724:
+  * make it compile with SSL 1.1.0
+  * fix typo in manpage
+  * Added a contrib dir and idleconn manpage source
+  * Adding idleconn manpage
+  * Restore the original --server and --server_name options.
+  * Change --server to --servers.
+  * Style changes.
+  * Fix building when OpenSSL was compiled -nossl2  or -noss3
+  * added ACLOCAL_AMFLAGS to include m4
+  * Add AC_CONFIG_MACRO_DIR
+
+-------------------------------------------------------------------

Old:
----
  httperf-0.9.0+git.20160311.tar.xz

New:
----
  httperf-0.9.0+git.20170724.tar.xz

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

Other differences:
------------------
++++++ httperf.spec ++++++
--- /var/tmp/diff_new_pack.H0GTzm/_old  2017-12-12 21:22:52.834685350 +0100
+++ /var/tmp/diff_new_pack.H0GTzm/_new  2017-12-12 21:22:52.834685350 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httperf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:           httperf
-Version:        0.9.0+git.20160311
+Version:        0.9.0+git.20170724
 Release:        0
 Summary:        A tool for measuring web server performance
 License:        SUSE-GPL-2.0+-with-openssl-exception
@@ -28,15 +28,17 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libopenssl-1_0_0-devel
+%else
+BuildRequires:  openssl-devel
+%endif
 
 %description
-%{name} is a tool for measuring web server performance.
-It provides a flexible facility for generating various HTTP
-workloads and for measuring server performance.
+httperf is a tool for measuring web server performance. It provides a
+flexible facility for generating various HTTP workloads and for measuring
+server performance.
 
 %prep
 %setup -q
@@ -58,7 +60,6 @@
 %make_install
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS README.md TODO
 %{_bindir}/httperf
 %{_mandir}/man1/httperf.1%{ext_man}

++++++ httperf-0.9.0+git.20160311.tar.xz -> httperf-0.9.0+git.20170724.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httperf-0.9.0+git.20160311/man/httperf.1 
new/httperf-0.9.0+git.20170724/man/httperf.1
--- old/httperf-0.9.0+git.20160311/man/httperf.1        2016-04-27 
15:24:05.000000000 +0200
+++ new/httperf-0.9.0+git.20170724/man/httperf.1        2017-07-24 
20:50:58.000000000 +0200
@@ -1076,7 +1076,7 @@
 4 7 4 ... 3 3 240
 .RE
 .PP 
-The line labeled ``Session rate'' shows the minium, average, and
+The line labeled ``Session rate'' shows the minimum, average, and
 maximum rate at which sessions completed (based on a 5 second sampling
 interval).  It also shows the standard deviation of the session
 completion rate.  The numbers in parentheses show how many sessions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httperf-0.9.0+git.20160311/src/core.c 
new/httperf-0.9.0+git.20170724/src/core.c
--- old/httperf-0.9.0+git.20160311/src/core.c   2016-04-27 15:24:05.000000000 
+0200
+++ new/httperf-0.9.0+git.20170724/src/core.c   2017-07-24 20:50:58.000000000 
+0200
@@ -1035,9 +1035,9 @@
                                "suites!\n");
                else
                        fprintf(stderr,
-                               "core_ssl_connect: cipher=%s, valid=%d, 
id=%lu\n",
-                               ssl_cipher->name, ssl_cipher->valid,
-                               ssl_cipher->id);
+                               "core_ssl_connect: cipher=%s, id=%lu\n",
+                               SSL_CIPHER_get_name(ssl_cipher),
+                               SSL_CIPHER_get_id(ssl_cipher));
        }
 
        arg.l = 0;


Reply via email to