Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-auth-server for 
openSUSE:Factory checked in at 2022-04-14 17:23:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-server.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-server"

Thu Apr 14 17:23:54 2022 rev:26 rq:969411 version:4.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes      
2021-05-02 18:36:06.364950354 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-auth-server.new.1941/yast2-auth-server.changes
    2022-04-14 17:24:00.707161445 +0200
@@ -1,0 +2,5 @@
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-server-4.4.0.tar.bz2

New:
----
  yast2-auth-server-4.5.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-auth-server.spec ++++++
--- /var/tmp/diff_new_pack.QgVhzO/_old  2022-04-14 17:24:03.387164577 +0200
+++ /var/tmp/diff_new_pack.QgVhzO/_new  2022-04-14 17:24:03.395164587 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-auth-server
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        A tool for creating identity management server instances
 License:        GPL-2.0-or-later
 Group:          System/YaST
-Version:        4.4.0
+Version:        4.5.0
 Release:        0
 URL:            https://github.com/yast/yast-auth-server
 

++++++ yast2-auth-server-4.4.0.tar.bz2 -> yast2-auth-server-4.5.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-4.4.0/.github/workflows/ci.yml 
new/yast2-auth-server-4.5.0/.github/workflows/ci.yml
--- old/yast2-auth-server-4.4.0/.github/workflows/ci.yml        2021-04-30 
18:13:24.000000000 +0200
+++ new/yast2-auth-server-4.5.0/.github/workflows/ci.yml        2022-04-12 
13:32:46.000000000 +0200
@@ -8,7 +8,14 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -27,6 +34,8 @@
 
     # send the coverage report to coveralls.io
     - name: Coveralls Report
+      # send it only from the TW build to avoid duplicate submits
+      if: ${{ matrix.distro == 'tumbleweed' }}
       uses: coverallsapp/github-action@master
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +55,14 @@
 
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -58,7 +74,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -72,7 +95,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
+    container:
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-4.4.0/package/yast2-auth-server.changes 
new/yast2-auth-server-4.5.0/package/yast2-auth-server.changes
--- old/yast2-auth-server-4.4.0/package/yast2-auth-server.changes       
2021-04-30 18:13:24.000000000 +0200
+++ new/yast2-auth-server-4.5.0/package/yast2-auth-server.changes       
2022-04-12 13:32:46.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+-------------------------------------------------------------------
 Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-4.4.0/package/yast2-auth-server.spec 
new/yast2-auth-server-4.5.0/package/yast2-auth-server.spec
--- old/yast2-auth-server-4.4.0/package/yast2-auth-server.spec  2021-04-30 
18:13:24.000000000 +0200
+++ new/yast2-auth-server-4.5.0/package/yast2-auth-server.spec  2022-04-12 
13:32:46.000000000 +0200
@@ -18,7 +18,7 @@
 Name:           yast2-auth-server
 Group:          System/YaST
 Summary:        A tool for creating identity management server instances
-Version:        4.4.0
+Version:        4.5.0
 Release:        0
 License:        GPL-2.0-or-later
 Url:            https://github.com/yast/yast-auth-server

Reply via email to