Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leiningen for openSUSE:Factory checked in at 2022-08-08 10:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leiningen (Old) and /work/SRC/openSUSE:Factory/.leiningen.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leiningen" Mon Aug 8 10:17:31 2022 rev:12 rq:993683 version:2.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/leiningen/leiningen.changes 2021-12-07 00:01:30.872111934 +0100 +++ /work/SRC/openSUSE:Factory/.leiningen.new.1521/leiningen.changes 2022-08-08 10:17:32.824543284 +0200 @@ -1,0 +2,15 @@ +Mon Aug 8 07:06:46 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.9.9: + * Migrate the repository from Github to Codeberg. + * Fix a bug in new where template group-ids could be ignored. + * Work around a change in Java 9 which broke template listing. + * Fix a bug in pedantic checks which resulted in infinite loops. + * Prevent module-info.class files from being included in uberjars. + * Prevent duplicate warnings in resource-paths when creating jars. + * Fix an issue with check where AOT would shadow reflection warnings. + * Allow change to edit dependency versions. + * Fix a bug where composite profiles would leak dependencies downstream. + * Allow repl to bind to filesystem sockets via :headless :socket PATH + +------------------------------------------------------------------- Old: ---- leiningen-2.9.8-standalone.jar New: ---- leiningen-2.9.9-standalone.jar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leiningen.spec ++++++ --- /var/tmp/diff_new_pack.rhKIEn/_old 2022-08-08 10:17:33.624544475 +0200 +++ /var/tmp/diff_new_pack.rhKIEn/_new 2022-08-08 10:17:33.628544480 +0200 @@ -1,7 +1,7 @@ # # spec file for package leiningen # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.9.8 +Version: 2.9.9 Release: 0 Summary: Automation for Clojure projects License: EPL-1.0 ++++++ lein-pkg ++++++ --- /var/tmp/diff_new_pack.rhKIEn/_old 2022-08-08 10:17:33.692544575 +0200 +++ /var/tmp/diff_new_pack.rhKIEn/_new 2022-08-08 10:17:33.696544582 +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.8" +export LEIN_VERSION="2.9.9" # cd to the project root, if applicable NOT_FOUND=1 ++++++ lein.1 ++++++ --- /var/tmp/diff_new_pack.rhKIEn/_old 2022-08-08 10:17:33.716544612 +0200 +++ /var/tmp/diff_new_pack.rhKIEn/_new 2022-08-08 10:17:33.720544617 +0200 @@ -172,7 +172,7 @@ .SH BUGS -Check https://github.com/technomancy/leiningen/issues to see if your +Check https://codeberg.org/leiningen/leiningen/issues to see if your problem is a known issue. If not, please open a new issue on that site. Please include the output of .B lein version