Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-configuration-management for
openSUSE:Factory checked in at 2022-04-14 17:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-configuration-management (Old)
and /work/SRC/openSUSE:Factory/.yast2-configuration-management.new.1941
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-configuration-management"
Thu Apr 14 17:23:56 2022 rev:24 rq:969418 version:4.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-configuration-management/yast2-configuration-management.changes
2022-01-05 13:39:22.849508038 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-configuration-management.new.1941/yast2-configuration-management.changes
2022-04-14 17:24:04.531165914 +0200
@@ -1,0 +2,5 @@
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]>
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+-------------------------------------------------------------------
Old:
----
yast2-configuration-management-4.4.2.tar.bz2
New:
----
yast2-configuration-management-4.5.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-configuration-management.spec ++++++
--- /var/tmp/diff_new_pack.qwpwlN/_old 2022-04-14 17:24:05.567167125 +0200
+++ /var/tmp/diff_new_pack.qwpwlN/_new 2022-04-14 17:24:05.571167129 +0200
@@ -17,7 +17,7 @@
Name: yast2-configuration-management
-Version: 4.4.2
+Version: 4.5.0
Release: 0
URL: https://github.com/yast/yast-migration
Summary: YaST2 - YaST Configuration Management
++++++ yast2-configuration-management-4.4.2.tar.bz2 ->
yast2-configuration-management-4.5.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-configuration-management-4.4.2/.github/workflows/ci.yml
new/yast2-configuration-management-4.5.0/.github/workflows/ci.yml
--- old/yast2-configuration-management-4.4.2/.github/workflows/ci.yml
2022-01-03 09:14:21.000000000 +0100
+++ new/yast2-configuration-management-4.5.0/.github/workflows/ci.yml
2022-04-12 13:33:19.000000000 +0200
@@ -8,8 +8,14 @@
jobs:
Tests:
runs-on: ubuntu-latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "tumbleweed", "leap_latest" ]
+
container:
- image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -28,14 +34,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 }}
Rubocop:
runs-on: ubuntu-latest
+
+ strategy:
+ fail-fast: false
+ matrix:
+ distro: [ "leap_latest" ]
+
container:
- image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -47,8 +61,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
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -60,8 +80,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
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
@@ -75,8 +101,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
+ image:
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-configuration-management-4.4.2/package/yast2-configuration-management.changes
new/yast2-configuration-management-4.5.0/package/yast2-configuration-management.changes
---
old/yast2-configuration-management-4.4.2/package/yast2-configuration-management.changes
2022-01-03 09:14:21.000000000 +0100
+++
new/yast2-configuration-management-4.5.0/package/yast2-configuration-management.changes
2022-04-12 13:33:19.000000000 +0200
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]>
+
+- Bump version to 4.5.0 (bsc#1198109)
+
+-------------------------------------------------------------------
Fri Dec 31 16:27:23 UTC 2021 - Josef Reidinger <[email protected]>
- Adapt to ruby3.1 (bsc#1193192)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-configuration-management-4.4.2/package/yast2-configuration-management.spec
new/yast2-configuration-management-4.5.0/package/yast2-configuration-management.spec
---
old/yast2-configuration-management-4.4.2/package/yast2-configuration-management.spec
2022-01-03 09:14:21.000000000 +0100
+++
new/yast2-configuration-management-4.5.0/package/yast2-configuration-management.spec
2022-04-12 13:33:19.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-configuration-management
-Version: 4.4.2
+Version: 4.5.0
Release: 0
Url: https://github.com/yast/yast-migration
Summary: YaST2 - YaST Configuration Management