forked from pool/leiningen
- Update to 2.9.6:
* Look for templates in a way that reflects new Clojars group rules. * Update template-generating template to reflect new Clojars rules. * Don't :reload in tests unless connecting to an nrepl. OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/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.9.5"
|
||||
export LEIN_VERSION="2.9.6"
|
||||
|
||||
# cd to the project root, if applicable
|
||||
NOT_FOUND=1
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df490c98bfe8d667bc5d83b80238528877234c285d0d48f61a4c8743c2db1eea
|
||||
size 12755911
|
3
leiningen-2.9.6-standalone.zip
Normal file
3
leiningen-2.9.6-standalone.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41c543f73eec4327dc20e60d5d820fc2a9dc772bc671610b9c385d9c4f5970b8
|
||||
size 12760940
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 11:58:12 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.9.6:
|
||||
* Look for templates in a way that reflects new Clojars group rules.
|
||||
* Update template-generating template to reflect new Clojars rules.
|
||||
* Don't :reload in tests unless connecting to an nrepl.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 08:42:18 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package leiningen
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: leiningen
|
||||
# Change LEIN_VERSION in lein-pkg when bumping
|
||||
Version: 2.9.5
|
||||
Version: 2.9.6
|
||||
Release: 0
|
||||
Summary: Automation for Clojure projects
|
||||
License: EPL-1.0
|
||||
|
Reference in New Issue
Block a user