Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leiningen for openSUSE:Factory checked in at 2024-01-29 22:28:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leiningen (Old) and /work/SRC/openSUSE:Factory/.leiningen.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leiningen" Mon Jan 29 22:28:19 2024 rev:15 rq:1142156 version:2.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/leiningen/leiningen.changes 2022-12-12 17:41:50.705842074 +0100 +++ /work/SRC/openSUSE:Factory/.leiningen.new.1815/leiningen.changes 2024-01-29 22:29:01.081449541 +0100 @@ -1,0 +2,23 @@ +Mon Jan 29 05:07:08 UTC 2024 - Michael Vetter <[email protected]> + +- Update to 2.11.1: + * Fix a bug when deploying using passwords read from the console. + +------------------------------------------------------------------- +Sun Jan 28 07:19:26 UTC 2024 - Michael Vetter <[email protected]> + +- Update to 2.11.0: + * Top-level :exclusions can now affect top-level :dependencies. + * Fix a bug where :eval-in :nrepl couldn't detect running repl. + * Fix a bug where :eval-in :nrepl would crash. + * Fix a bug where files on test path could be visible during jar. + * Fix an issue with check in namespaces that rely on AOT. + * Fix a redundant confusing dependencies warning. + * Add static-classpath task for static analysis. + * Major performance improvements handling pathological dependency trees. + * Improve error reporting for search failures. + * Support XDG config directories. + * Use $XDG_CACHE_HOME for self-installs if it exists. + * Add warnings for buggy composite profiles. + +------------------------------------------------------------------- Old: ---- leiningen-2.10.0-standalone.jar New: ---- leiningen-2.11.1-standalone.jar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leiningen.spec ++++++ --- /var/tmp/diff_new_pack.9wYyuJ/_old 2024-01-29 22:29:01.849477379 +0100 +++ /var/tmp/diff_new_pack.9wYyuJ/_new 2024-01-29 22:29:01.849477379 +0100 @@ -1,7 +1,7 @@ # # spec file for package leiningen # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: leiningen # Change LEIN_VERSION in lein-pkg when bumping -Version: 2.10.0 +Version: 2.11.1 Release: 0 Summary: Automation for Clojure projects License: EPL-1.0 ++++++ lein-pkg ++++++ --- /var/tmp/diff_new_pack.9wYyuJ/_old 2024-01-29 22:29:01.905479409 +0100 +++ /var/tmp/diff_new_pack.9wYyuJ/_new 2024-01-29 22:29:01.909479554 +0100 @@ -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.10.0" +export LEIN_VERSION="2.11.1" if [[ "$CLASSPATH" != "" ]]; then cat <<-'EOS' 1>&2
