7
0
forked from pool/leiningen

Accepting request 781388 from devel:languages:clojure

- 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.

OBS-URL: https://build.opensuse.org/request/show/781388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=3
This commit is contained in:
2020-03-05 22:18:43 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package leiningen
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: leiningen
Version: 2.9.1
Version: 2.9.2
Release: 0
Summary: Automation for Clojure projects
License: EPL-1.0
@@ -61,6 +61,6 @@ install -m 0644 -D %{SOURCE4} %{buildroot}%{_mandir}/man1/lein.1
%{_mandir}/man1/lein*
%{_datadir}/bash-completion/completions/lein
%{_sysconfdir}/zsh_completion.d
%{_datadir}/java/leiningen-2.9.1-standalone.jar
%{_datadir}/java/leiningen-%{version}-standalone.jar
%changelog