mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.1 -> 1.2.7.2
@ 2022-07-17  8:03 Christian Melki
  2022-08-04 15:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-07-17  8:03 UTC (permalink / raw)
  To: ptxdist

Minor bugfixes.

* Move patchset forward.
Largefile support applies with an offset in configure.ac.

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

diff --git a/patches/alsa-lib-1.2.7.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
similarity index 100%
rename from patches/alsa-lib-1.2.7.1/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
diff --git a/patches/alsa-lib-1.2.7.1/autogen.sh b/patches/alsa-lib-1.2.7.2/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.2.7.1/autogen.sh
rename to patches/alsa-lib-1.2.7.2/autogen.sh
diff --git a/patches/alsa-lib-1.2.7.1/series b/patches/alsa-lib-1.2.7.2/series
similarity index 100%
rename from patches/alsa-lib-1.2.7.1/series
rename to patches/alsa-lib-1.2.7.2/series
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index 1912c5820..f3c1e150c 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.1
-ALSA_LIB_MD5		:= 4835f8083b234ae17988d61075ee146e
+ALSA_LIB_VERSION	:= 1.2.7.2
+ALSA_LIB_MD5		:= 055c6688e74609b0e01984e43749d971
 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.7.1 -> 1.2.7.2
  2022-07-17  8:03 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.1 -> 1.2.7.2 Christian Melki
@ 2022-08-04 15:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-08-04 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as b45bfa533fada9296588d282f1acdb6c4eaf286c.

Michael

[sent from post-receive hook]

On Thu, 04 Aug 2022 17:14:09 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfixes.
> 
> * Move patchset forward.
> Largefile support applies with an offset in configure.ac.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220717080322.2467498-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/alsa-lib-1.2.7.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
> similarity index 100%
> rename from patches/alsa-lib-1.2.7.1/0001-add-largefile-support.patch
> rename to patches/alsa-lib-1.2.7.2/0001-add-largefile-support.patch
> diff --git a/patches/alsa-lib-1.2.7.1/autogen.sh b/patches/alsa-lib-1.2.7.2/autogen.sh
> similarity index 100%
> rename from patches/alsa-lib-1.2.7.1/autogen.sh
> rename to patches/alsa-lib-1.2.7.2/autogen.sh
> diff --git a/patches/alsa-lib-1.2.7.1/series b/patches/alsa-lib-1.2.7.2/series
> similarity index 100%
> rename from patches/alsa-lib-1.2.7.1/series
> rename to patches/alsa-lib-1.2.7.2/series
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index 1912c58205ab..f3c1e150c37c 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.1
> -ALSA_LIB_MD5		:= 4835f8083b234ae17988d61075ee146e
> +ALSA_LIB_VERSION	:= 1.2.7.2
> +ALSA_LIB_MD5		:= 055c6688e74609b0e01984e43749d971
>  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:[~2022-08-04 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17  8:03 [ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.1 -> 1.2.7.2 Christian Melki
2022-08-04 15:14 ` [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