Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package juliaup for openSUSE:Factory checked in at 2023-01-04 17:53:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/juliaup (Old) and /work/SRC/openSUSE:Factory/.juliaup.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "juliaup" Wed Jan 4 17:53:18 2023 rev:9 rq:1055782 version:1.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/juliaup/juliaup.changes 2022-12-15 19:24:51.723939169 +0100 +++ /work/SRC/openSUSE:Factory/.juliaup.new.1563/juliaup.changes 2023-01-04 17:53:29.050493332 +0100 @@ -1,0 +2,63 @@ +Wed Jan 04 00:30:24 UTC 2023 - Soc Virnyl Estela <[email protected]> + +- Update to version 1.8.16: + * chore: Release juliaup version 1.8.16 + * Adjust README text + * Update some names + * Document installer command line args + * chore: Release juliaup version 1.8.15 + * Update deps + * Fix a warning + * Add --channel option to self installer + * Finish non-interactive install option + * Add support for non-interactive install + * add an ls alias for list + * Add a comment + * Purge the Fastly cache before downloading `versions.json` + * Update version db + * "Update Version DB": cc the user that triggered the workflow run + * Update version db + * Fix typo `uopdate` => `update` (#536) + * Update version db + * Update deps +- Remove 0000-fix-typo.patch. Fix already included in 1.8.16. + +------------------------------------------------------------------- +Mon Dec 26 06:17:39 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Add 0000-fix-typo.patch +- Automatic update of vendored dependencies + +------------------------------------------------------------------- +Sun Dec 18 14:51:39 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Update to version 1.8.14: + * Update comment + * Raise signal twice + * Handle signals in julialauncher + * Make get_juliaup_home_path work when no depot exists + * Update deps + * Add a missing conditional compile + * fix typo in src/operations.rs error message + * add more context to error-paths when handling juliaup startup script section + * implement assumption that juliaup-path must be valid UTF-8 + * add indoc for better string literal formatting to dependencies + * refactor shell-specific content generation into separate functions + * move shell-script section header into global constant + * Search depot path for existing juliaup dir + * add unit tests for match_markers + * add indoc as dev dependency for unit tests + * fix some clippy lints in operations.rs + * remove temporary rustfmt attribute to prevent formatting + * adapt removal logic to work on bytes as well + * adapt match_markers to work on bytes instead of strings + * add generated byte vector to startup file instead of strings + * generate vector of bytes instead of string for writing to file + * add bstr to Cargo.toml and Cargo.lock + +------------------------------------------------------------------- +Sun Dec 18 14:50:32 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- Change to 4GB of memory in _constraints + +------------------------------------------------------------------- Old: ---- juliaup-1.8.12.tar.xz New: ---- juliaup-1.8.16.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ juliaup.spec ++++++ --- /var/tmp/diff_new_pack.CeVSH7/_old 2023-01-04 17:53:31.430507360 +0100 +++ /var/tmp/diff_new_pack.CeVSH7/_new 2023-01-04 17:53:31.434507384 +0100 @@ -1,7 +1,7 @@ # # spec file for package juliaup # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %global latest_julia_version 1.8.3 Name: juliaup -Version: 1.8.12 +Version: 1.8.16 Release: 0 Summary: Julia installer and version multiplexer License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND ISC AND MIT AND MPL-2.0 AND MIT @@ -46,7 +46,7 @@ release channel abstraction. %prep -%autosetup -a1 +%autosetup -a1 -p1 mkdir .cargo cp %{SOURCE2} .cargo/config ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.CeVSH7/_old 2023-01-04 17:53:31.462507549 +0100 +++ /var/tmp/diff_new_pack.CeVSH7/_new 2023-01-04 17:53:31.466507572 +0100 @@ -2,7 +2,7 @@ <constraints> <hardware> <memory> - <size unit="G">12</size> + <size unit="G">4</size> </memory> </hardware> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CeVSH7/_old 2023-01-04 17:53:31.486507691 +0100 +++ /var/tmp/diff_new_pack.CeVSH7/_new 2023-01-04 17:53:31.490507714 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/JuliaLang/juliaup</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">f8a03e994dc94cfcd54f932fa950361c371be051</param> + <param name="revision">0a42faa</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">enable</param> ++++++ juliaup-1.8.12.tar.xz -> juliaup-1.8.16.tar.xz ++++++ /work/SRC/openSUSE:Factory/juliaup/juliaup-1.8.12.tar.xz /work/SRC/openSUSE:Factory/.juliaup.new.1563/juliaup-1.8.16.tar.xz differ: char 15, line 1 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/juliaup/vendor.tar.xz /work/SRC/openSUSE:Factory/.juliaup.new.1563/vendor.tar.xz differ: char 26, line 1
