Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leiningen for openSUSE:Factory checked in at 2021-09-16 23:14:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leiningen (Old) and /work/SRC/openSUSE:Factory/.leiningen.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leiningen" Thu Sep 16 23:14:53 2021 rev:10 rq:919448 version:2.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/leiningen/leiningen.changes 2021-07-14 23:59:19.793363369 +0200 +++ /work/SRC/openSUSE:Factory/.leiningen.new.1899/leiningen.changes 2021-09-16 23:17:35.979980173 +0200 @@ -1,0 +2,10 @@ +Thu Sep 16 07:37:27 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 2.9.7: + * Detect certain pathological dependency trees and warn. + * Bump to Clojure 1.10.3. + * Don't warn on version ranges which point to a single version. + * Fix a bug where verifying deps could loop forever. + * Get better error messages when deploys fail. + +------------------------------------------------------------------- Old: ---- leiningen-2.9.6-standalone.zip New: ---- leiningen-2.9.7-standalone.jar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leiningen.spec ++++++ --- /var/tmp/diff_new_pack.L6nfsH/_old 2021-09-16 23:17:36.611980827 +0200 +++ /var/tmp/diff_new_pack.L6nfsH/_new 2021-09-16 23:17:36.615980831 +0200 @@ -18,20 +18,19 @@ Name: leiningen # Change LEIN_VERSION in lein-pkg when bumping -Version: 2.9.6 +Version: 2.9.7 Release: 0 Summary: Automation for Clojure projects License: EPL-1.0 Group: Development/Tools/Building URL: https://leiningen.org/ -Source0: https://github.com/technomancy/leiningen/releases/download/%{version}/leiningen-%{version}-standalone.zip +Source0: https://github.com/technomancy/leiningen/releases/download/%{version}/leiningen-%{version}-standalone.jar # Following files are taken from the upstream repo in the `doc` and `bin` subfolders: -Source1: lein-pkg -Source2: bash_completion.bash -Source3: zsh_completion.zsh -Source4: lein.1 +Source1: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein-pkg +Source2: https://raw.githubusercontent.com/technomancy/leiningen/stable/bash_completion.bash +Source3: https://raw.githubusercontent.com/technomancy/leiningen/stable/zsh_completion.zsh +Source4: https://raw.githubusercontent.com/technomancy/leiningen/stable/doc/lein.1 BuildRequires: fdupes -BuildRequires: unzip Requires: clojure >= 1.10.0 Requires: java >= 1.8.0 BuildArch: noarch ++++++ lein-pkg ++++++ --- /var/tmp/diff_new_pack.L6nfsH/_old 2021-09-16 23:17:36.675980894 +0200 +++ /var/tmp/diff_new_pack.L6nfsH/_new 2021-09-16 23:17:36.675980894 +0200 @@ -4,7 +4,7 @@ # It has all the cross-platform stuff stripped out as well as the # logic for running from a source checkout and self-install/upgrading. -export LEIN_VERSION="2.9.6" +export LEIN_VERSION="2.9.7" # cd to the project root, if applicable NOT_FOUND=1 @@ -35,7 +35,7 @@ fi done -export LEIN_JVM_OPTS="${LEIN_JVM_OPTS-"-Xverify:none -XX:+TieredCompilation -XX:TieredStopAtLevel=1"}" +export LEIN_JVM_OPTS="${LEIN_JVM_OPTS-"-XX:+TieredCompilation -XX:TieredStopAtLevel=1"}" grep -E -q '^\s*:eval-in\s+:classloader\s*$' project.clj 2> /dev/null && LEIN_JVM_OPTS="${LEIN_JVM_OPTS:-'-Xms64m -Xmx512m'}"