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.changes    2020-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 <mvet...@suse.com>
+
+- 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



Reply via email to