[ptxdist] [ANNOUNCE] PTXdist 2023.07.1 released

2023-07-10 Thread Robert Schwebel
On Wed, Jul 05, 2023 at 03:51:02PM +0200, Michael Olbrich wrote: > I'm happy to announce that I've just released ptxdist-2023.07.0. It turned out that there is a bug in the 'nested ptxdist execution' feature that lets 'ptxdist platform ' and similar operations return a non-zero retval, which

[ptxdist] [PATCH] pipewire: version bump 0.3.72 -> 0.3.73

2023-07-10 Thread Philipp Zabel
https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.73 Signed-off-by: Philipp Zabel --- rules/pipewire.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index d13ec03a93b0..8fbe8382c225 100644 ---

[ptxdist] [PATCH 3/3] configure.ac: replace obsolete AC_HEADER_STDC

2023-07-10 Thread Robert Schwebel
The AC_HEADER_STDC macro is obsolete (found by autoupdate), replace it by AC_CHECK_INCLUDES_DEFAULT and AC_PROG_EGREP which do the same. Signed-off-by: Robert Schwebel --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index

[ptxdist] [PATCH 1/3] configure.ac: bump required autoconf version from 2.59 to 2.69

2023-07-10 Thread Robert Schwebel
2.69 is in debian o-o-stable (buster) and o-stable (bullseye), so it should be safe as a prerequisite. Signed-off-by: Robert Schwebel --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 43e00f86e..c096b818e 100644 ---

[ptxdist] [PATCH 2/3] configure.ac: adapt quoting to autoupdate's suggestion

2023-07-10 Thread Robert Schwebel
Signed-off-by: Robert Schwebel --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c096b818e..2499b06fc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,8 +5,8 @@ dnl AC_PREREQ([2.69]) AC_INIT([ptxdist], -