Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlsec1 for openSUSE:Factory checked in at 2024-05-28 17:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlsec1 (Old) and /work/SRC/openSUSE:Factory/.xmlsec1.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlsec1" Tue May 28 17:27:27 2024 rev:27 rq:1176772 version:1.2.38 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlsec1/xmlsec1.changes 2024-02-28 19:45:51.435053988 +0100 +++ /work/SRC/openSUSE:Factory/.xmlsec1.new.24587/xmlsec1.changes 2024-05-28 17:27:43.249599596 +0200 @@ -1,0 +2,7 @@ +Fri May 24 17:15:05 UTC 2024 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * xmlsec1-gcc14.patch + + add missing include and fix gcc14 build + +------------------------------------------------------------------- New: ---- xmlsec1-gcc14.patch BETA DEBUG BEGIN: New:- Added patch: * xmlsec1-gcc14.patch + add missing include and fix gcc14 build BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlsec1.spec ++++++ --- /var/tmp/diff_new_pack.WSJ7U2/_old 2024-05-28 17:27:44.053629030 +0200 +++ /var/tmp/diff_new_pack.WSJ7U2/_new 2024-05-28 17:27:44.057629177 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlsec1 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ Source2: %{name}.keyring Source99: xmlsec1-rpmlintrc Patch0: xmlsec1-ui_null.patch +Patch1: xmlsec1-gcc14.patch BuildRequires: libgcrypt-devel BuildRequires: libtool # Needed certutil for tests @@ -145,6 +146,7 @@ %if 0%{?suse_version} < 1500 %patch -P 0 -p1 %endif +%patch -P 1 -p1 %build # Allow for deprecations ++++++ xmlsec1-gcc14.patch ++++++ --- xmlsec1-1.2.38/apps/crypto.c 2024-05-24 19:08:57.856528758 +0200 +++ xmlsec1-1.2.38/apps/crypto.c 2024-05-24 19:09:45.526855641 +0200 @@ -12,6 +12,7 @@ #endif #include <string.h> +#include <stdlib.h> #include <xmlsec/xmlsec.h> #include <xmlsec/keys.h>