diff mbox series

[AUH] alsa-utils: upgrading to 1.2.11 SUCCEEDED

Message ID 0101018d65d3fa05-8ad72d5b-a988-4b27-896a-ac038edd0c44-000000@us-west-2.amazonses.com
State RFC, archived
Headers show
Series [AUH] alsa-utils: upgrading to 1.2.11 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 1, 2024, 6 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *alsa-utils* to *1.2.11* has Succeeded.

Next steps:
    - apply the patch: git am 0001-alsa-utils-upgrade-1.2.10-1.2.11.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From ea75d2b3986c5b97fc48367ec62f528bbaa725f5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 Feb 2024 14:23:25 +0000
Subject: [PATCH] alsa-utils: upgrade 1.2.10 -> 1.2.11

---
 .../0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch  | 8 +++-----
 .../alsa-utils/0001-topology.c-include-locale.h.patch     | 8 +++-----
 .../alsa/{alsa-utils_1.2.10.bb => alsa-utils_1.2.11.bb}   | 2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
 rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.10.bb => alsa-utils_1.2.11.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/alsa/alsa-utils/0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch b/meta/recipes-multimedia/alsa/alsa-utils/0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch
index 0ebf98b41e..cbb7ef617e 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils/0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch
+++ b/meta/recipes-multimedia/alsa/alsa-utils/0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch
@@ -1,4 +1,4 @@ 
-From 35a3382f3818d29b60f4c888e338189a4d93d0e5 Mon Sep 17 00:00:00 2001
+From 6954da56164cc02df72ebb0ac5d4b54aef290541 Mon Sep 17 00:00:00 2001
 From: Michael Opdenacker <michael.opdenacker@bootlin.com>
 Date: Tue, 19 Sep 2023 11:47:50 +0200
 Subject: [PATCH] nhlt/nhlt-dmic-info.c: include sys/types.h
@@ -10,12 +10,13 @@  https://github.com/alsa-project/alsa-utils/issues/238
 
 Upstream-Status: Backport [https://github.com/alsa-project/alsa-utils/commit/0925ad7f09b2dc77015784f9ac2f5e34dd0dd5c3]
 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
+
 ---
  nhlt/nhlt-dmic-info.c | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/nhlt/nhlt-dmic-info.c b/nhlt/nhlt-dmic-info.c
-index 3f6c64d..331555a 100644
+index 7726c3c..c130396 100644
 --- a/nhlt/nhlt-dmic-info.c
 +++ b/nhlt/nhlt-dmic-info.c
 @@ -33,6 +33,7 @@
@@ -26,6 +27,3 @@  index 3f6c64d..331555a 100644
  #include <arpa/inet.h>
  
  int debug = 0;
--- 
-2.34.1
-
diff --git a/meta/recipes-multimedia/alsa/alsa-utils/0001-topology.c-include-locale.h.patch b/meta/recipes-multimedia/alsa/alsa-utils/0001-topology.c-include-locale.h.patch
index e1c7470356..32d5eab4c0 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils/0001-topology.c-include-locale.h.patch
+++ b/meta/recipes-multimedia/alsa/alsa-utils/0001-topology.c-include-locale.h.patch
@@ -1,4 +1,4 @@ 
-From d8a8a9affd5726827ef3995652248595b4a8c87e Mon Sep 17 00:00:00 2001
+From a6f11606c3c53001b2b30ad951931ac694bcb721 Mon Sep 17 00:00:00 2001
 From: Michael Opdenacker <michael.opdenacker@bootlin.com>
 Date: Tue, 19 Sep 2023 11:27:46 +0200
 Subject: [PATCH] topology.c: include locale.h
@@ -10,12 +10,13 @@  https://github.com/alsa-project/alsa-utils/issues/239
 
 Upstream-Status: Backport [https://github.com/alsa-project/alsa-utils/commit/8c229270f6bae83b705a03714c46067a7aa57b02]
 Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
+
 ---
  topology/topology.c | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/topology/topology.c b/topology/topology.c
-index 1840ffe..5d03a8b 100644
+index 9752f88..470b7fb 100644
 --- a/topology/topology.c
 +++ b/topology/topology.c
 @@ -32,6 +32,7 @@
@@ -26,6 +27,3 @@  index 1840ffe..5d03a8b 100644
  
  #include <alsa/asoundlib.h>
  #include <alsa/topology.h>
--- 
-2.34.1
-
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb
similarity index 98%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb
rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb
index 4e5ed8dfa0..7f920ab740 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.2.10.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb
@@ -28,7 +28,7 @@  SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2
            file://0001-topology.c-include-locale.h.patch \
            file://0001-nhlt-nhlt-dmic-info.c-include-sys-types.h.patch \
            "
-SRC_URI[sha256sum] = "104b62ec7f02a7ce16ca779f4815616df1cc21933503783a9107b5944f83063a"
+SRC_URI[sha256sum] = "9ac6ca3a883f151e568dcf979b8d2e5cbecc51b819bb0e6bb8a2e9b34cc428a7"
 
 # On build machines with python-docutils (not python3-docutils !!) installed
 # rst2man (not rst2man.py) is detected and compile fails with