7
0
forked from pool/leiningen

Accepting request 935973 from devel:languages:clojure

- Update to 2.9.8:
  * Fix a bug where certain deep dependency trees would overflow
    stack.
  * Allow LEIN_JAR to be overridden if you install elsewhere.

OBS-URL: https://build.opensuse.org/request/show/935973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=11
This commit is contained in:
2021-12-06 23:00:06 +00:00
committed by Git OBS Bridge
5 changed files with 13 additions and 5 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.7"
export LEIN_VERSION="2.9.8"
# cd to the project root, if applicable
NOT_FOUND=1

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a0e9114e0d623c748a9ade5d72b54128b31b5ddb13f51b04c533f104bb0c48d
size 12834369

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 6 10:41:28 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 2.9.8:
* Fix a bug where certain deep dependency trees would overflow
stack.
* Allow LEIN_JAR to be overridden if you install elsewhere.
-------------------------------------------------------------------
Thu Sep 16 07:37:27 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@@ -18,7 +18,7 @@
Name: leiningen
# Change LEIN_VERSION in lein-pkg when bumping
Version: 2.9.7
Version: 2.9.8
Release: 0
Summary: Automation for Clojure projects
License: EPL-1.0