Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-c-common for openSUSE:Factory checked in at 2025-01-13 17:53:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-c-common (Old) and /work/SRC/openSUSE:Factory/.aws-c-common.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-c-common" Mon Jan 13 17:53:09 2025 rev:18 rq:1237375 version:0.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-c-common/aws-c-common.changes 2025-01-09 15:12:53.793886304 +0100 +++ /work/SRC/openSUSE:Factory/.aws-c-common.new.1881/aws-c-common.changes 2025-01-13 17:53:10.602186304 +0100 @@ -1,0 +2,7 @@ +Mon Jan 13 08:48:25 UTC 2025 - Andreas Stieger <[email protected]> + +- exclude s390x as upstream does not support this platform +- use ldconfig_scriptlet macros +- package license in every distributed rpm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-c-common.spec ++++++ --- /var/tmp/diff_new_pack.PkpNL7/_old 2025-01-13 17:53:11.218211767 +0100 +++ /var/tmp/diff_new_pack.PkpNL7/_new 2025-01-13 17:53:11.222211932 +0100 @@ -29,6 +29,8 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: ninja +# https://github.com/awslabs/aws-c-common/issues/1175 +ExcludeArch: s390x %description Core C99 package for AWS SDK for C. It includes cross-platform primitives, @@ -77,8 +79,7 @@ mv %{buildroot}%{_libdir}/cmake/Aws* %{buildroot}%{_libdir}/cmake/aws-c-common/ rm -rf %{buildroot}%{_libdir}/aws-c-common -%post -n lib%{name}%{library_soversion} -p /sbin/ldconfig -%postun -n lib%{name}%{library_soversion} -p /sbin/ldconfig +%ldconfig_scriptlets -n lib%{name}%{library_soversion} %files -n lib%{name}%{library_soversion} %doc NOTICE README.md @@ -87,6 +88,7 @@ %{_libdir}/*.so.%{library_version} %files devel +%license LICENSE %{_libdir}/cmake/ %{_libdir}/*.so %{_includedir}/*
