Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-common for openSUSE:Factory checked in at 2022-02-26 17:01:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-common (Old) and /work/SRC/openSUSE:Factory/.ruby-common.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-common" Sat Feb 26 17:01:41 2022 rev:20 rq:957504 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes 2021-08-26 23:14:27.964265268 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-common.new.1958/ruby-common.changes 2022-02-26 17:01:43.095532430 +0100 @@ -1,0 +2,5 @@ +Wed Feb 23 22:30:46 UTC 2022 - Dirk M??ller <[email protected]> + +- avoid bashism in gem_build_cleanup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-common.spec ++++++ --- /var/tmp/diff_new_pack.nUfxJ8/_old 2022-02-26 17:01:43.683532523 +0100 +++ /var/tmp/diff_new_pack.nUfxJ8/_new 2022-02-26 17:01:43.691532525 +0100 @@ -1,7 +1,7 @@ # # spec file for package ruby-common # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ gem_build_cleanup ++++++ --- /var/tmp/diff_new_pack.nUfxJ8/_old 2022-02-26 17:01:43.727532531 +0100 +++ /var/tmp/diff_new_pack.nUfxJ8/_new 2022-02-26 17:01:43.731532531 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -if [ ${#*} = 1 ] ; then +if [ $# = 1 ] ; then if [ -d "$1" ] ; then find $1 \ \( -name \*.o -o -name Makefile -o -name config.log -o -name config.status -o -name Makefile.html -o -name gem_make.out -o -name mkmf.log -o -name \*.bak -o -name .deps -o -name .libs -o -name CVS \) \
