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 2026-05-06 19:17:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu_parallel (Old) and /work/SRC/openSUSE:Factory/.gnu_parallel.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu_parallel" Wed May 6 19:17:29 2026 rev:101 rq:1350913 version:20260422 Changes: -------- --- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes 2026-04-28 11:54:29.908832716 +0200 +++ /work/SRC/openSUSE:Factory/.gnu_parallel.new.30200/gnu_parallel.changes 2026-05-06 19:17:44.932718302 +0200 @@ -1,0 +2,5 @@ +Tue May 5 08:07:47 UTC 2026 - Jan Engelhardt <[email protected]> + +- Refine program substitutions [boo#1263831] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu_parallel.spec ++++++ --- /var/tmp/diff_new_pack.SjviR8/_old 2026-05-06 19:17:45.780753249 +0200 +++ /var/tmp/diff_new_pack.SjviR8/_new 2026-05-06 19:17:45.784753413 +0200 @@ -63,7 +63,11 @@ %install %make_install -echo 'sub citation_notice(){}' >>"%buildroot/%_bindir/parallel" +perl -i -lpe 's{^__END__}{sub citation_notice() {}\n__END__}' "%buildroot/%_bindir/parallel" +out="$(echo echo openSUSE | %buildroot/%_bindir/parallel 2>&1)" +if [ "$out" != "openSUSE" ]; then + exit 1 +fi cp -a CITATION NEWS README "%buildroot/%_docdir/%name/" # fix shebang to to not use env & preserve the time stamps ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.SjviR8/_old 2026-05-06 19:17:45.836755557 +0200 +++ /var/tmp/diff_new_pack.SjviR8/_new 2026-05-06 19:17:45.840755721 +0200 @@ -1,5 +1,5 @@ -mtime: 1777156787 -commit: 4bf231a84dfa424fe951ade3441849cd7891ce910f4dc890bea3f3b3a4ef4f4b +mtime: 1777968480 +commit: 4df47d338b8588a8a65e1cd64f1bf94d0c8eb57142b87acb75a4e3ea48f481ad url: https://src.opensuse.org/jengelh/gnu_parallel revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-05 10:08:00.000000000 +0200 @@ -0,0 +1 @@ +.osc
