mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.8 -> 1.2.9
@ 2023-05-07  7:37 Christian Melki
  2023-05-11  5:55 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-05-07  7:37 UTC (permalink / raw)
  To: ptxdist

Mostly minor bugfixes.
https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.9

* Forward patches, fix minor offset.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-add-largefile-support.patch                          | 4 ++--
 patches/{alsa-lib-1.2.8 => alsa-lib-1.2.9}/autogen.sh         | 0
 patches/{alsa-lib-1.2.8 => alsa-lib-1.2.9}/series             | 0
 rules/alsa-lib.make                                           | 4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
 rename patches/{alsa-lib-1.2.8 => alsa-lib-1.2.9}/0001-add-largefile-support.patch (87%)
 rename patches/{alsa-lib-1.2.8 => alsa-lib-1.2.9}/autogen.sh (100%)
 rename patches/{alsa-lib-1.2.8 => alsa-lib-1.2.9}/series (100%)

diff --git a/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
similarity index 87%
rename from patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
index a49c29131..c90e11441 100644
--- a/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
+++ b/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
@@ -8,7 +8,7 @@ Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
  1 file changed, 5 insertions(+)
 
 diff --git a/configure.ac b/configure.ac
-index 3989a7434759..1ad79ed39b9b 100644
+index b6266651b9d6..b89dbb2bc6fb 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
@@ -21,7 +21,7 @@ index 3989a7434759..1ad79ed39b9b 100644
  dnl Checks for header files.
  AC_HEADER_STDC
  AC_CONFIG_HEADERS(include/config.h)
-@@ -744,6 +747,8 @@ if test ! -L "$srcdir"/include/alsa ; then
+@@ -743,6 +746,8 @@ if test ! -L "$srcdir"/include/alsa ; then
    ln -sf . "$srcdir"/include/alsa
  fi
  
diff --git a/patches/alsa-lib-1.2.8/autogen.sh b/patches/alsa-lib-1.2.9/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.2.8/autogen.sh
rename to patches/alsa-lib-1.2.9/autogen.sh
diff --git a/patches/alsa-lib-1.2.8/series b/patches/alsa-lib-1.2.9/series
similarity index 100%
rename from patches/alsa-lib-1.2.8/series
rename to patches/alsa-lib-1.2.9/series
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index 4fdc55ff4..65f8cc499 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
 #
 # Paths and names
 #
-ALSA_LIB_VERSION	:= 1.2.8
-ALSA_LIB_MD5		:= ab32de4b6054d7ab23723f8d85e50a27
+ALSA_LIB_VERSION	:= 1.2.9
+ALSA_LIB_MD5		:= d29f5ebe9a4ff1be70508ecbf6655318
 ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
 ALSA_LIB_SUFFIX		:= tar.bz2
 ALSA_LIB_URL		:= \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.8 -> 1.2.9
  2023-05-07  7:37 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.8 -> 1.2.9 Christian Melki
@ 2023-05-11  5:55 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-05-11  5:55 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 7e8cb555237f82f57ec2731d26d9fe904d123f8f.

Michael

[sent from post-receive hook]

On Thu, 11 May 2023 07:55:34 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly minor bugfixes.
> https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.9
> 
> * Forward patches, fix minor offset.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230507073732.325720-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
> similarity index 87%
> rename from patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
> rename to patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
> index a49c29131c90..c90e11441c6f 100644
> --- a/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
> +++ b/patches/alsa-lib-1.2.9/0001-add-largefile-support.patch
> @@ -8,7 +8,7 @@ Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
>   1 file changed, 5 insertions(+)
>  
>  diff --git a/configure.ac b/configure.ac
> -index 3989a7434759..1ad79ed39b9b 100644
> +index b6266651b9d6..b89dbb2bc6fb 100644
>  --- a/configure.ac
>  +++ b/configure.ac
>  @@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
> @@ -21,7 +21,7 @@ index 3989a7434759..1ad79ed39b9b 100644
>   dnl Checks for header files.
>   AC_HEADER_STDC
>   AC_CONFIG_HEADERS(include/config.h)
> -@@ -744,6 +747,8 @@ if test ! -L "$srcdir"/include/alsa ; then
> +@@ -743,6 +746,8 @@ if test ! -L "$srcdir"/include/alsa ; then
>     ln -sf . "$srcdir"/include/alsa
>   fi
>   
> diff --git a/patches/alsa-lib-1.2.8/autogen.sh b/patches/alsa-lib-1.2.9/autogen.sh
> similarity index 100%
> rename from patches/alsa-lib-1.2.8/autogen.sh
> rename to patches/alsa-lib-1.2.9/autogen.sh
> diff --git a/patches/alsa-lib-1.2.8/series b/patches/alsa-lib-1.2.9/series
> similarity index 100%
> rename from patches/alsa-lib-1.2.8/series
> rename to patches/alsa-lib-1.2.9/series
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index 4fdc55ff483c..65f8cc4991a8 100644
> --- a/rules/alsa-lib.make
> +++ b/rules/alsa-lib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
>  #
>  # Paths and names
>  #
> -ALSA_LIB_VERSION	:= 1.2.8
> -ALSA_LIB_MD5		:= ab32de4b6054d7ab23723f8d85e50a27
> +ALSA_LIB_VERSION	:= 1.2.9
> +ALSA_LIB_MD5		:= d29f5ebe9a4ff1be70508ecbf6655318
>  ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
>  ALSA_LIB_SUFFIX		:= tar.bz2
>  ALSA_LIB_URL		:= \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-11  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07  7:37 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.8 -> 1.2.9 Christian Melki
2023-05-11  5:55 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox