forked from pool/leiningen
* 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/package/show/devel:languages:clojure/leiningen?expand=0&rev=21
110 lines
4.0 KiB
Plaintext
110 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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>
|
|
|
|
- Own java dir
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 2.9.5:
|
|
* Several dependency version bumps.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 9 05:04:45 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.9.4:
|
|
* Fix a bug where dependency conflict resolution errors were wrong.
|
|
* Make test selectors skip non-test vars.
|
|
* Fix a bug where deps :query would report incorrect results.
|
|
* Update nREPL to 0.7.
|
|
* Add scheme configuration support to REPL-y and use configured
|
|
transport when starting the ack-server.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 6 09:19:48 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- boo#1171255 - leiningen does not work: ClassNotFoundException:
|
|
Use correct version in bash script
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 04:58:53 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.9.3:
|
|
* Fix a bug where deploying would fail to send signature checksums.
|
|
* Memoize application of project middleware.
|
|
* Fix a bug where checksum verification failed on non-GNU systems.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 4 06:47:42 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.9.2:
|
|
* Bump to Clojure 1.10.1.
|
|
* Fix a bug where disabling implicit middleware disabled explicit ones.
|
|
* Add checksum check during self-install process.
|
|
* Include repository auth when verifying dependencies.
|
|
* Fix bugs in certain kinds of profile merging.
|
|
* Include :repositories from project.clj in pom.xml file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 05:45:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim filler wording from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 16 15:00:46 UTC 2019 - mvetter@suse.com
|
|
|
|
- Update to 2.9.1:
|
|
* Fix a bug where provided namespace compilation order was overridden. (Phil Hagelberg)
|
|
* Don't emit namespaced maps when merging data readers for uberjar. (Joel Kaasinen)
|
|
- Install to correct bash completions path
|
|
- Remove suse macros
|
|
- Use standalone leiningen
|
|
- Add files from upstream:
|
|
* bash_completion.bash
|
|
* zsh_completion.bash
|
|
* lein.1 manpage
|
|
* lein-pkg script
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 16 14:06:52 UTC 2019 - mvetter@suse.com
|
|
|
|
- Remove PKGBUILD
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 19 13:24:55 UTC 2015 - kgronlund@suse.com
|
|
|
|
- Update to 2.5.1
|
|
- Completion scripts are now bundled in the distribution.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 12 07:11:47 UTC 2014 - kgronlund@suse.com
|
|
|
|
- Initial version.
|
|
|