Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-cio for openSUSE:Factory 
checked in at 2022-05-04 15:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cio (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cio.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cio"

Wed May  4 15:11:04 2022 rev:10 rq:974820 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cio/yast2-cio.changes      2022-04-12 
21:51:45.745993067 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cio.new.1538/yast2-cio.changes    
2022-05-04 15:11:27.104194241 +0200
@@ -1,0 +2,6 @@
+Thu Apr 28 14:04:08 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Fixed unit test failure in Tumbleweed (Ruby 3.1) (bsc#1198982)
+- 4.5.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-cio-4.5.0.tar.bz2

New:
----
  yast2-cio-4.5.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-cio.spec ++++++
--- /var/tmp/diff_new_pack.XIykIs/_old  2022-05-04 15:11:27.544194782 +0200
+++ /var/tmp/diff_new_pack.XIykIs/_new  2022-05-04 15:11:27.552194792 +0200
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-cio
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - IO Channel management
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ yast2-cio-4.5.0.tar.bz2 -> yast2-cio-4.5.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cio-4.5.0/.github/workflows/ci.yml 
new/yast2-cio-4.5.1/.github/workflows/ci.yml
--- old/yast2-cio-4.5.0/.github/workflows/ci.yml        2022-04-12 
13:33:12.000000000 +0200
+++ new/yast2-cio-4.5.1/.github/workflows/ci.yml        2022-05-04 
09:02:04.000000000 +0200
@@ -73,11 +73,12 @@
       run: |
         # a workaround to allow package building on a non-s390 machine
         sed -i "/^ExclusiveArch:/d" package/*.spec
-        # hide the change from the "rake osc:build" task
-        git update-index --assume-unchanged package/*.spec
 
     - name: Package Build
       run: yast-ci-ruby -o package
+      env:
+        # ignore the spec file modification done above
+        CHECK_MODIFIED: 0
 
   Yardoc:
     runs-on: ubuntu-latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cio-4.5.0/package/yast2-cio.changes 
new/yast2-cio-4.5.1/package/yast2-cio.changes
--- old/yast2-cio-4.5.0/package/yast2-cio.changes       2022-04-12 
13:33:12.000000000 +0200
+++ new/yast2-cio-4.5.1/package/yast2-cio.changes       2022-05-04 
09:02:04.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Apr 28 14:04:08 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Fixed unit test failure in Tumbleweed (Ruby 3.1) (bsc#1198982)
+- 4.5.1
+
+-------------------------------------------------------------------
 Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cio-4.5.0/package/yast2-cio.spec 
new/yast2-cio-4.5.1/package/yast2-cio.spec
--- old/yast2-cio-4.5.0/package/yast2-cio.spec  2022-04-12 13:33:12.000000000 
+0200
+++ new/yast2-cio-4.5.1/package/yast2-cio.spec  2022-05-04 09:02:04.000000000 
+0200
@@ -24,7 +24,7 @@
 ######################################################################
 
 Name:           yast2-cio
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Summary:        YaST2 - IO Channel management
 Group:          System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cio-4.5.0/test/spec_helper.rb 
new/yast2-cio-4.5.1/test/spec_helper.rb
--- old/yast2-cio-4.5.0/test/spec_helper.rb     2022-04-12 13:33:12.000000000 
+0200
+++ new/yast2-cio-4.5.1/test/spec_helper.rb     2022-05-04 09:02:04.000000000 
+0200
@@ -18,6 +18,8 @@
 
 $:.unshift(File.expand_path("../../src/lib", __FILE__))
 
+require "yast"
+
 LSCSS_OUTPUT = File.read(File.expand_path("../data/lscss.txt", __FILE__))
 
 # configure RSpec
@@ -54,4 +56,4 @@
       SimpleCov::Formatter::LcovFormatter
     ]
   end
-end
\ No newline at end of file
+end

Reply via email to