Script 'mail_helper' called by obssrc
Hello community,

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

Package is "yast2-services-manager"

Thu Apr 14 17:24:40 2022 rev:60 rq:969601 version:4.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
    2021-08-19 12:49:21.069442344 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new.1941/yast2-services-manager.changes
  2022-04-14 17:25:08.539240727 +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-services-manager-4.4.1.tar.bz2

New:
----
  yast2-services-manager-4.5.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-services-manager.spec ++++++
--- /var/tmp/diff_new_pack.6ds4EA/_old  2022-04-14 17:25:09.131241419 +0200
+++ /var/tmp/diff_new_pack.6ds4EA/_new  2022-04-14 17:25:09.135241424 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-services-manager
 #
-# 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-services-manager
-Version:        4.4.1
+Version:        4.5.0
 Release:        0
 Summary:        YaST2 - Services Manager
 License:        GPL-2.0-or-later

++++++ yast2-services-manager-4.4.1.tar.bz2 -> 
yast2-services-manager-4.5.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.4.1/.github/workflows/ci.yml 
new/yast2-services-manager-4.5.0/.github/workflows/ci.yml
--- old/yast2-services-manager-4.4.1/.github/workflows/ci.yml   2021-08-18 
16:20:19.000000000 +0200
+++ new/yast2-services-manager-4.5.0/.github/workflows/ci.yml   2022-04-12 
13:37:58.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:
 
@@ -30,13 +37,22 @@
 
     # 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 }}
 
   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:
 
@@ -48,7 +64,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:
 
@@ -62,7 +85,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-services-manager-4.4.1/package/yast2-services-manager.changes 
new/yast2-services-manager-4.5.0/package/yast2-services-manager.changes
--- old/yast2-services-manager-4.4.1/package/yast2-services-manager.changes     
2021-08-18 16:20:19.000000000 +0200
+++ new/yast2-services-manager-4.5.0/package/yast2-services-manager.changes     
2022-04-12 13:37:58.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)
+
+-------------------------------------------------------------------
 Wed Aug 18 13:50:58 UTC 2021 - David Diaz <dgonza...@suse.com>
 
 - Update known systemd states and substates (bsc#1189572)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.4.1/package/yast2-services-manager.spec 
new/yast2-services-manager-4.5.0/package/yast2-services-manager.spec
--- old/yast2-services-manager-4.4.1/package/yast2-services-manager.spec        
2021-08-18 16:20:19.000000000 +0200
+++ new/yast2-services-manager-4.5.0/package/yast2-services-manager.spec        
2022-04-12 13:37:58.000000000 +0200
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-services-manager
-Version:        4.4.1
+Version:        4.5.0
 Release:        0
 Summary:        YaST2 - Services Manager
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.4.1/src/lib/services-manager/widgets/services_table.rb
 
new/yast2-services-manager-4.5.0/src/lib/services-manager/widgets/services_table.rb
--- 
old/yast2-services-manager-4.4.1/src/lib/services-manager/widgets/services_table.rb
 2021-08-18 16:20:19.000000000 +0200
+++ 
new/yast2-services-manager-4.5.0/src/lib/services-manager/widgets/services_table.rb
 2022-04-12 13:37:58.000000000 +0200
@@ -32,7 +32,7 @@
       # Systemd states and substates might change. Use the following script to 
check
       # whether new states are not considered yet:
       #
-      # 
https://github.com/yast/yast-services-manager/blob/systemd_states_check/devel/systemd_status_check.rb
+      # 
https://github.com/yast/yast-services-manager/blob/check_systemd_states/systemd_status_check.rb
       TRANSLATIONS = {
         service_state: {
           "activating"   => N_("Activating"),

Reply via email to