Hello community,

here is the log from the commit of package odp-thunderx for openSUSE:Factory 
checked in at 2017-11-08 15:11:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/odp-thunderx (Old)
 and      /work/SRC/openSUSE:Factory/.odp-thunderx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "odp-thunderx"

Wed Nov  8 15:11:51 2017 rev:5 rq:539803 version:1.11.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/odp-thunderx/odp-thunderx.changes        
2017-09-25 13:58:11.905116881 +0200
+++ /work/SRC/openSUSE:Factory/.odp-thunderx.new/odp-thunderx.changes   
2017-11-08 15:15:58.657248379 +0100
@@ -1,0 +2,6 @@
+Wed Nov  8 09:23:11 UTC 2017 - marco.varl...@suse.com
+
+- Bug 1066963: address build with libopenssl-1_1_0
+  * Patch file: 0002-fix_libopenssl.patch
+
+-------------------------------------------------------------------

New:
----
  0002-fix_libopenssl.patch

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

Other differences:
------------------
++++++ odp-thunderx.spec ++++++
--- /var/tmp/diff_new_pack.y2dI6K/_old  2017-11-08 15:15:59.181229254 +0100
+++ /var/tmp/diff_new_pack.y2dI6K/_new  2017-11-08 15:15:59.181229254 +0100
@@ -26,6 +26,7 @@
 # The URL where the tarball was downloaded from is
 # https://github.com/Linaro/odp-thunderx/archive/master.zip
 Source0:        odp-thunderx-1.11.0.0.tar.gz
+Patch0:         0002-fix_libopenssl.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -35,7 +36,11 @@
 BuildRequires:  gcc6
 %endif
 BuildRequires:  graphviz
+%if %{suse_version} >= 1330
+BuildRequires:  libopenssl-1_1_0-devel
+%else
 BuildRequires:  libopenssl-devel
+%endif
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 Conflicts:      otherproviders(odp-any)
@@ -72,6 +77,9 @@
 %setup -q -n odp-thunderx
 # The below command is used to replace the use of git-hash with the version of 
the source code
 sed -i "s|^AC_INIT.*|AC_INIT([OpenDataPlane], [%{version}], 
[lng-...@lists.linaro.org])|" configure.ac
+%if %{suse_version} >= 1330
+%patch0
+%endif
 
 %build
 %if %{suse_version} >= 1330

++++++ 0002-fix_libopenssl.patch ++++++
--- platform/linux-generic/include/odp_crypto_internal.h.old    2017-11-08 
10:05:48.798017265 +0100
+++ platform/linux-generic/include/odp_crypto_internal.h        2017-11-08 
10:06:23.374178145 +0100
@@ -14,6 +14,7 @@
 #ifndef ODP_DISABLE_CRYPTO
 #include <openssl/des.h>
 #include <openssl/aes.h>
+#include <openssl/evp.h>
 #endif
 
 #define OP_RESULT_MAGIC 0x91919191

Reply via email to