Hello community, here is the log from the commit of package odp for openSUSE:Factory checked in at 2017-11-08 15:11:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/odp (Old) and /work/SRC/openSUSE:Factory/.odp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "odp" Wed Nov 8 15:11:42 2017 rev:4 rq:539789 version:1.11.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/odp/odp.changes 2017-09-25 13:58:09.401469136 +0200 +++ /work/SRC/openSUSE:Factory/.odp.new/odp.changes 2017-11-08 15:15:56.373331742 +0100 @@ -1,0 +2,6 @@ +Wed Nov 8 08:19:40 UTC 2017 - [email protected] + +- Bug 1066963: address build with libopenssl-1_1_0 + * Patch file: 0002-fix_libopenssl.patch + +------------------------------------------------------------------- New: ---- 0002-fix_libopenssl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ odp.spec ++++++ --- /var/tmp/diff_new_pack.dWjXUS/_old 2017-11-08 15:15:56.929311448 +0100 +++ /var/tmp/diff_new_pack.dWjXUS/_new 2017-11-08 15:15:56.929311448 +0100 @@ -25,6 +25,9 @@ Url: https://www.opendataplane.org Source0: https://git.linaro.org/lng/odp.git/snapshot/odp-1.11.0.0_monarch.tar.gz Patch0: 0001-increase_ODP_CPUMASK_SIZE.patch +%if %{suse_version} >= 1330 +Patch1: 0002-fix_libopenssl.patch +%endif BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -34,7 +37,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 +79,9 @@ # 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}], [[email protected]])|" configure.ac %patch0 +%if %{suse_version} >= 1330 +%patch1 +%endif %build %if %{suse_version} >= 1330 ++++++ 0002-fix_libopenssl.patch ++++++ --- platform/linux-generic/include/odp_crypto_internal.h.old 2017-11-08 09:15:27.673702667 +0100 +++ platform/linux-generic/include/odp_crypto_internal.h 2017-11-08 09:15:40.873751573 +0100 @@ -13,6 +13,7 @@ #include <openssl/des.h> #include <openssl/aes.h> +#include <openssl/evp.h> #define OP_RESULT_MAGIC 0x91919191
