Hello community, here is the log from the commit of package ant for openSUSE:Factory checked in at 2019-03-20 13:17:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ant (Old) and /work/SRC/openSUSE:Factory/.ant.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ant" Wed Mar 20 13:17:39 2019 rev:77 rq:686215 version:1.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes 2019-03-01 20:25:18.274070475 +0100 +++ /work/SRC/openSUSE:Factory/.ant.new.28833/ant-antlr.changes 2019-03-20 13:17:42.485365552 +0100 @@ -1,0 +2,5 @@ +Mon Mar 18 17:30:12 UTC 2019 - Jan Engelhardt <[email protected]> + +- Make "if" statements in build recipe POSIX sh compatible. + +------------------------------------------------------------------- ant-junit.changes: same change ant-junit5.changes: same change ant.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ant-antlr.spec ++++++ --- /var/tmp/diff_new_pack.H811XL/_old 2019-03-20 13:17:44.025365211 +0100 +++ /var/tmp/diff_new_pack.H811XL/_new 2019-03-20 13:17:44.029365210 +0100 @@ -1,5 +1,5 @@ # -# spec file for package ant-antlr +# spec file for package ant # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2000-2009, JPackage Project @@ -477,20 +477,20 @@ ln -sf ../../java/${destname}${jarname}.jar %{buildroot}%{ant_home}/lib/${jarname}.jar #bootstrap does not have a pom - if [ $jarname == ant-bootstrap ]; then + if [ "$jarname" = ant-bootstrap ]; then mkdir -p src/etc/poms/${jarname} sed -e "s#@VERSION@#%{version}#g" < %{SOURCE10} > src/etc/poms/${jarname}/pom.xml fi #install pom install -m 644 src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname} - if [ $jarname == ant-launcher ]; then + if [ "$jarname" = ant-launcher ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher - elif [ $jarname == ant-jmf ]; then + elif [ "$jarname" = ant-jmf ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -f jmf - elif [ $jarname == ant-swing ]; then + elif [ "$jarname" = ant-swing ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -f swing - elif [ $jarname == ant ]; then + elif [ "$jarname" = ant ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a org.apache.ant:ant-nodeps,apache:ant,ant:ant else %add_maven_depmap ${pomname} ${destname}${jarname}.jar ant-junit.spec: same change ant-junit5.spec: same change ++++++ ant.spec ++++++ --- /var/tmp/diff_new_pack.H811XL/_old 2019-03-20 13:17:44.081365199 +0100 +++ /var/tmp/diff_new_pack.H811XL/_new 2019-03-20 13:17:44.081365199 +0100 @@ -476,20 +476,20 @@ ln -sf ../../java/${destname}${jarname}.jar %{buildroot}%{ant_home}/lib/${jarname}.jar #bootstrap does not have a pom - if [ $jarname == ant-bootstrap ]; then + if [ "$jarname" = ant-bootstrap ]; then mkdir -p src/etc/poms/${jarname} sed -e "s#@VERSION@#%{version}#g" < %{SOURCE10} > src/etc/poms/${jarname}/pom.xml fi #install pom install -m 644 src/etc/poms/${jarname}/pom.xml %{buildroot}/%{_mavenpomdir}/${pomname} - if [ $jarname == ant-launcher ]; then + if [ "$jarname" = ant-launcher ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a ant:ant-launcher - elif [ $jarname == ant-jmf ]; then + elif [ "$jarname" = ant-jmf ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -f jmf - elif [ $jarname == ant-swing ]; then + elif [ "$jarname" = ant-swing ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -f swing - elif [ $jarname == ant ]; then + elif [ "$jarname" = ant ]; then %add_maven_depmap ${pomname} ${destname}${jarname}.jar -a org.apache.ant:ant-nodeps,apache:ant,ant:ant else %add_maven_depmap ${pomname} ${destname}${jarname}.jar
