7
0
forked from pool/leiningen

- Update to 2.9.10:

* Fix a bug where dev-resources could leak into jars/uberjars.
  * Avoid illegal reflective access doing XML parsing in uberjar/search.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=24
This commit is contained in:
2022-08-11 06:15:28 +00:00
committed by Git OBS Bridge
parent c42efae8a3
commit af0b4acee4
5 changed files with 12 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.9"
export LEIN_VERSION="2.9.10"
# cd to the project root, if applicable
NOT_FOUND=1

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d02547e1b80b65e7ae64a710840cf3ac288a7da2eddc0ea21581b98671de94c
size 13201118

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 11 06:14:04 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 2.9.10:
* Fix a bug where dev-resources could leak into jars/uberjars.
* Avoid illegal reflective access doing XML parsing in uberjar/search.
-------------------------------------------------------------------
Mon Aug 8 07:06:46 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

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