Re: [Quilt-dev] quilt corrupts a patch with space in dirname

2024-01-26 Thread Matěj Cepl
On Thu Jan 25, 2024 at 6:43 PM CET, Jean Delvare wrote: > Can you please test the quilt package from: > > https://build.opensuse.org/package/show/home:jdelvare:branches:devel:tools:scm/quilt Yes, before.patch is not mangled when quilt refresh is run over it. So, now just to fix lsdiff (which

Re: [Quilt-dev] Quilt translation update

2024-01-26 Thread Jean Delvare
Hallo Andreas, On Thu, 25 Jan 2024 22:16:33 +0100, Andreas Grünbacher wrote: > I've updated parts of the german translation, but there is also this, > > "The setup command is only guaranteed to work properly on spec files where\n" > "applying all the patches is the last thing done in the %%prep

[Quilt-dev] [PATCH] test: Loosen file removal check

2024-01-26 Thread Jean Delvare
Files can be removed in any order, it isn't deterministic, so loosen the test to accept any order. Signed-off-by: Jean Delvare --- test/space-in-filenames.test |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- quilt.orig/test/space-in-filenames.test +++

[Quilt-dev] [PATCH] Fix awk regexp escape sequence

2024-01-26 Thread Jean Delvare
Gawk version 5.0.0 and later will complain when escaping a sequence in a regexp, which didn't need to be escaped. Drop the unneeded escape character to silent the warning. Signed-off-by: Jean Delvare --- quilt/scripts/patchfns.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---

Re: [Quilt-dev] Quilt translation update

2024-01-26 Thread Yasushi SHOJI
Hi Jean, On Fri, Jan 26, 2024 at 12:59 PM Yasushi SHOJI wrote: > On Thu, Jan 25, 2024 at 10:06 PM Jean Delvare wrote: > > > > I plan to release a new version of quilt very soon, and it would be > > great if all translation files were up-to-date in this new release. > > I'll take care of the

Re: [Quilt-dev] Quilt translation update

2024-01-26 Thread Yasushi SHOJI
Hi Jean, On Thu, Jan 25, 2024 at 10:06 PM Jean Delvare wrote: > > I plan to release a new version of quilt very soon, and it would be > great if all translation files were up-to-date in this new release. > I'll take care of the French translation, and I would appreciate if you > can find the

Re: [Quilt-dev] Quilt translation update

2024-01-26 Thread Jean Delvare
Hi Yasushi-san, On Fri, 26 Jan 2024 17:06:45 +0900, Yasushi SHOJI wrote: > On Fri, Jan 26, 2024 at 12:59 PM Yasushi SHOJI wrote: > > On Thu, Jan 25, 2024 at 10:06 PM Jean Delvare wrote: > > > > > > I plan to release a new version of quilt very soon, and it would be > > > great if all