* [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.2 -> 1.2.8
@ 2022-11-18 19:25 Christian Melki
2022-11-18 19:25 ` [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.6 " Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.7.2 " Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-11-18 19:25 UTC (permalink / raw)
To: ptxdist
Some bugfixes and feature enhancements. Nothing huge.
https://www.alsa-project.org/wiki/Changes_v1.2.7.2_v1.2.8
* Regenerate patchset to compensate for offset.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-add-largefile-support.patch | 4 ++--
patches/{alsa-lib-1.2.7.2 => alsa-lib-1.2.8}/autogen.sh | 0
patches/{alsa-lib-1.2.7.2 => alsa-lib-1.2.8}/series | 2 +-
rules/alsa-lib.make | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
rename patches/{alsa-lib-1.2.7.2 => alsa-lib-1.2.8}/0001-add-largefile-support.patch (87%)
rename patches/{alsa-lib-1.2.7.2 => alsa-lib-1.2.8}/autogen.sh (100%)
rename patches/{alsa-lib-1.2.7.2 => alsa-lib-1.2.8}/series (60%)
diff --git a/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
similarity index 87%
rename from patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
index 40caa5480..a49c29131 100644
--- a/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
+++ b/patches/alsa-lib-1.2.8/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 1089a9766593..0858563e9524 100644
+index 3989a7434759..1ad79ed39b9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
@@ -21,7 +21,7 @@ index 1089a9766593..0858563e9524 100644
dnl Checks for header files.
AC_HEADER_STDC
AC_CONFIG_HEADERS(include/config.h)
-@@ -731,6 +734,8 @@ if test ! -L "$srcdir"/include/alsa ; then
+@@ -744,6 +747,8 @@ if test ! -L "$srcdir"/include/alsa ; then
ln -sf . "$srcdir"/include/alsa
fi
diff --git a/patches/alsa-lib-1.2.7.2/autogen.sh b/patches/alsa-lib-1.2.8/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.2.7.2/autogen.sh
rename to patches/alsa-lib-1.2.8/autogen.sh
diff --git a/patches/alsa-lib-1.2.7.2/series b/patches/alsa-lib-1.2.8/series
similarity index 60%
rename from patches/alsa-lib-1.2.7.2/series
rename to patches/alsa-lib-1.2.8/series
index cab3f9ae2..f96f3345c 100644
--- a/patches/alsa-lib-1.2.7.2/series
+++ b/patches/alsa-lib-1.2.8/series
@@ -1,4 +1,4 @@
# generated by git-ptx-patches
#tag:base --start-number 1
0001-add-largefile-support.patch
-# e32eb79bf9ae6a22f1a3a5336617e2d3 - git-ptx-patches magic
+# 28c8f5e33d509bdb14724d1cc3204a4d - git-ptx-patches magic
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index f3c1e150c..4fdc55ff4 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.7.2
-ALSA_LIB_MD5 := 055c6688e74609b0e01984e43749d971
+ALSA_LIB_VERSION := 1.2.8
+ALSA_LIB_MD5 := ab32de4b6054d7ab23723f8d85e50a27
ALSA_LIB := alsa-lib-$(ALSA_LIB_VERSION)
ALSA_LIB_SUFFIX := tar.bz2
ALSA_LIB_URL := \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.6 -> 1.2.8
2022-11-18 19:25 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.2 -> 1.2.8 Christian Melki
@ 2022-11-18 19:25 ` Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-22 13:20 ` [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.7.2 " Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-11-18 19:25 UTC (permalink / raw)
To: ptxdist
Was lagging one release behind. Update utils.
Some minor changes, nothing overly exciting.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/alsa-utils.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make
index a71744d7e..1b10110bb 100644
--- a/rules/alsa-utils.make
+++ b/rules/alsa-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_UTILS) += alsa-utils
#
# Paths and names
#
-ALSA_UTILS_VERSION := 1.2.6
-ALSA_UTILS_MD5 := fc109b2fa4517caeae1697d936ca78ff
+ALSA_UTILS_VERSION := 1.2.8
+ALSA_UTILS_MD5 := 51175f5cd413daf7009a80684c65113d
ALSA_UTILS := alsa-utils-$(ALSA_UTILS_VERSION)
ALSA_UTILS_SUFFIX := tar.bz2
ALSA_UTILS_URL := \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.7.2 -> 1.2.8
2022-11-18 19:25 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.2 -> 1.2.8 Christian Melki
2022-11-18 19:25 ` [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.6 " Christian Melki
@ 2022-11-22 13:20 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as f137e83a1f6601848fa2910a4ed6d0e62ccfe536.
Michael
[sent from post-receive hook]
On Tue, 22 Nov 2022 14:20:15 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Some bugfixes and feature enhancements. Nothing huge.
> https://www.alsa-project.org/wiki/Changes_v1.2.7.2_v1.2.8
>
> * Regenerate patchset to compensate for offset.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20221118192545.1476812-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
> similarity index 87%
> rename from patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
> rename to patches/alsa-lib-1.2.8/0001-add-largefile-support.patch
> index 40caa5480a45..a49c29131c90 100644
> --- a/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
> +++ b/patches/alsa-lib-1.2.8/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 1089a9766593..0858563e9524 100644
> +index 3989a7434759..1ad79ed39b9b 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -38,6 +38,9 @@ AM_PROG_LIBTOOL
> @@ -21,7 +21,7 @@ index 1089a9766593..0858563e9524 100644
> dnl Checks for header files.
> AC_HEADER_STDC
> AC_CONFIG_HEADERS(include/config.h)
> -@@ -731,6 +734,8 @@ if test ! -L "$srcdir"/include/alsa ; then
> +@@ -744,6 +747,8 @@ if test ! -L "$srcdir"/include/alsa ; then
> ln -sf . "$srcdir"/include/alsa
> fi
>
> diff --git a/patches/alsa-lib-1.2.7.2/autogen.sh b/patches/alsa-lib-1.2.8/autogen.sh
> similarity index 100%
> rename from patches/alsa-lib-1.2.7.2/autogen.sh
> rename to patches/alsa-lib-1.2.8/autogen.sh
> diff --git a/patches/alsa-lib-1.2.7.2/series b/patches/alsa-lib-1.2.8/series
> similarity index 60%
> rename from patches/alsa-lib-1.2.7.2/series
> rename to patches/alsa-lib-1.2.8/series
> index cab3f9ae21e5..f96f3345c2af 100644
> --- a/patches/alsa-lib-1.2.7.2/series
> +++ b/patches/alsa-lib-1.2.8/series
> @@ -1,4 +1,4 @@
> # generated by git-ptx-patches
> #tag:base --start-number 1
> 0001-add-largefile-support.patch
> -# e32eb79bf9ae6a22f1a3a5336617e2d3 - git-ptx-patches magic
> +# 28c8f5e33d509bdb14724d1cc3204a4d - git-ptx-patches magic
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index f3c1e150c37c..4fdc55ff483c 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.7.2
> -ALSA_LIB_MD5 := 055c6688e74609b0e01984e43749d971
> +ALSA_LIB_VERSION := 1.2.8
> +ALSA_LIB_MD5 := ab32de4b6054d7ab23723f8d85e50a27
> ALSA_LIB := alsa-lib-$(ALSA_LIB_VERSION)
> ALSA_LIB_SUFFIX := tar.bz2
> ALSA_LIB_URL := \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] alsa-utils: Version bump. 1.2.6 -> 1.2.8
2022-11-18 19:25 ` [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.6 " Christian Melki
@ 2022-11-22 13:20 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 243780d8357d443940f725a239fdf4fa7bb96df7.
Michael
[sent from post-receive hook]
On Tue, 22 Nov 2022 14:20:16 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Was lagging one release behind. Update utils.
> Some minor changes, nothing overly exciting.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20221118192545.1476812-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make
> index a71744d7ea3b..1b10110bb9e3 100644
> --- a/rules/alsa-utils.make
> +++ b/rules/alsa-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_UTILS) += alsa-utils
> #
> # Paths and names
> #
> -ALSA_UTILS_VERSION := 1.2.6
> -ALSA_UTILS_MD5 := fc109b2fa4517caeae1697d936ca78ff
> +ALSA_UTILS_VERSION := 1.2.8
> +ALSA_UTILS_MD5 := 51175f5cd413daf7009a80684c65113d
> ALSA_UTILS := alsa-utils-$(ALSA_UTILS_VERSION)
> ALSA_UTILS_SUFFIX := tar.bz2
> ALSA_UTILS_URL := \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-22 13:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 19:25 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.2 -> 1.2.8 Christian Melki
2022-11-18 19:25 ` [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.6 " Christian Melki
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-22 13:20 ` [ptxdist] [APPLIED] alsa-lib: Version bump. 1.2.7.2 " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox