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 2024-08-09 16:14:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-crt-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-crt-cpp"

Fri Aug  9 16:14:45 2024 rev:13 rq:1192576 version:0.27.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-crt-cpp/aws-crt-cpp.changes  2024-07-22 
17:16:13.621020740 +0200
+++ /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.7232/aws-crt-cpp.changes        
2024-08-09 16:15:14.880394163 +0200
@@ -1,0 +2,6 @@
+Wed Aug  7 13:35:06 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.27.5
+  * Update MacOS to arm64 by @waahm7 in (#641)
+
+-------------------------------------------------------------------

Old:
----
  v0.27.4.tar.gz

New:
----
  v0.27.5.tar.gz

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

Other differences:
------------------
++++++ aws-crt-cpp.spec ++++++
--- /var/tmp/diff_new_pack.D9m7u7/_old  2024-08-09 16:15:15.520420878 +0200
+++ /var/tmp/diff_new_pack.D9m7u7/_new  2024-08-09 16:15:15.520420878 +0200
@@ -20,7 +20,7 @@
 %define library_soversion 1
 
 Name:           aws-crt-cpp
-Version:        0.27.4
+Version:        0.27.5
 Release:        0
 Summary:        AWS C++ wrapper for AWS SDK C libraries
 License:        Apache-2.0

++++++ v0.27.4.tar.gz -> v0.27.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.27.4/.github/workflows/ci.yml 
new/aws-crt-cpp-0.27.5/.github/workflows/ci.yml
--- old/aws-crt-cpp-0.27.4/.github/workflows/ci.yml     2024-07-15 
17:47:03.000000000 +0200
+++ new/aws-crt-cpp-0.27.5/.github/workflows/ci.yml     2024-08-04 
18:57:26.000000000 +0200
@@ -220,8 +220,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 }} 
--cmake-extra=-DUSE_CPU_EXTENSIONS=OFF
 
-  osx:
-    runs-on: macos-13 # latest
+  macos:
+    runs-on: macos-14 # latest
     steps:
     - name: Build ${{ env.PACKAGE_NAME }} + consumers
       run: |
@@ -229,24 +229,20 @@
         chmod a+x builder
         ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
 
-  # cross-compile for Apple silicon
-  # it would be better to run tests natively on one of these machines,
-  # but we don't have access to one in the cloud, so for now just cross-compile
-  osx-arm64-cross-compile:
-    runs-on: macos-13 # latest
+  macos-x64:
+    runs-on: macos-14-large # latest
     steps:
     - 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_OSX_ARCHITECTURES=arm64 run_tests=false
-        test `lipo aws-crt-cpp/build/install/lib/libaws-crt-cpp.a -archs` = 
"arm64"
+        ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
 
   # cross-compile for iOS
   # Skip signing the code on iOS.
   # Otherwise it will not compile with error that Bundle identifier is missing.
   ios-cross-compile:
-    runs-on: macos-13 # latest
+    runs-on: macos-14 # latest
     steps:
     - name: Build ${{ env.PACKAGE_NAME }} + consumers
       run: |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.27.4/VERSION 
new/aws-crt-cpp-0.27.5/VERSION
--- old/aws-crt-cpp-0.27.4/VERSION      2024-07-15 17:47:03.000000000 +0200
+++ new/aws-crt-cpp-0.27.5/VERSION      2024-08-04 18:57:26.000000000 +0200
@@ -1 +1 @@
-0.27.4
+0.27.5

Reply via email to