Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opensaml for openSUSE:Factory checked in at 2021-07-14 23:58:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opensaml (Old) and /work/SRC/openSUSE:Factory/.opensaml.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensaml" Wed Jul 14 23:58:44 2021 rev:10 rq:906245 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opensaml/opensaml.changes 2020-12-02 15:05:52.209617917 +0100 +++ /work/SRC/openSUSE:Factory/.opensaml.new.2625/opensaml.changes 2021-07-14 23:59:10.341432568 +0200 @@ -1,0 +2,10 @@ +Tue Jul 13 14:26:52 UTC 2021 - Danilo Spinella <[email protected]> + +- Update to 3.2.0: + * [CPPOST-117] - SAML2PolicyTest testSAML2Policy: Test failed: Policy should have tripped on InResponseTo correlation + * [CPPOST-118] - Metadata filter for adding UIInfo extensions + * [CPPOST-119] - Discovery filter for inline logos + * [CPPOST-121] - Deprecate and replace sensitive terms in APIs and components +- Update library version to 12 + +------------------------------------------------------------------- Old: ---- opensaml-3.1.0.tar.bz2 opensaml-3.1.0.tar.bz2.asc New: ---- opensaml-3.2.0.tar.bz2 opensaml-3.2.0.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opensaml.spec ++++++ --- /var/tmp/diff_new_pack.ZjVkJv/_old 2021-07-14 23:59:10.765429464 +0200 +++ /var/tmp/diff_new_pack.ZjVkJv/_new 2021-07-14 23:59:10.765429464 +0200 @@ -1,7 +1,7 @@ # # spec file for package opensaml # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define libvers 11 +%define libvers 12 %define pkgdocdir %{_docdir}/%{name} Name: opensaml -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Security Assertion Markup Language library License: Apache-2.0 @@ -31,16 +31,12 @@ Patch0: opensaml-2.5.5-doxygen_timestamp.patch BuildRequires: doxygen BuildRequires: gcc-c++ +BuildRequires: libboost_headers-devel BuildRequires: liblog4shib-devel >= 1.0.4 BuildRequires: libxerces-c-devel >= 3.2 BuildRequires: libxml-security-c-devel >= 2.0.0 BuildRequires: libxmltooling-devel >= 3.1.0 BuildRequires: pkgconfig -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel >= 1.32.0 -%endif %description OpenSAML is an open source implementation of the OASIS Security Assertion @@ -105,6 +101,10 @@ %patch0 -p1 %build +# The default C++ standard used in GCC-11 is C++17, +# which does not support opensaml codebase. +CXXFLAGS="-std=c++11 %{optflags}" +export CXXFLAGS %configure %make_build ++++++ opensaml-3.1.0.tar.bz2 -> opensaml-3.2.0.tar.bz2 ++++++ ++++ 2649 lines of diff (skipped)
