7
0
forked from pool/leiningen

- Update to 2.9.9:

* Migrate the repository from Github to Codeberg.
  * Fix a bug in new where template group-ids could be ignored.
  * Work around a change in Java 9 which broke template listing.
  * Fix a bug in pedantic checks which resulted in infinite loops.
  * Prevent module-info.class files from being included in uberjars.
  * Prevent duplicate warnings in resource-paths when creating jars.
  * Fix an issue with check where AOT would shadow reflection warnings.
  * Allow change to edit dependency versions.
  * Fix a bug where composite profiles would leak dependencies downstream.
  * Allow repl to bind to filesystem sockets via :headless :socket PATH

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=22
This commit is contained in:
2022-08-08 07:09:29 +00:00
committed by Git OBS Bridge
parent 551dc2edec
commit c42efae8a3
6 changed files with 22 additions and 7 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.8"
export LEIN_VERSION="2.9.9"
# cd to the project root, if applicable
NOT_FOUND=1

2
lein.1
View File

@@ -172,7 +172,7 @@ You can customize your project map further with profiles; see
.SH BUGS
Check https://github.com/technomancy/leiningen/issues to see if your
Check https://codeberg.org/leiningen/leiningen/issues to see if your
problem is a known issue. If not, please open a new issue on that site.
Please include the output of
.B lein version

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 8 07:06:46 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 2.9.9:
* Migrate the repository from Github to Codeberg.
* Fix a bug in new where template group-ids could be ignored.
* Work around a change in Java 9 which broke template listing.
* Fix a bug in pedantic checks which resulted in infinite loops.
* Prevent module-info.class files from being included in uberjars.
* Prevent duplicate warnings in resource-paths when creating jars.
* Fix an issue with check where AOT would shadow reflection warnings.
* Allow change to edit dependency versions.
* Fix a bug where composite profiles would leak dependencies downstream.
* Allow repl to bind to filesystem sockets via :headless :socket PATH
-------------------------------------------------------------------
Mon Dec 6 10:41:28 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package leiningen
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.8
Version: 2.9.9
Release: 0
Summary: Automation for Clojure projects
License: EPL-1.0