Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-event-stream for 
openSUSE:Factory checked in at 2026-08-31 15:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-event-stream (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-event-stream.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-event-stream"

Mon Aug 31 15:58:01 2026 rev:14 rq:1374822 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-event-stream/aws-c-event-stream.changes    
2026-05-26 16:35:18.847179655 +0200
+++ 
/work/SRC/openSUSE:Factory/.aws-c-event-stream.new.1265/aws-c-event-stream.changes
  2026-08-31 15:58:03.104806418 +0200
@@ -1,0 +2,11 @@
+Tue Aug 25 17:05:34 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.7.2
+  * Support s2n-tls on macOS by @sfod in (#148)
+  * Regression Labeler Fix by @azkrishpy in (#150)
+  * Use latest as aws-crt-builder version by @sfod in (#151)
+  * CI/CD improvements by @azkrishpy in (#153)
+- Prefer explicit path and filenames over wildcards in %files section
+- Refresh aces_re-add-so-version.patch
+
+-------------------------------------------------------------------

Old:
----
  v0.7.1.tar.gz

New:
----
  v0.7.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-c-event-stream.spec ++++++
--- /var/tmp/diff_new_pack.uNVLrq/_old  2026-08-31 15:58:03.867833062 +0200
+++ /var/tmp/diff_new_pack.uNVLrq/_new  2026-08-31 15:58:03.868833097 +0200
@@ -21,7 +21,7 @@
 %define library_version 1.0.0
 %define library_soversion 1
 Name:           aws-c-event-stream
-Version:        0.7.1
+Version:        0.7.2
 Release:        0
 Summary:        C99 implementation of the vnd.amazon.eventstream content-type
 License:        Apache-2.0
@@ -87,11 +87,11 @@
 %files -n lib%{name}%{library_soversion}
 %doc NOTICE README.md
 %license LICENSE
-%{_libdir}/*.so.%{library_soversion}
-%{_libdir}/*.so.%{library_version}
+%{_libdir}/lib%{name}.so.%{library_soversion}
+%{_libdir}/lib%{name}.so.%{library_version}
 
 %files devel
 %{_libdir}/cmake/
-%{_libdir}/*.so
+%{_libdir}/lib%{name}.so
 %{_includedir}/aws/
 

++++++ aces_re-add-so-version.patch ++++++
--- /var/tmp/diff_new_pack.uNVLrq/_old  2026-08-31 15:58:03.891833900 +0200
+++ /var/tmp/diff_new_pack.uNVLrq/_new  2026-08-31 15:58:03.894834005 +0200
@@ -1,9 +1,9 @@
-diff -Nru aws-c-event-stream-0.2.5.orig/CMakeLists.txt 
aws-c-event-stream-0.2.5/CMakeLists.txt
---- aws-c-event-stream-0.2.5.orig/CMakeLists.txt       2020-11-13 
21:29:52.000000000 +0100
-+++ aws-c-event-stream-0.2.5/CMakeLists.txt    2020-11-26 17:32:23.861160125 
+0100
-@@ -71,6 +71,7 @@
- 
+diff -Nru aws-c-event-stream-0.7.2.orig/CMakeLists.txt 
aws-c-event-stream-0.7.2/CMakeLists.txt
+--- aws-c-event-stream-0.7.2.orig/CMakeLists.txt       2026-08-18 
01:12:45.000000000 +0000
++++ aws-c-event-stream-0.7.2/CMakeLists.txt    2026-08-25 17:03:16.806621437 
+0000
+@@ -53,6 +53,7 @@
  
+ # TODO: switch to VERSION derived from the VERSION file (via aws_get_version) 
once SOVERSION is set explicitly, to avoid changing the SONAME.
  set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
 +set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES SOVERSION 1)
  

++++++ v0.7.1.tar.gz -> v0.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-event-stream-0.7.1/.github/workflows/block-needs-review.yml 
new/aws-c-event-stream-0.7.2/.github/workflows/block-needs-review.yml
--- old/aws-c-event-stream-0.7.1/.github/workflows/block-needs-review.yml       
1970-01-01 01:00:00.000000000 +0100
+++ new/aws-c-event-stream-0.7.2/.github/workflows/block-needs-review.yml       
2026-08-18 03:12:45.000000000 +0200
@@ -0,0 +1,12 @@
+name: Block needs-review merges
+
+on:
+  pull_request:
+    types: [opened, synchronize, reopened, labeled, unlabeled]
+
+permissions:
+  pull-requests: read
+
+jobs:
+  gate:
+    uses: 
awslabs/aws-crt-builder/.github/workflows/block-needs-review-label.yml@main
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-event-stream-0.7.1/.github/workflows/check-abi.yml 
new/aws-c-event-stream-0.7.2/.github/workflows/check-abi.yml
--- old/aws-c-event-stream-0.7.1/.github/workflows/check-abi.yml        
1970-01-01 01:00:00.000000000 +0100
+++ new/aws-c-event-stream-0.7.2/.github/workflows/check-abi.yml        
2026-08-18 03:12:45.000000000 +0200
@@ -0,0 +1,41 @@
+name: Check ABI compliance
+
+on:
+  pull_request:
+    types: [opened, synchronize, reopened]
+
+concurrency:
+  group: check-abi-${{ github.event.pull_request.number }}
+  cancel-in-progress: true
+
+env:
+  PACKAGE_NAME: aws-c-event-stream
+  CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
+  AWS_DEFAULT_REGION: us-east-1
+
+permissions:
+  id-token: write
+  contents: read
+  pull-requests: write
+
+jobs:
+  check-abi:
+    name: check-abi
+    runs-on: ubuntu-24.04
+    steps:
+      - uses: aws-actions/configure-aws-credentials@v4
+        with:
+          role-to-assume: ${{ env.CRT_CI_ROLE }}
+          aws-region: ${{ env.AWS_DEFAULT_REGION }}
+
+      - name: Checkout
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+
+      - name: Check ABI
+        uses: awslabs/aws-crt-builder/.github/actions/check-abi@main
+        with:
+          lib-name: ${{ env.PACKAGE_NAME }}
+          builder-version: latest
+          builder-source: releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-event-stream-0.7.1/.github/workflows/ci.yml 
new/aws-c-event-stream-0.7.2/.github/workflows/ci.yml
--- old/aws-c-event-stream-0.7.1/.github/workflows/ci.yml       2026-05-20 
21:52:36.000000000 +0200
+++ new/aws-c-event-stream-0.7.2/.github/workflows/ci.yml       2026-08-18 
03:12:45.000000000 +0200
@@ -6,7 +6,7 @@
       - 'main'
 
 env:
-  BUILDER_VERSION: v0.9.92
+  BUILDER_VERSION: latest
   BUILDER_SOURCE: releases
   BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
   PACKAGE_NAME: aws-c-event-stream
@@ -183,8 +183,38 @@
       run: |
         python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ 
env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION 
}}/builder.pyz?run=${{ env.RUN }}', 'builder')"
         chmod a+x builder
+        ./builder build -p ${{ env.PACKAGE_NAME }} 
--cmake-extra=-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
+
+  macos-s2n:
+    runs-on: macos-15 # latest
+    env:
+      AWS_CRT_USE_NON_FIPS_TLS_13: 1
+    steps:
+    - uses: aws-actions/configure-aws-credentials@v4
+      with:
+        role-to-assume: ${{ env.CRT_CI_ROLE }}
+        aws-region: ${{ env.AWS_DEFAULT_REGION }}
+    - name: Build ${{ env.PACKAGE_NAME }} + consumers
+      run: |
+        python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ 
env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION 
}}/builder.pyz?run=${{ env.RUN }}', 'builder')"
+        chmod a+x builder
         ./builder build -p ${{ env.PACKAGE_NAME }}
 
+  macos-x64-s2n:
+    runs-on: macos-15-large # latest
+    env:
+      AWS_CRT_USE_NON_FIPS_TLS_13: 1
+    steps:
+    - uses: aws-actions/configure-aws-credentials@v4
+      with:
+        role-to-assume: ${{ env.CRT_CI_ROLE }}
+        aws-region: ${{ env.AWS_DEFAULT_REGION }}
+    - name: Build ${{ env.PACKAGE_NAME }} + consumers
+      run: |
+        python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ 
env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION 
}}/builder.pyz?run=${{ env.RUN }}', 'builder')"
+        chmod a+x builder
+        ./builder build -p ${{ env.PACKAGE_NAME }} 
--cmake-extra=-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
+
   # Test downstream repos.
   # This should not be required because we can run into a chicken and egg 
problem if there is a change that needs some fix in a downstream repo.
   downstream:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-event-stream-0.7.1/.github/workflows/issue-regression-labeler.yml 
new/aws-c-event-stream-0.7.2/.github/workflows/issue-regression-labeler.yml
--- old/aws-c-event-stream-0.7.1/.github/workflows/issue-regression-labeler.yml 
2026-05-20 21:52:36.000000000 +0200
+++ new/aws-c-event-stream-0.7.2/.github/workflows/issue-regression-labeler.yml 
2026-08-18 03:12:45.000000000 +0200
@@ -24,9 +24,12 @@
     - name: Manage regression label
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        IS_REGRESSION: ${{ steps.check_regression.outputs.is_regression }}
+        ISSUE_NUMBER: ${{ github.event.issue.number }}
+        REPO: ${{ github.repository }}
       run: |
-        if [ "${{ steps.check_regression.outputs.is_regression }}" == "true" 
]; then
-          gh issue edit ${{ github.event.issue.number }} --add-label 
"potential-regression" -R ${{ github.repository }}
+        if [ "$IS_REGRESSION" == "true" ]; then
+          gh issue edit "$ISSUE_NUMBER" --add-label "potential-regression" -R 
"$REPO"
         else
-          gh issue edit ${{ github.event.issue.number }} --remove-label 
"potential-regression" -R ${{ github.repository }}
+          gh issue edit "$ISSUE_NUMBER" --remove-label "potential-regression" 
-R "$REPO"
         fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-event-stream-0.7.1/.github/workflows/release.yml 
new/aws-c-event-stream-0.7.2/.github/workflows/release.yml
--- old/aws-c-event-stream-0.7.1/.github/workflows/release.yml  1970-01-01 
01:00:00.000000000 +0100
+++ new/aws-c-event-stream-0.7.2/.github/workflows/release.yml  2026-08-18 
03:12:45.000000000 +0200
@@ -0,0 +1,44 @@
+name: Release
+
+on:
+  workflow_dispatch:
+    inputs:
+      dry-run:
+        description: 'Compute and summarize the bump/version but do not 
commit, tag, or publish anything.'
+        required: false
+        default: 'false'
+
+concurrency:
+  group: ${{ github.workflow }}
+  cancel-in-progress: false
+
+env:
+  PACKAGE_NAME: aws-c-event-stream
+  CRT_CI_ROLE: ${{ secrets.CRT_CI_ROLE_ARN }}
+  AWS_DEFAULT_REGION: us-east-1
+
+permissions:
+  id-token: write
+  contents: write
+  pull-requests: read
+
+jobs:
+  release:
+    name: release
+    runs-on: ubuntu-24.04
+    steps:
+      - uses: aws-actions/configure-aws-credentials@v4
+        with:
+          role-to-assume: ${{ env.CRT_CI_ROLE }}
+          aws-region: ${{ env.AWS_DEFAULT_REGION }}
+
+      - name: Checkout
+        uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
+
+      - name: Release
+        uses: awslabs/aws-crt-builder/.github/actions/auto-release@main
+        with:
+          lib-name: ${{ env.PACKAGE_NAME }}
+          dry-run: ${{ inputs.dry-run }}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-event-stream-0.7.1/CMakeLists.txt 
new/aws-c-event-stream-0.7.2/CMakeLists.txt
--- old/aws-c-event-stream-0.7.1/CMakeLists.txt 2026-05-20 21:52:36.000000000 
+0200
+++ new/aws-c-event-stream-0.7.2/CMakeLists.txt 2026-08-18 03:12:45.000000000 
+0200
@@ -51,6 +51,7 @@
     $<INSTALL_INTERFACE:include>)
 
 
+# TODO: switch to VERSION derived from the VERSION file (via aws_get_version) 
once SOVERSION is set explicitly, to avoid changing the SONAME.
 set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
 
 aws_use_package(aws-c-io)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-event-stream-0.7.1/VERSION 
new/aws-c-event-stream-0.7.2/VERSION
--- old/aws-c-event-stream-0.7.1/VERSION        1970-01-01 01:00:00.000000000 
+0100
+++ new/aws-c-event-stream-0.7.2/VERSION        2026-08-18 03:12:45.000000000 
+0200
@@ -0,0 +1 @@
+0.7.2

Reply via email to