Script 'mail_helper' called by obssrc
Hello community,

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

Package is "aws-c-io"

Mon Aug 31 15:57:59 2026 rev:44 rq:1374821 version:0.27.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes        2026-08-14 
22:06:42.364413990 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.1265/aws-c-io.changes      
2026-08-31 15:58:01.222740698 +0200
@@ -1,0 +2,8 @@
+Tue Aug 25 17:09:51 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.27.7
+  * CI/CD improvements by @azkrishpy in (#824)
+- Prefer explicit path and filenames over wildcards in %files section
+- Refresh aci_add-so-version.patch
+
+-------------------------------------------------------------------

Old:
----
  v0.27.6.tar.gz

New:
----
  v0.27.7.tar.gz

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

Other differences:
------------------
++++++ aws-c-io.spec ++++++
--- /var/tmp/diff_new_pack.zCdAGh/_old  2026-08-31 15:58:02.074770450 +0200
+++ /var/tmp/diff_new_pack.zCdAGh/_new  2026-08-31 15:58:02.076770520 +0200
@@ -21,7 +21,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-io
-Version:        0.27.6
+Version:        0.27.7
 Release:        0
 Summary:        I/O and TLS package AWS SDK for C
 License:        Apache-2.0
@@ -87,11 +87,11 @@
 %files -n lib%{name}%{library_soversion}
 %doc 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/%{name}/
-%{_libdir}/*.so
+%{_libdir}/lib%{name}.so
 %{_includedir}/*
 

++++++ aci_add-so-version.patch ++++++
--- /var/tmp/diff_new_pack.zCdAGh/_old  2026-08-31 15:58:02.107771603 +0200
+++ /var/tmp/diff_new_pack.zCdAGh/_new  2026-08-31 15:58:02.109771672 +0200
@@ -1,9 +1,9 @@
-diff -Nru aws-c-io-0.15.4.orig/CMakeLists.txt aws-c-io-0.15.4/CMakeLists.txt
---- aws-c-io-0.15.4.orig/CMakeLists.txt        2025-01-28 23:10:24.000000000 
+0000
-+++ aws-c-io-0.15.4/CMakeLists.txt     2025-01-30 11:57:19.446194584 +0000
-@@ -176,6 +176,7 @@
- 
+diff -Nru aws-c-io-0.27.7.orig/CMakeLists.txt aws-c-io-0.27.7/CMakeLists.txt
+--- aws-c-io-0.27.7.orig/CMakeLists.txt        2026-08-18 00:32:18.000000000 
+0000
++++ aws-c-io-0.27.7/CMakeLists.txt     2026-08-25 17:08:15.087430300 +0000
+@@ -189,6 +189,7 @@
  # We are not ABI stable yet
+ # 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 0unstable)
  

++++++ v0.27.6.tar.gz -> v0.27.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-io-0.27.6/.github/workflows/block-needs-review.yml 
new/aws-c-io-0.27.7/.github/workflows/block-needs-review.yml
--- old/aws-c-io-0.27.6/.github/workflows/block-needs-review.yml        
1970-01-01 01:00:00.000000000 +0100
+++ new/aws-c-io-0.27.7/.github/workflows/block-needs-review.yml        
2026-08-18 02:32:18.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-io-0.27.6/.github/workflows/check-abi.yml 
new/aws-c-io-0.27.7/.github/workflows/check-abi.yml
--- old/aws-c-io-0.27.6/.github/workflows/check-abi.yml 1970-01-01 
01:00:00.000000000 +0100
+++ new/aws-c-io-0.27.7/.github/workflows/check-abi.yml 2026-08-18 
02:32:18.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-io
+  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-io-0.27.6/.github/workflows/release.yml 
new/aws-c-io-0.27.7/.github/workflows/release.yml
--- old/aws-c-io-0.27.6/.github/workflows/release.yml   1970-01-01 
01:00:00.000000000 +0100
+++ new/aws-c-io-0.27.7/.github/workflows/release.yml   2026-08-18 
02:32:18.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-io
+  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-io-0.27.6/CMakeLists.txt 
new/aws-c-io-0.27.7/CMakeLists.txt
--- old/aws-c-io-0.27.6/CMakeLists.txt  2026-08-11 00:37:41.000000000 +0200
+++ new/aws-c-io-0.27.7/CMakeLists.txt  2026-08-18 02:32:18.000000000 +0200
@@ -187,6 +187,7 @@
 aws_add_sanitizers(${PROJECT_NAME})
 
 # We are not ABI stable yet
+# 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)
 
 if (NOT EVENT_LOOP_DEFINES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.27.6/VERSION new/aws-c-io-0.27.7/VERSION
--- old/aws-c-io-0.27.6/VERSION 1970-01-01 01:00:00.000000000 +0100
+++ new/aws-c-io-0.27.7/VERSION 2026-08-18 02:32:18.000000000 +0200
@@ -0,0 +1 @@
+0.27.7

Reply via email to