Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven-surefire for openSUSE:Factory checked in at 2021-04-21 20:59:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven-surefire (Old) and /work/SRC/openSUSE:Factory/.maven-surefire.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-surefire" Wed Apr 21 20:59:39 2021 rev:4 rq:886828 version:2.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/maven-surefire/maven-surefire-plugins.changes 2019-11-26 17:00:36.292083198 +0100 +++ /work/SRC/openSUSE:Factory/.maven-surefire.new.12324/maven-surefire-plugins.changes 2021-04-21 20:59:52.102245661 +0200 @@ -1,0 +2,5 @@ +Mon Apr 19 16:59:36 UTC 2021 - Pedro Monreal <[email protected]> + +- Update generate-tarball.sh to use https URL [bsc#1182708] + +------------------------------------------------------------------- maven-surefire-provider-junit5.changes: same change maven-surefire.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven-surefire-plugins.spec ++++++ --- /var/tmp/diff_new_pack.sLoVxi/_old 2021-04-21 20:59:52.838246820 +0200 +++ /var/tmp/diff_new_pack.sLoVxi/_new 2021-04-21 20:59:52.838246820 +0200 @@ -1,7 +1,7 @@ # # spec file for package maven-surefire-plugins # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed maven-surefire-provider-junit5.spec: same change maven-surefire.spec: same change ++++++ generate-tarball.sh ++++++ --- /var/tmp/diff_new_pack.sLoVxi/_old 2021-04-21 20:59:52.926246959 +0200 +++ /var/tmp/diff_new_pack.sLoVxi/_new 2021-04-21 20:59:52.926246959 +0200 @@ -2,10 +2,10 @@ set -e name=maven-surefire -version="$(sed -n 's/Version:\s*//p' *.spec)" +version="$(sed -n 's/Version:\s*//p' ${name}.spec)" # RETRIEVE -wget "http://repo2.maven.org/maven2/org/apache/maven/surefire/surefire/${version}/surefire-${version}-source-release.zip" -O "${name}-${version}.orig.zip" +wget "https://archive.apache.org/dist/maven/surefire/surefire-${version}-source-release.zip" -O "${name}-${version}.orig.zip" rm -rf tarball-tmp mkdir tarball-tmp
