Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory 
checked in at 2022-02-21 17:45:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sound (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sound.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sound"

Mon Feb 21 17:45:48 2022 rev:103 rq:955814 version:4.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sound/yast2-sound.changes  2021-05-02 
18:36:30.120849126 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-sound.new.1958/yast2-sound.changes        
2022-02-21 17:45:56.827582366 +0100
@@ -1,0 +2,8 @@
+Wed Feb  2 09:19:14 UTC 2022 - David Diaz <[email protected]>
+
+- Support uncompressed as well as xz, zstd, and gzip compressed
+  modules. Related to jsc#SLE-21256 - jsc#SLE-18768 entries
+  and sent by Michal Suchanek <[email protected]>.
+- 4.4.1
+
+-------------------------------------------------------------------

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

New:
----
  yast2-sound-4.4.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-sound.spec ++++++
--- /var/tmp/diff_new_pack.8BJAPD/_old  2022-02-21 17:45:57.315582511 +0100
+++ /var/tmp/diff_new_pack.8BJAPD/_new  2022-02-21 17:45:57.319582512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sound
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-sound
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Sound Configuration
 License:        GPL-2.0-or-later

++++++ yast2-sound-4.4.0.tar.bz2 -> yast2-sound-4.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-4.4.0/.github/workflows/ci.yml 
new/yast2-sound-4.4.1/.github/workflows/ci.yml
--- old/yast2-sound-4.4.0/.github/workflows/ci.yml      2021-04-30 
18:20:36.000000000 +0200
+++ new/yast2-sound-4.4.1/.github/workflows/ci.yml      2022-02-18 
10:12:59.000000000 +0100
@@ -8,7 +8,8 @@
 jobs:
   Package:
     runs-on: ubuntu-latest
-    container: registry.opensuse.org/yast/head/containers/yast-cpp:latest
+    container:
+      image: registry.opensuse.org/yast/head/containers/yast-cpp:latest
 
     steps:
 
@@ -25,7 +26,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:  [ "tumbleweed", "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-sound-4.4.0/data/alsa_drivers.rb 
new/yast2-sound-4.4.1/data/alsa_drivers.rb
--- old/yast2-sound-4.4.0/data/alsa_drivers.rb  2021-04-30 18:20:36.000000000 
+0200
+++ new/yast2-sound-4.4.1/data/alsa_drivers.rb  2022-02-18 10:12:59.000000000 
+0100
@@ -73,7 +73,7 @@
 
   #  get just the module name from the driver path
   def name
-    @mod_path.match /\/([^\/]*).ko.xz$/
+    @mod_path.match /\/([^\/]*).ko(?:.(?:xz|gz|zst))?$/
     return $1
   end
 
@@ -122,7 +122,7 @@
 
   # find all sound drivers below the given path
   def self.find_all(path)
-    files = Dir.glob(File.join(path, "**", "snd-*.ko.xz")).select { |f| 
File.file?(f) }
+    files = Dir.glob(File.join(path, "**", "snd-*.ko{,.gz,.xz,.zst}")).select 
{ |f| File.file?(f) }
 
     files.sort! { |f1, f2| File.basename(f1) <=> File.basename(f2) }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-4.4.0/package/yast2-sound.changes 
new/yast2-sound-4.4.1/package/yast2-sound.changes
--- old/yast2-sound-4.4.0/package/yast2-sound.changes   2021-04-30 
18:20:36.000000000 +0200
+++ new/yast2-sound-4.4.1/package/yast2-sound.changes   2022-02-18 
10:12:59.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Feb  2 09:19:14 UTC 2022 - David Diaz <[email protected]>
+
+- Support uncompressed as well as xz, zstd, and gzip compressed
+  modules. Related to jsc#SLE-21256 - jsc#SLE-18768 entries
+  and sent by Michal Suchanek <[email protected]>.
+- 4.4.1
+
+-------------------------------------------------------------------
 Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]>
 
 - 4.4.0 (bsc#1185510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-4.4.0/package/yast2-sound.spec 
new/yast2-sound-4.4.1/package/yast2-sound.spec
--- old/yast2-sound-4.4.0/package/yast2-sound.spec      2021-04-30 
18:20:36.000000000 +0200
+++ new/yast2-sound-4.4.1/package/yast2-sound.spec      2022-02-18 
10:12:59.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-sound
-Version:        4.4.0
+Version:        4.4.1
 Release:        0
 Summary:        YaST2 - Sound Configuration
 License:        GPL-2.0-or-later

Reply via email to