Hello community,

here is the log from the commit of package leiningen for openSUSE:Factory 
checked in at 2020-07-09 13:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/leiningen (Old)
 and      /work/SRC/openSUSE:Factory/.leiningen.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "leiningen"

Thu Jul  9 13:20:06 2020 rev:6 rq:819628 version:2.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/leiningen/leiningen.changes      2020-05-07 
14:50:01.945902635 +0200
+++ /work/SRC/openSUSE:Factory/.leiningen.new.3060/leiningen.changes    
2020-07-09 13:20:41.129519534 +0200
@@ -1,0 +2,11 @@
+Thu Jul  9 05:04:45 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.9.4:
+  * Fix a bug where dependency conflict resolution errors were wrong.
+  * Make test selectors skip non-test vars.
+  * Fix a bug where deps :query would report incorrect results.
+  * Update nREPL to 0.7.
+  * Add scheme configuration support to REPL-y and use configured
+    transport when starting the ack-server.
+
+-------------------------------------------------------------------

Old:
----
  leiningen-2.9.3-standalone.zip

New:
----
  leiningen-2.9.4-standalone.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ leiningen.spec ++++++
--- /var/tmp/diff_new_pack.8XW6eM/_old  2020-07-09 13:20:44.781531076 +0200
+++ /var/tmp/diff_new_pack.8XW6eM/_new  2020-07-09 13:20:44.785531088 +0200
@@ -18,7 +18,7 @@
 
 Name:           leiningen
 # Change LEIN_VERSION in lein-pkg when bumping
-Version:        2.9.3
+Version:        2.9.4
 Release:        0
 Summary:        Automation for Clojure projects
 License:        EPL-1.0

++++++ lein-pkg ++++++
--- /var/tmp/diff_new_pack.8XW6eM/_old  2020-07-09 13:20:44.845531278 +0200
+++ /var/tmp/diff_new_pack.8XW6eM/_new  2020-07-09 13:20:44.845531278 +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.3"
+export LEIN_VERSION="2.9.4"
 
 # cd to the project root, if applicable
 NOT_FOUND=1
@@ -86,7 +86,7 @@
 fi
 
 if [ "$LEIN_FAST_TRAMPOLINE" != "" ] && [ -r project.clj ]; then
-    INPUTS="$* $(cat project.clj) $(test -f "$LEIN_HOME/profiles.clj" && cat 
"$LEIN_HOME/profiles.clj")"
+    INPUTS="$* $(cat project.clj) $LEIN_VERSION $(test -f 
"$LEIN_HOME/profiles.clj" && cat "$LEIN_HOME/profiles.clj") $(test -f 
profiles.clj && cat profiles.clj)"
 
     if command -v shasum >/dev/null 2>&1; then
         SUM="shasum"

++++++ lein.1 ++++++
--- /var/tmp/diff_new_pack.8XW6eM/_old  2020-07-09 13:20:44.869531354 +0200
+++ /var/tmp/diff_new_pack.8XW6eM/_new  2020-07-09 13:20:44.869531354 +0200
@@ -173,9 +173,8 @@
 .SH BUGS
 
 Check https://github.com/technomancy/leiningen/issues to see if your
-problem is a known issue. If not, please open a new issue on that site
-or join the mailing list at
-https://www.freelists.org/list/leiningen. Please include the output of
+problem is a known issue. If not, please open a new issue on that site.
+Please include the output of
 .B lein version
 as well as your
 .B project.clj


Reply via email to