Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-checksums for openSUSE:Factory 
checked in at 2024-02-21 17:59:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-checksums (Old)
 and      /work/SRC/openSUSE:Factory/.aws-checksums.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-checksums"

Wed Feb 21 17:59:14 2024 rev:2 rq:1148534 version:0.1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-checksums/aws-checksums.changes      
2024-01-29 22:27:39.534493799 +0100
+++ /work/SRC/openSUSE:Factory/.aws-checksums.new.1706/aws-checksums.changes    
2024-02-21 17:59:20.321643614 +0100
@@ -1,0 +2,14 @@
+Tue Feb 20 11:13:45 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  %patchN.
+
+-------------------------------------------------------------------
+Mon Feb 19 15:47:49 UTC 2024 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.1.18
+  * Added workflow for handling answerable discussions by @yasminetalby in 
(#75)
+  * Remove unused source/arm/asm directory include by @waahm7 in (#78)
+  * BUILDER_VERSION: v0.9.55 by @graebm in (#80)
+
+-------------------------------------------------------------------

Old:
----
  v0.1.17.tar.gz

New:
----
  v0.1.18.tar.gz

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

Other differences:
------------------
++++++ aws-checksums.spec ++++++
--- /var/tmp/diff_new_pack.kgu3i4/_old  2024-02-21 17:59:20.865663286 +0100
+++ /var/tmp/diff_new_pack.kgu3i4/_new  2024-02-21 17:59:20.865663286 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-checksums
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # 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
 Name:           aws-checksums
-Version:        0.1.17
+Version:        0.1.18
 Release:        0
 Summary:        Checksums package for AWS SDK for C
 License:        Apache-2.0
@@ -60,9 +60,7 @@
 This package contains the development files.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 %define __builder ninja

++++++ v0.1.17.tar.gz -> v0.1.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-checksums-0.1.17/.github/workflows/ci.yml 
new/aws-checksums-0.1.18/.github/workflows/ci.yml
--- old/aws-checksums-0.1.17/.github/workflows/ci.yml   2023-07-14 
20:08:45.000000000 +0200
+++ new/aws-checksums-0.1.18/.github/workflows/ci.yml   2024-02-12 
18:24:13.000000000 +0100
@@ -6,7 +6,7 @@
       - 'main'
 
 env:
-  BUILDER_VERSION: v0.9.43
+  BUILDER_VERSION: v0.9.55
   BUILDER_SOURCE: releases
   BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
   PACKAGE_NAME: aws-checksums
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-checksums-0.1.17/.github/workflows/handle-stale-discussions.yml 
new/aws-checksums-0.1.18/.github/workflows/handle-stale-discussions.yml
--- old/aws-checksums-0.1.17/.github/workflows/handle-stale-discussions.yml     
1970-01-01 01:00:00.000000000 +0100
+++ new/aws-checksums-0.1.18/.github/workflows/handle-stale-discussions.yml     
2024-02-12 18:24:13.000000000 +0100
@@ -0,0 +1,18 @@
+name: HandleStaleDiscussions
+on:
+  schedule:
+    - cron: '0 */4 * * *'
+  discussion_comment:
+    types: [created]
+
+jobs:
+  handle-stale-discussions:
+    name: Handle stale discussions
+    runs-on: ubuntu-latest
+    permissions:
+      discussions: write
+    steps:
+      - name: Stale discussions action
+        uses: aws-github-ops/handle-stale-discussions@v1
+        env:
+          GITHUB_TOKEN:  ${{secrets.GITHUB_TOKEN}}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-checksums-0.1.17/CMakeLists.txt 
new/aws-checksums-0.1.18/CMakeLists.txt
--- old/aws-checksums-0.1.17/CMakeLists.txt     2023-07-14 20:08:45.000000000 
+0200
+++ new/aws-checksums-0.1.18/CMakeLists.txt     2024-02-12 18:24:13.000000000 
+0100
@@ -95,7 +95,6 @@
         if (AWS_ARM32_CRC)
             file(GLOB AWS_ARCH_SRC
                 "source/arm/*.c"
-                "source/arm/asm/*.c"
                 )
             SET_SOURCE_FILES_PROPERTIES(source/arm/crc32c_arm.c PROPERTIES 
COMPILE_FLAGS -march=armv8-a+crc )
         endif()

Reply via email to