Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubie for openSUSE:Factory checked 
in at 2023-07-13 17:18:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubie (Old)
 and      /work/SRC/openSUSE:Factory/.kubie.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubie"

Thu Jul 13 17:18:54 2023 rev:15 rq:1098484 version:0.20.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubie/kubie.changes      2023-07-12 
17:28:25.666949898 +0200
+++ /work/SRC/openSUSE:Factory/.kubie.new.8922/kubie.changes    2023-07-13 
17:18:56.501256490 +0200
@@ -1,0 +2,7 @@
+Thu Jul 13 04:46:28 UTC 2023 - ka...@b1-systems.de
+
+- Update to version 0.20.1:
+  * Version 0.20.1
+  * Update runner images
+
+-------------------------------------------------------------------

Old:
----
  kubie-0.20.0.tar.gz

New:
----
  kubie-0.20.1.tar.gz

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

Other differences:
------------------
++++++ kubie.spec ++++++
--- /var/tmp/diff_new_pack.tGRFYs/_old  2023-07-13 17:18:57.961265106 +0200
+++ /var/tmp/diff_new_pack.tGRFYs/_new  2023-07-13 17:18:57.969265153 +0200
@@ -19,7 +19,7 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 
 Name:           kubie
-Version:        0.20.0
+Version:        0.20.1
 Release:        0
 Summary:        A Kubernetes context switcher
 License:        Zlib

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tGRFYs/_old  2023-07-13 17:18:58.005265365 +0200
+++ /var/tmp/diff_new_pack.tGRFYs/_new  2023-07-13 17:18:58.009265389 +0200
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v0.20.0</param>
+    <param name="revision">v0.20.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.tGRFYs/_old  2023-07-13 17:18:58.029265507 +0200
+++ /var/tmp/diff_new_pack.tGRFYs/_new  2023-07-13 17:18:58.033265530 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/sbstp/kubie</param>
-              <param 
name="changesrevision">1b716d1f9f6c47ae6eb63931ec698867623bbcb9</param></service></servicedata>
+              <param 
name="changesrevision">6552d8fb90566f9054ee7a9aa191685f28bb2869</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubie-0.20.0.tar.gz -> kubie-0.20.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.20.0/.github/workflows/release.yml 
new/kubie-0.20.1/.github/workflows/release.yml
--- old/kubie-0.20.0/.github/workflows/release.yml      2023-07-12 
05:10:41.000000000 +0200
+++ new/kubie-0.20.1/.github/workflows/release.yml      2023-07-13 
04:17:41.000000000 +0200
@@ -7,7 +7,7 @@
 
 jobs:
   build-linux-amd64-static:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -27,7 +27,7 @@
           tag: ${{ github.ref }}
 
   build-linux-arm32-static:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -48,7 +48,7 @@
           tag: ${{ github.ref }}
 
   build-linux-arm64-static:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -69,7 +69,7 @@
           tag: ${{ github.ref }}
 
   build-macos-amd64:
-    runs-on: macos-10.15
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -87,7 +87,7 @@
           tag: ${{ github.ref }}
 
   build-macos-arm64:
-    runs-on: macos-10.15
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -104,7 +104,7 @@
 
   publish-crates-io:
     name: Publish to crates.io
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
       - name: Checkout sources
         uses: actions/checkout@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.20.0/.github/workflows/test.yml 
new/kubie-0.20.1/.github/workflows/test.yml
--- old/kubie-0.20.0/.github/workflows/test.yml 2023-07-12 05:10:41.000000000 
+0200
+++ new/kubie-0.20.1/.github/workflows/test.yml 2023-07-13 04:17:41.000000000 
+0200
@@ -53,7 +53,7 @@
           args: --all-features --target aarch64-unknown-linux-musl
 
   test-macos-amd64:
-    runs-on: macos-10.15
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
@@ -68,7 +68,7 @@
   # We use an amd64 machine to cross compile for arm64. We cannot run the 
tests,
   # only verify that the project compiles well.
   build-macos-arm64:
-    runs-on: macos-10.15
+    runs-on: macos-latest
     steps:
       - uses: actions/checkout@v2
       - uses: actions-rs/toolchain@v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.20.0/Cargo.lock new/kubie-0.20.1/Cargo.lock
--- old/kubie-0.20.0/Cargo.lock 2023-07-12 05:10:41.000000000 +0200
+++ new/kubie-0.20.1/Cargo.lock 2023-07-13 04:17:41.000000000 +0200
@@ -630,7 +630,7 @@
 
 [[package]]
 name = "kubie"
-version = "0.20.0"
+version = "0.20.1"
 dependencies = [
  "anyhow",
  "attohttpc",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubie-0.20.0/Cargo.toml new/kubie-0.20.1/Cargo.toml
--- old/kubie-0.20.0/Cargo.toml 2023-07-12 05:10:41.000000000 +0200
+++ new/kubie-0.20.1/Cargo.toml 2023-07-13 04:17:41.000000000 +0200
@@ -11,7 +11,7 @@
 name = "kubie"
 readme = "README.md"
 repository = "https://github.com/sbstp/kubie";
-version = "0.20.0"
+version = "0.20.1"
 
 [dependencies]
 anyhow = "1"

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/kubie/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.kubie.new.8922/vendor.tar.xz differ: char 26, line 1

Reply via email to