Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aws-crt-cpp for openSUSE:Factory checked in at 2025-06-02 22:01:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aws-crt-cpp (Old) and /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aws-crt-cpp" Mon Jun 2 22:01:44 2025 rev:29 rq:1281983 version:0.32.6 Changes: -------- --- /work/SRC/openSUSE:Factory/aws-crt-cpp/aws-crt-cpp.changes 2025-05-14 17:02:20.954105986 +0200 +++ /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.16005/aws-crt-cpp.changes 2025-06-02 22:01:50.076391450 +0200 @@ -1,0 +2,7 @@ +Tue May 27 06:32:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 0.32.6 + * Remove clang-3 from CI by @sbSteveK in (#736) + * Fix Endpoint Resolver Test By Escpaing "-" by @waahm7 in (#737) + +------------------------------------------------------------------- Old: ---- v0.32.5.tar.gz New: ---- v0.32.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aws-crt-cpp.spec ++++++ --- /var/tmp/diff_new_pack.L68BXd/_old 2025-06-02 22:01:50.700417330 +0200 +++ /var/tmp/diff_new_pack.L68BXd/_new 2025-06-02 22:01:50.700417330 +0200 @@ -20,7 +20,7 @@ %define library_soversion 1 Name: aws-crt-cpp -Version: 0.32.5 +Version: 0.32.6 Release: 0 Summary: AWS C++ wrapper for AWS SDK C libraries License: Apache-2.0 ++++++ v0.32.5.tar.gz -> v0.32.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-crt-cpp-0.32.5/.github/workflows/ci.yml new/aws-crt-cpp-0.32.6/.github/workflows/ci.yml --- old/aws-crt-cpp-0.32.5/.github/workflows/ci.yml 2025-05-01 18:34:58.000000000 +0200 +++ new/aws-crt-cpp-0.32.6/.github/workflows/ci.yml 2025-05-22 00:19:49.000000000 +0200 @@ -78,7 +78,6 @@ strategy: matrix: compiler: - - clang-3 - clang-6 - clang-8 - clang-9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-crt-cpp-0.32.5/VERSION new/aws-crt-cpp-0.32.6/VERSION --- old/aws-crt-cpp-0.32.5/VERSION 2025-05-01 18:34:58.000000000 +0200 +++ new/aws-crt-cpp-0.32.6/VERSION 2025-05-22 00:19:49.000000000 +0200 @@ -1 +1 @@ -0.32.5 +0.32.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aws-crt-cpp-0.32.5/tests/RuleEngineTest.cpp new/aws-crt-cpp-0.32.6/tests/RuleEngineTest.cpp --- old/aws-crt-cpp-0.32.5/tests/RuleEngineTest.cpp 2025-05-01 18:34:58.000000000 +0200 +++ new/aws-crt-cpp-0.32.6/tests/RuleEngineTest.cpp 2025-05-22 00:19:49.000000000 +0200 @@ -94,7 +94,7 @@ "partitions": [ { "id": "aws", - "regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$", + "regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", "regions": { "af-south-1": { }, @@ -141,7 +141,7 @@ ByteCursor ruleset_cur = ByteCursorFromCString(sample_ruleset); ByteCursor partitions_cur = ByteCursorFromCString(sample_partitions); Aws::Crt::Endpoints::RuleEngine engine(ruleset_cur, partitions_cur, allocator); - + ASSERT_NOT_NULL(engine); Aws::Crt::Endpoints::RequestContext context(allocator); context.AddString(ByteCursorFromCString("Region"), ByteCursorFromCString("us-west-2")); @@ -190,4 +190,4 @@ return AWS_OP_SUCCESS; } -AWS_TEST_CASE(RuleEngineContextParams, s_TestRuleEngineContextParams) \ No newline at end of file +AWS_TEST_CASE(RuleEngineContextParams, s_TestRuleEngineContextParams)