Thanks, applied as 87e3edf2407d263d3b0746172f79226c317f2ccf. Michael
[sent from post-receive hook] On Mon, 05 Aug 2024 08:49:22 +0200, Christian Melki <[email protected]> wrote: > Some changes. Mostly new api functions. > https://github.com/gpg/libgpg-error/blob/libgpg-error-1.50/NEWS > > * Forward patchset with adjustment of offsets, applies cleanly. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git > a/patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > > b/patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > similarity index 92% > rename from > patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > rename to > patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > index 64a07ab6e55d..b6d098efd8ee 100644 > --- > a/patches/libgpg-error-1.47/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > +++ > b/patches/libgpg-error-1.50/0001-gpgrt-config-improve-pkg-config-file-parsing.patch > @@ -11,7 +11,7 @@ Signed-off-by: Michael Olbrich <[email protected]> > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gpgrt-config.in b/src/gpgrt-config.in > -index 3aaa24329ecf..3bbc9e0e6184 100644 > +index 55e0a739dcfe..06275ff88d98 100644 > --- a/src/gpgrt-config.in > +++ b/src/gpgrt-config.in > @@ -166,6 +166,7 @@ read_config_file () { > @@ -22,7 +22,7 @@ index 3aaa24329ecf..3bbc9e0e6184 100644 > read_config_from_stdin $RESULT < $RESULT > } > > -@@ -522,7 +523,7 @@ output="" > +@@ -595,7 +596,7 @@ output="" > > mt="no" > > diff --git a/patches/libgpg-error-1.47/series > b/patches/libgpg-error-1.50/series > similarity index 100% > rename from patches/libgpg-error-1.47/series > rename to patches/libgpg-error-1.50/series > diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make > index 8e8097999e9a..8cabd0a9a621 100644 > --- a/rules/libgpg-error.make > +++ b/rules/libgpg-error.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBGPG_ERROR) += libgpg-error > # > # Paths and names > # > -LIBGPG_ERROR_VERSION := 1.47 > -LIBGPG_ERROR_MD5 := 58e054ca192a77226c4822bbee1b7fdb > +LIBGPG_ERROR_VERSION := 1.50 > +LIBGPG_ERROR_MD5 := 80e905ce798553c766e3384467dc55ea > LIBGPG_ERROR := libgpg-error-$(LIBGPG_ERROR_VERSION) > LIBGPG_ERROR_SUFFIX := tar.bz2 > LIBGPG_ERROR_URL := \
