Hello community, here is the log from the commit of package ibmswtpm2 for openSUSE:Factory checked in at 2020-09-04 11:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibmswtpm2 (Old) and /work/SRC/openSUSE:Factory/.ibmswtpm2.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibmswtpm2" Fri Sep 4 11:13:10 2020 rev:9 rq:831924 version:1637 Changes: -------- --- /work/SRC/openSUSE:Factory/ibmswtpm2/ibmswtpm2.changes 2020-08-20 22:33:36.476115437 +0200 +++ /work/SRC/openSUSE:Factory/.ibmswtpm2.new.3399/ibmswtpm2.changes 2020-09-04 11:14:18.831097127 +0200 @@ -1,0 +2,6 @@ +Tue Sep 1 12:34:41 UTC 2020 - Michal Suchanek <[email protected]> + +- Fix ppc32 build. + + ibmswtpm2-fix-ppc32.patch + +------------------------------------------------------------------- New: ---- ibmswtpm2-fix-ppc32.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibmswtpm2.spec ++++++ --- /var/tmp/diff_new_pack.R37YLY/_old 2020-09-04 11:14:19.615097521 +0200 +++ /var/tmp/diff_new_pack.R37YLY/_new 2020-09-04 11:14:19.619097523 +0200 @@ -35,6 +35,7 @@ Patch: makefile.patch Patch1: ibmswtpm2-TcpServerPosix-Fix-use-of-uninitialized-value.patch Patch2: ibmswtpm2-NVDynamic-Fix-use-of-uninitialized-value.patch +Patch3: ibmswtpm2-fix-ppc32.patch BuildRequires: libopenssl-devel >= 1.0 %description ++++++ ibmswtpm2-fix-ppc32.patch ++++++ diff -ur ibmswtpm2-1637.orig/src/LibSupport.h ibmswtpm2-1637/src/LibSupport.h --- ibmswtpm2-1637.orig/src/LibSupport.h 2020-05-27 21:35:29.000000000 +0200 +++ ibmswtpm2-1637/src/LibSupport.h 2020-09-01 14:32:06.752690872 +0200 @@ -75,7 +75,8 @@ # define RADIX_BITS 64 # elif defined(__i386__) || defined(__i386) || defined(i386) \ || defined(_WIN32) || defined(_M_IX86) \ - || defined(_M_ARM) || defined(__arm__) || defined(__thumb__) + || defined(_M_ARM) || defined(__arm__) || defined(__thumb__) \ + || defined(__powerpc__) # define RADIX_BITS 32 # else # error Unable to determine RADIX_BITS from compiler environment
