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-04-12 17:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-crt-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-crt-cpp"

Fri Apr 12 17:33:59 2024 rev:3 rq:1166835 version:0.26.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-crt-cpp/aws-crt-cpp.changes  2024-04-02 
16:45:21.415460505 +0200
+++ /work/SRC/openSUSE:Factory/.aws-crt-cpp.new.26366/aws-crt-cpp.changes       
2024-04-12 17:37:20.085386438 +0200
@@ -1,0 +2,9 @@
+Thu Apr  4 15:40:29 UTC 2024 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.26.6
+  * Disable jekyll on gh-pages by @sfod in (#608)
+  * Bump cal by @DmitriyMusatkin in (#611)
+- from version 0.26.5
+  * CRT version bump by @DmitriyMusatkin in (#609)
+
+-------------------------------------------------------------------

Old:
----
  v0.26.4.tar.gz

New:
----
  v0.26.6.tar.gz

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

Other differences:
------------------
++++++ aws-crt-cpp.spec ++++++
--- /var/tmp/diff_new_pack.hJ1f4Q/_old  2024-04-12 17:37:22.073459657 +0200
+++ /var/tmp/diff_new_pack.hJ1f4Q/_new  2024-04-12 17:37:22.073459657 +0200
@@ -19,7 +19,7 @@
 %define library_soversion 1
 
 Name:           aws-crt-cpp
-Version:        0.26.4
+Version:        0.26.6
 Release:        0
 Summary:        AWS C++ wrapper for AWS SDK C libraries
 License:        Apache-2.0

++++++ v0.26.4.tar.gz -> v0.26.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/.github/workflows/ci.yml 
new/aws-crt-cpp-0.26.6/.github/workflows/ci.yml
--- old/aws-crt-cpp-0.26.4/.github/workflows/ci.yml     2024-03-18 
17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/.github/workflows/ci.yml     2024-04-03 
23:21:54.000000000 +0200
@@ -69,11 +69,15 @@
           - clang-9
           - clang-10
           - clang-11
+          - clang-12
           - gcc-4.8
           - gcc-5
           - gcc-6
           - gcc-7
           - gcc-8
+          - gcc-9
+          - gcc-10
+          - gcc-11
     steps:
       # We can't use the `uses: docker://image` version yet, GitHub lacks 
authentication for actions -> packages
       - name: Build ${{ env.PACKAGE_NAME }}
@@ -268,7 +272,7 @@
   check-docs:
     runs-on: ubuntu-22.04 # latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Check docs
@@ -280,7 +284,7 @@
     runs-on: ubuntu-22.04 # latest
     steps:
     - name: Checkout Source
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         submodules: true
         fetch-depth: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/.github/workflows/docs.yml 
new/aws-crt-cpp-0.26.6/.github/workflows/docs.yml
--- old/aws-crt-cpp-0.26.4/.github/workflows/docs.yml   2024-03-18 
17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/.github/workflows/docs.yml   2024-04-03 
23:21:54.000000000 +0200
@@ -14,7 +14,7 @@
       contents: write # allow push
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           submodules: true
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/.github/workflows/lint.yml 
new/aws-crt-cpp-0.26.6/.github/workflows/lint.yml
--- old/aws-crt-cpp-0.26.4/.github/workflows/lint.yml   2024-03-18 
17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/.github/workflows/lint.yml   2024-04-03 
23:21:54.000000000 +0200
@@ -13,7 +13,7 @@
 
     steps:
     - name: Checkout Sources
-      uses: actions/checkout@v1
+      uses: actions/checkout@v4
 
     - name: clang-format lint
       uses: DoozyX/[email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/.github/workflows/release.yml 
new/aws-crt-cpp-0.26.6/.github/workflows/release.yml
--- old/aws-crt-cpp-0.26.4/.github/workflows/release.yml        2024-03-18 
17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/.github/workflows/release.yml        2024-04-03 
23:21:54.000000000 +0200
@@ -12,7 +12,7 @@
 
     steps:
     - name: Checkout Sources
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         fetch-depth: 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/VERSION 
new/aws-crt-cpp-0.26.6/VERSION
--- old/aws-crt-cpp-0.26.4/VERSION      2024-03-18 17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/VERSION      2024-04-03 23:21:54.000000000 +0200
@@ -1 +1 @@
-0.26.4
+0.26.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-crt-cpp-0.26.4/make-docs.py 
new/aws-crt-cpp-0.26.6/make-docs.py
--- old/aws-crt-cpp-0.26.4/make-docs.py 2024-03-18 17:52:53.000000000 +0100
+++ new/aws-crt-cpp-0.26.6/make-docs.py 2024-04-03 23:21:54.000000000 +0200
@@ -14,3 +14,7 @@
 # build
 if os.system('doxygen docsrc/Doxyfile') != 0:
     exit(1)
+
+# disable jekyll on gh-pages, because jekyll ignores html files
+# started with underscore, and doxygen does generate such filenames
+open('docs/.nojekyll', 'w').close()

Reply via email to