From 0a4cb48d7e7e7d752c61f1aea688666ae52f38e1da219d30ab43fef0bce6ee51 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 4 Mar 2020 06:48:39 +0000 Subject: [PATCH] - 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/package/show/devel:languages:clojure/leiningen?expand=0&rev=6 --- leiningen-2.9.1-standalone.zip | 3 --- leiningen-2.9.2-standalone.zip | 3 +++ leiningen.changes | 11 +++++++++++ leiningen.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 leiningen-2.9.1-standalone.zip create mode 100644 leiningen-2.9.2-standalone.zip diff --git a/leiningen-2.9.1-standalone.zip b/leiningen-2.9.1-standalone.zip deleted file mode 100644 index 2f906ad..0000000 --- a/leiningen-2.9.1-standalone.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea7c831a4f5c38b6fc3926c6ad32d1d4b9b91bf830a715ecff5a70a18bda55f8 -size 14621704 diff --git a/leiningen-2.9.2-standalone.zip b/leiningen-2.9.2-standalone.zip new file mode 100644 index 0000000..283c366 --- /dev/null +++ b/leiningen-2.9.2-standalone.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09805bd809656794cfe7d9155fd4b8bea2646092318690bf68e3c379574a2d3c +size 14663921 diff --git a/leiningen.changes b/leiningen.changes index 3930aa2..2b92623 100644 --- a/leiningen.changes +++ b/leiningen.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Mar 4 06:47:42 UTC 2020 - Michael Vetter + +- 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 diff --git a/leiningen.spec b/leiningen.spec index a639f9e..491aab7 100644 --- a/leiningen.spec +++ b/leiningen.spec @@ -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