Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-compression for 
openSUSE:Factory checked in at 2026-02-23 16:13:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-compression (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-compression.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-compression"

Mon Feb 23 16:13:00 2026 rev:5 rq:1334429 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-compression/aws-c-compression.changes      
2025-02-06 22:06:56.985885932 +0100
+++ 
/work/SRC/openSUSE:Factory/.aws-c-compression.new.1977/aws-c-compression.changes
    2026-02-23 16:14:59.879391235 +0100
@@ -1,0 +2,10 @@
+Sun Feb 15 09:52:24 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.3.2
+  * Make exports consistent by @DmitriyMusatkin in (#73)
+  * Remove Windows 2019 and add Windows 2025 with MSVC-17
+    by @TingDaoK in (#74)
+  * Change stale issue and discussion handling to run
+    once a week by @DmitriyMusatkin in (#76)
+
+-------------------------------------------------------------------

Old:
----
  v0.3.1.tar.gz

New:
----
  v0.3.2.tar.gz

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

Other differences:
------------------
++++++ aws-c-compression.spec ++++++
--- /var/tmp/diff_new_pack.H2nNcp/_old  2026-02-23 16:15:00.367411357 +0100
+++ /var/tmp/diff_new_pack.H2nNcp/_new  2026-02-23 16:15:00.367411357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-c-compression
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define library_version 1.0.0
 %define library_soversion 1_0_0
 Name:           aws-c-compression
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Summary:        C99 implementation of Huffman encoding/decoding
 License:        Apache-2.0
@@ -28,9 +28,9 @@
 Source0:        https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
+BuildRequires:  ninja
 BuildRequires:  cmake(aws-c-common)
 BuildRequires:  cmake(aws-checksums)
-BuildRequires:  ninja
 
 %description
 A C99 implementation of Huffman encoding/decoding.

++++++ v0.3.1.tar.gz -> v0.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-compression-0.3.1/.github/workflows/ci.yml 
new/aws-c-compression-0.3.2/.github/workflows/ci.yml
--- old/aws-c-compression-0.3.1/.github/workflows/ci.yml        2025-01-29 
00:10:38.000000000 +0100
+++ new/aws-c-compression-0.3.2/.github/workflows/ci.yml        2025-08-01 
19:16:02.000000000 +0200
@@ -105,7 +105,7 @@
         ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-${{ 
env.LINUX_BASE_IMAGE }} build -p ${{ env.PACKAGE_NAME }} 
--cmake-extra=-DBUILD_SHARED_LIBS=ON
 
   windows:
-    runs-on: windows-2022 # latest
+    runs-on: windows-2025 # latest
     steps:
     - uses: aws-actions/configure-aws-credentials@v4
       with:
@@ -116,8 +116,8 @@
         python -c "from urllib.request import urlretrieve; urlretrieve('${{ 
env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION 
}}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
         python builder.pyz build -p ${{ env.PACKAGE_NAME }}
 
-  windows-vc14:
-    runs-on: windows-2019 # windows-2019 is last env with Visual Studio 2015 
(v14.0)
+  windows-vc17:
+    runs-on: windows-2025 # latest
     strategy:
       matrix:
         arch: [x86, x64]
@@ -129,10 +129,10 @@
     - name: Build ${{ env.PACKAGE_NAME }} + consumers
       run: |
         python -c "from urllib.request import urlretrieve; urlretrieve('${{ 
env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION 
}}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
-        python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target 
windows-${{ matrix.arch }} --compiler msvc-14
+        python builder.pyz build -p ${{ env.PACKAGE_NAME }} --target 
windows-${{ matrix.arch }} --compiler msvc-17
 
   windows-shared-libs:
-    runs-on: windows-2022 # latest
+    runs-on: windows-2025 # latest
     steps:
     - uses: aws-actions/configure-aws-credentials@v4
       with:
@@ -144,7 +144,7 @@
         python builder.pyz build -p ${{ env.PACKAGE_NAME }} 
--cmake-extra=-DBUILD_SHARED_LIBS=ON
 
   windows-app-verifier:
-    runs-on: windows-2022 # latest
+    runs-on: windows-2025 # latest
     steps:
     - uses: aws-actions/configure-aws-credentials@v4
       with:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-compression-0.3.1/.github/workflows/handle-stale-discussions.yml 
new/aws-c-compression-0.3.2/.github/workflows/handle-stale-discussions.yml
--- old/aws-c-compression-0.3.1/.github/workflows/handle-stale-discussions.yml  
2025-01-29 00:10:38.000000000 +0100
+++ new/aws-c-compression-0.3.2/.github/workflows/handle-stale-discussions.yml  
2025-08-01 19:16:02.000000000 +0200
@@ -1,7 +1,7 @@
 name: HandleStaleDiscussions
 on:
   schedule:
-    - cron: '0 */4 * * *'
+    - cron: "0 9 * * 1"
   discussion_comment:
     types: [created]
 
@@ -15,4 +15,4 @@
       - name: Stale discussions action
         uses: aws-github-ops/handle-stale-discussions@v1
         env:
-          GITHUB_TOKEN:  ${{secrets.GITHUB_TOKEN}}
\ No newline at end of file
+          GITHUB_TOKEN:  ${{secrets.GITHUB_TOKEN}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-compression-0.3.1/.github/workflows/stale_issue.yml 
new/aws-c-compression-0.3.2/.github/workflows/stale_issue.yml
--- old/aws-c-compression-0.3.1/.github/workflows/stale_issue.yml       
2025-01-29 00:10:38.000000000 +0100
+++ new/aws-c-compression-0.3.2/.github/workflows/stale_issue.yml       
2025-08-01 19:16:02.000000000 +0200
@@ -3,7 +3,7 @@
 # Controls when the action will run.
 on:
   schedule:
-    - cron: "*/60 * * * *"
+    - cron: "0 9 * * 1"
 
 jobs:
   cleanup:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-compression-0.3.1/include/aws/compression/exports.h 
new/aws-c-compression-0.3.2/include/aws/compression/exports.h
--- old/aws-c-compression-0.3.1/include/aws/compression/exports.h       
2025-01-29 00:10:38.000000000 +0100
+++ new/aws-c-compression-0.3.2/include/aws/compression/exports.h       
2025-08-01 19:16:02.000000000 +0200
@@ -4,7 +4,7 @@
  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
  * SPDX-License-Identifier: Apache-2.0.
  */
-#if defined(USE_WINDOWS_DLL_SEMANTICS) || defined(WIN32)
+#if defined(AWS_CRT_USE_WINDOWS_DLL_SEMANTICS) || defined(_WIN32)
 #    ifdef AWS_COMPRESSION_USE_IMPORT_EXPORT
 #        ifdef AWS_COMPRESSION_EXPORTS
 #            define AWS_COMPRESSION_API __declspec(dllexport)
@@ -15,14 +15,13 @@
 #        define AWS_COMPRESSION_API
 #    endif /* AWS_COMPRESSION_USE_IMPORT_EXPORT */
 
-#else /* defined (USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
-#    if ((__GNUC__ >= 4) || defined(__clang__)) && 
defined(AWS_COMPRESSION_USE_IMPORT_EXPORT) &&                       \
-        defined(AWS_COMPRESSION_EXPORTS)
+#else /* defined (AWS_CRT_USE_WINDOWS_DLL_SEMANTICS) || defined (_WIN32) */
+#    if defined(AWS_COMPRESSION_USE_IMPORT_EXPORT) && 
defined(AWS_COMPRESSION_EXPORTS)
 #        define AWS_COMPRESSION_API __attribute__((visibility("default")))
 #    else
 #        define AWS_COMPRESSION_API
-#    endif /* __GNUC__ >= 4 || defined(__clang__) */
+#    endif
 
-#endif /* defined (USE_WINDOWS_DLL_SEMANTICS) || defined (WIN32) */
+#endif /* defined (AWS_CRT_USE_WINDOWS_DLL_SEMANTICS) || defined (_WIN32) */
 
 #endif /* AWS_COMPRESSION_EXPORTS_H */

Reply via email to