commit leiningen for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package leiningen for openSUSE:Leap:15.2 
checked in at 2020-05-07 19:28:12

Comparing /work/SRC/openSUSE:Leap:15.2/leiningen (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.leiningen.new.2738 (New)


Package is "leiningen"

Thu May  7 19:28:12 2020 rev:4 rq:800642 version:2.9.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/leiningen/leiningen.changes2020-03-21 
16:48:06.301687826 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.leiningen.new.2738/leiningen.changes  
2020-05-07 19:33:49.462268455 +0200
@@ -1,0 +2,6 @@
+Wed May  6 09:19:48 UTC 2020 - Michael Vetter 
+
+- boo#1171255 - leiningen does not work: ClassNotFoundException:
+  Use correct version in bash script
+
+---



Other differences:
--
++ leiningen.spec ++
--- /var/tmp/diff_new_pack.vVcXQG/_old  2020-05-07 19:33:49.894269319 +0200
+++ /var/tmp/diff_new_pack.vVcXQG/_new  2020-05-07 19:33:49.894269319 +0200
@@ -17,6 +17,7 @@
 
 
 Name:   leiningen
+# Change LEIN_VERSION in lein-pkg when bumping
 Version:2.9.3
 Release:0
 Summary:Automation for Clojure projects
@@ -46,7 +47,7 @@
 %build
 
 %install
-#LEIN_JAR=
+#LEIN_JAR =
 mkdir -p %{buildroot}%{_datadir}/java/
 install -m 0644 -D %{SOURCE0} 
%{buildroot}%{_datadir}/java/leiningen-%{version}-standalone.jar
 install -m 0755 -D %{SOURCE1} %{buildroot}%{_bindir}/lein

++ lein-pkg ++
--- /var/tmp/diff_new_pack.vVcXQG/_old  2020-05-07 19:33:49.942269415 +0200
+++ /var/tmp/diff_new_pack.vVcXQG/_new  2020-05-07 19:33:49.942269415 +0200
@@ -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.1"
+export LEIN_VERSION="2.9.3"
 
 # cd to the project root, if applicable
 NOT_FOUND=1





commit leiningen for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package leiningen for openSUSE:Leap:15.2 
checked in at 2020-03-21 16:46:45

Comparing /work/SRC/openSUSE:Leap:15.2/leiningen (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.leiningen.new.3160 (New)


Package is "leiningen"

Sat Mar 21 16:46:45 2020 rev:3 rq:786968 version:2.9.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/leiningen/leiningen.changes2020-03-09 
18:13:40.489391218 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.leiningen.new.3160/leiningen.changes  
2020-03-21 16:48:06.301687826 +0100
@@ -1,0 +2,8 @@
+Tue Mar 17 04:58:53 UTC 2020 - Michael Vetter 
+
+- 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.
+
+---

Old:

  leiningen-2.9.2-standalone.zip

New:

  leiningen-2.9.3-standalone.zip



Other differences:
--
++ leiningen.spec ++
--- /var/tmp/diff_new_pack.D7oR3V/_old  2020-03-21 16:48:06.993688264 +0100
+++ /var/tmp/diff_new_pack.D7oR3V/_new  2020-03-21 16:48:06.997688268 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   leiningen
-Version:2.9.2
+Version:2.9.3
 Release:0
 Summary:Automation for Clojure projects
 License:EPL-1.0




commit leiningen for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package leiningen for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:12:49

Comparing /work/SRC/openSUSE:Leap:15.2/leiningen (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.leiningen.new.26092 (New)


Package is "leiningen"

Mon Mar  9 18:12:49 2020 rev:2 rq:782018 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/leiningen/leiningen.changes2020-02-26 
13:32:34.718276027 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.leiningen.new.26092/leiningen.changes 
2020-03-09 18:13:40.489391218 +0100
@@ -1,0 +2,11 @@
+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.
+
+---

Old:

  leiningen-2.9.1-standalone.zip

New:

  leiningen-2.9.2-standalone.zip



Other differences:
--
++ leiningen.spec ++
--- /var/tmp/diff_new_pack.EaSnmG/_old  2020-03-09 18:13:40.989391461 +0100
+++ /var/tmp/diff_new_pack.EaSnmG/_new  2020-03-09 18:13:40.989391461 +0100
@@ -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 @@
 %{_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