Hello community, here is the log from the commit of package groovy for openSUSE:Factory checked in at 2019-12-02 11:35:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/groovy (Old) and /work/SRC/openSUSE:Factory/.groovy.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "groovy" Mon Dec 2 11:35:15 2019 rev:2 rq:752789 version:2.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/groovy/groovy.changes 2019-11-19 13:44:52.636399547 +0100 +++ /work/SRC/openSUSE:Factory/.groovy.new.4691/groovy.changes 2019-12-02 11:38:25.626461764 +0100 @@ -1,0 +2,9 @@ +Mon Dec 2 06:35:30 UTC 2019 - Fridrich Strba <[email protected]> + +- For some reason, the .xmvn-reactor ends up on s390x in the + ~/.gradle/daemon/<gradleVersion>/ directory, even though we + specify --no-daemon option to gradle. We work it around by + bringing it to the directory where xmvn-install expects it to + be found. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ groovy.spec ++++++ --- /var/tmp/diff_new_pack.Em71wQ/_old 2019-12-02 11:38:26.138461872 +0100 +++ /var/tmp/diff_new_pack.Em71wQ/_new 2019-12-02 11:38:26.138461872 +0100 @@ -1,7 +1,7 @@ # # spec file for package groovy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -253,6 +253,10 @@ %{gradle_build} -f -G distBin -- -x javadoc -x jarAllWithIndy %install +# hack! investigate why on s390x, it ends up there +if [ -e ~/.gradle/daemon/*/.xmvn-reactor ]; then + mv ~/.gradle/daemon/*/.xmvn-reactor . +fi %{mvn_artifact} %{SOURCE6} target/libs/groovy-all-%{version}-indy.jar %mvn_install
