Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-docker for openSUSE:Factory 
checked in at 2022-04-12 21:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-docker (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-docker.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-docker"

Tue Apr 12 21:50:51 2022 rev:14 rq:969448 version:4.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-docker/yast2-docker.changes        
2021-10-01 22:29:37.941438220 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-docker.new.1900/yast2-docker.changes      
2022-04-12 21:51:49.101955372 +0200
@@ -1,0 +2,5 @@
+Wed Apr 06 12:40:37 UTC 2022 - Ladislav Slez??k <[email protected]>
+
+- Bump version to 4.5.0 for openSUSE Leap 15.4 (bsc#1198109)
+
+-------------------------------------------------------------------

Old:
----
  yast2-docker-4.4.0.tar.bz2

New:
----
  yast2-docker-4.5.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-docker.spec ++++++
--- /var/tmp/diff_new_pack.m1cu0l/_old  2022-04-12 21:51:49.581949981 +0200
+++ /var/tmp/diff_new_pack.m1cu0l/_new  2022-04-12 21:51:49.585949937 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-docker
 #
-# 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
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-docker
-Version:        4.4.0
+Version:        4.5.0
 Release:        0
 Summary:        YaST2 - GUI for docker management
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ yast2-docker-4.4.0.tar.bz2 -> yast2-docker-4.5.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.4.0/.github/workflows/ci.yml 
new/yast2-docker-4.5.0/.github/workflows/ci.yml
--- old/yast2-docker-4.4.0/.github/workflows/ci.yml     2021-10-01 
12:49:05.000000000 +0200
+++ new/yast2-docker-4.5.0/.github/workflows/ci.yml     2022-04-12 
13:33:56.000000000 +0200
@@ -35,9 +35,14 @@
 
   Rubocop:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
-      options: --privileged
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -49,9 +54,14 @@
 
   Package:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
-      options: --privileged
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -63,9 +73,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
-      options: --privileged
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -79,9 +94,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
-      options: --privileged
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.4.0/package/yast2-docker.changes 
new/yast2-docker-4.5.0/package/yast2-docker.changes
--- old/yast2-docker-4.4.0/package/yast2-docker.changes 2021-10-01 
12:49:05.000000000 +0200
+++ new/yast2-docker-4.5.0/package/yast2-docker.changes 2022-04-12 
13:33:56.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Apr 06 12:40:37 UTC 2022 - Ladislav Slez??k <[email protected]>
+
+- Bump version to 4.5.0 for openSUSE Leap 15.4 (bsc#1198109)
+
+-------------------------------------------------------------------
 Thu May 06 16:56:33 UTC 2021 - Ladislav Slez??k <[email protected]>
 
 - 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-docker-4.4.0/package/yast2-docker.spec 
new/yast2-docker-4.5.0/package/yast2-docker.spec
--- old/yast2-docker-4.4.0/package/yast2-docker.spec    2021-10-01 
12:49:05.000000000 +0200
+++ new/yast2-docker-4.5.0/package/yast2-docker.spec    2022-04-12 
13:33:56.000000000 +0200
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-docker
-Version:        4.4.0
+Version:        4.5.0
 Release:        0
 Summary:        YaST2 - GUI for docker management
 Group:          System/YaST

Reply via email to