Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2021-04-27 21:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-utils.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-utils"

Tue Apr 27 21:34:11 2021 rev:131 rq:888399 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes    2021-03-21 
23:19:11.576714984 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new.12324/alsa-utils.changes 
2021-04-27 21:34:14.599942422 +0200
@@ -1,0 +2,6 @@
+Mon Apr 26 10:34:15 CEST 2021 - [email protected]
+
+- Suppress automatic update of alsa-info.sh (bsc#1185280):
+  alsa-info-no-update-for-distro-script.patch
+
+-------------------------------------------------------------------

New:
----
  alsa-info-no-update-for-distro-script.patch

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

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.fX3uTE/_old  2021-04-27 21:34:15.403943747 +0200
+++ /var/tmp/diff_new_pack.fX3uTE/_new  2021-04-27 21:34:15.407943752 +0200
@@ -52,6 +52,7 @@
 Patch23:        0023-alsamixer-remove-unused-variable-y-in-display_scroll.patch
 Patch24:        0024-alsamixer-fix-shift-in-parse_words.patch
 Patch25:        0025-aplay-fix-the-test-position-test-for-playback-avail-.patch
+Patch100:       alsa-info-no-update-for-distro-script.patch
 Patch101:       alsa-utils-configure-version-revert.patch
 BuildRequires:  alsa-devel
 %ifarch %ix86 x86_64 %arm aarch64 ppc64le riscv64
@@ -117,6 +118,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch100 -p1
 %if 0%{?do_autoreconf}
 %patch101 -p1
 # fix stupid automake's automatic action

++++++ alsa-info-no-update-for-distro-script.patch ++++++
From: Takashi Iwai <[email protected]>
Subject: alsa-info: Suppress the automatic update
Patch-mainline: Never, distro specific
References: bsc#1185280

We don't want to modify the script distributed in the standard package.

Signed-off-by: Takashi Iwai <[email protected]>

---
--- a/alsa-info/alsa-info.sh
+++ b/alsa-info/alsa-info.sh
@@ -720,11 +720,6 @@ if [ -s "$TEMPDIR/alsa-usbmixer.tmp" ]; then
        echo "" >> $FILE
 fi
 
-#If no command line options are specified, then run as though --with-all was 
specified
-if [ -z "$1" ]; then
-       update
-fi
-
 fi # proceed
 
 #loop through command line arguments, until none are left.

Reply via email to