forked from pool/leiningen
Accepting request 1146583 from devel:languages:clojure
- Update to 2.11.2: * Add :preserve-eval-meta setting to avoid project code reflection. * Fix a bug where metadata on project code caused plugin incompatibilities. OBS-URL: https://build.opensuse.org/request/show/1146583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=16
This commit is contained in:
2
lein-pkg
2
lein-pkg
@@ -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.11.1"
|
||||
export LEIN_VERSION="2.11.2"
|
||||
|
||||
if [[ "$CLASSPATH" != "" ]]; then
|
||||
cat <<-'EOS' 1>&2
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9
|
||||
size 16481190
|
3
leiningen-2.11.2-standalone.jar
Normal file
3
leiningen-2.11.2-standalone.jar
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774
|
||||
size 16481883
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 13:50:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.11.2:
|
||||
* Add :preserve-eval-meta setting to avoid project code reflection.
|
||||
* Fix a bug where metadata on project code caused plugin
|
||||
incompatibilities.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 05:07:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: leiningen
|
||||
# Change LEIN_VERSION in lein-pkg when bumping
|
||||
Version: 2.11.1
|
||||
Version: 2.11.2
|
||||
Release: 0
|
||||
Summary: Automation for Clojure projects
|
||||
License: EPL-1.0
|
||||
|
Reference in New Issue
Block a user