Hello community, here is the log from the commit of package make for openSUSE:Factory checked in at 2018-08-15 10:29:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/make (Old) and /work/SRC/openSUSE:Factory/.make.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "make" Wed Aug 15 10:29:09 2018 rev:43 rq:627288 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/make/make.changes 2018-07-28 12:36:57.908029662 +0200 +++ /work/SRC/openSUSE:Factory/.make.new/make.changes 2018-08-15 10:29:12.299292525 +0200 @@ -1,0 +2,5 @@ +Fri Jul 27 07:42:02 UTC 2018 - [email protected] + +- Avoid bashisms in spec + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ make.spec ++++++ --- /var/tmp/diff_new_pack.VDCyGH/_old 2018-08-15 10:29:13.099293970 +0200 +++ /var/tmp/diff_new_pack.VDCyGH/_new 2018-08-15 10:29:13.099293970 +0200 @@ -56,7 +56,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 -if [ %{_lib} == lib64 ]; then +if [ %{_lib} = lib64 ]; then %patch64 -p1 fi
