Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnu_parallel for openSUSE:Factory checked in at 2022-08-05 19:52:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu_parallel (Old) and /work/SRC/openSUSE:Factory/.gnu_parallel.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu_parallel" Fri Aug 5 19:52:01 2022 rev:78 rq:993350 version:20220722 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes 2022-08-01 21:34:10.942307728 +0200 +++ /work/SRC/openSUSE:Factory/.gnu_parallel.new.1521/gnu_parallel.changes 2022-08-05 19:52:48.381735379 +0200 @@ -1,0 +2,6 @@ +Fri Aug 5 14:58:48 UTC 2022 - Thorsten Kukuk <[email protected]> + +- Use full path for perl interpreter to fix + "/usr/bin/parallel: perl: bad interpreter: No such file or directory" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu_parallel.spec ++++++ --- /var/tmp/diff_new_pack.bdyUAn/_old 2022-08-05 19:52:48.757736350 +0200 +++ /var/tmp/diff_new_pack.bdyUAn/_new 2022-08-05 19:52:48.761736360 +0200 @@ -83,7 +83,7 @@ cp -a CITATION NEWS README "%buildroot/%_docdir/%name/" # fix shebang to to not use env & preserve the time stamps -sed -i.orig "s:^#\!/usr/bin/env\s\+perl\s\?$:#!perl:" "%buildroot/%_bindir/parallel" +sed -i.orig "s:^#\!/usr/bin/env\s\+perl\s\?$:#!/usr/bin/perl:" "%buildroot/%_bindir/parallel" touch -r "%buildroot/%_bindir/parallel.orig" "%buildroot/%_bindir/parallel" rm "%buildroot/%_bindir/parallel.orig"
