Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libtpms for openSUSE:Factory checked in at 2024-12-08 11:36:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtpms (Old) and /work/SRC/openSUSE:Factory/.libtpms.new.21547 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtpms" Sun Dec 8 11:36:31 2024 rev:21 rq:1228778 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libtpms/libtpms.changes 2024-12-05 17:05:50.842574568 +0100 +++ /work/SRC/openSUSE:Factory/.libtpms.new.21547/libtpms.changes 2024-12-08 11:37:38.678903342 +0100 @@ -1,0 +2,6 @@ +Fri Dec 6 09:03:46 UTC 2024 - Manfred Hollstein <[email protected]> + +- Use gcc/g++-13 on Leap to fix the following failure: + "tpm2_setprofile.c:49:24: error: initializer element is not constant" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtpms.spec ++++++ --- /var/tmp/diff_new_pack.G2T76X/_old 2024-12-08 11:37:39.126921954 +0100 +++ /var/tmp/diff_new_pack.G2T76X/_new 2024-12-08 11:37:39.130922120 +0100 @@ -30,7 +30,11 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes +%if 0%{is_opensuse} && 0%{?suse_version} < 1599 +BuildRequires: gcc13-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: libtool BuildRequires: mozilla-nspr-devel BuildRequires: openssl-devel @@ -63,6 +67,10 @@ %build autoreconf -fiv +%if 0%{?suse_version} < 1599 +export CC=gcc-13 +export CXX=g++-13 +%endif %configure \ --with-tpm2 \ --with-openssl \
