7
0
forked from pool/leiningen

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=20
This commit is contained in:
2021-09-16 07:39:11 +00:00
committed by Git OBS Bridge
parent 70beb992d5
commit e4a14492ec
5 changed files with 21 additions and 12 deletions

View File

@@ -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 @@ for f in "/etc/leinrc" "$LEIN_HOME/leinrc" ".leinrc"; do
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'}"

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41c543f73eec4327dc20e60d5d820fc2a9dc772bc671610b9c385d9c4f5970b8
size 12760940

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82f01414acecddbb0ebd6d571505bb671a6fd093236bcdac2468cfe5f2eaa802
size 12833202

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 16 07:37:27 UTC 2021 - Michael Vetter <mvetter@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.
-------------------------------------------------------------------
Wed Jul 14 13:37:44 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@@ -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