Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eza for openSUSE:Factory checked in at 2025-02-14 19:22:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.8181 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Fri Feb 14 19:22:05 2025 rev:63 rq:1245841 version:0.20.21 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2025-02-07 23:10:52.992055729 +0100 +++ /work/SRC/openSUSE:Factory/.eza.new.8181/eza.changes 2025-02-14 19:22:18.042177149 +0100 @@ -1,0 +2,6 @@ +Fri Feb 14 08:24:19 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 0.20.21: + * Start publishing libgit arm builds + +------------------------------------------------------------------- Old: ---- eza-0.20.20.obscpio New: ---- eza-0.20.21.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.sZMA7H/_old 2025-02-14 19:22:19.382232448 +0100 +++ /var/tmp/diff_new_pack.sZMA7H/_new 2025-02-14 19:22:19.382232448 +0100 @@ -17,7 +17,7 @@ Name: eza -Version: 0.20.20 +Version: 0.20.21 Release: 0 Summary: Replacement for ls written in Rust License: EUPL-1.2 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.sZMA7H/_old 2025-02-14 19:22:19.426234264 +0100 +++ /var/tmp/diff_new_pack.sZMA7H/_new 2025-02-14 19:22:19.430234429 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/eza-community/eza.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v0.20.20</param> + <param name="revision">v0.20.21</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.20.20.obscpio -> eza-0.20.21.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.20/CHANGELOG.md new/eza-0.20.21/CHANGELOG.md --- old/eza-0.20.20/CHANGELOG.md 2025-02-07 07:32:40.000000000 +0100 +++ new/eza-0.20.21/CHANGELOG.md 2025-02-13 14:49:53.000000000 +0100 @@ -6,12 +6,26 @@ --> # Changelog +## [0.20.21] - 2025-02-13 + +### Bug Fixes + +- Start publishing libgit arm builds + +### Build + +- Add libgit alternative for arm builds + ## [0.20.20] - 2025-02-07 ### Bug Fixes - Make `flake.lock` icon the nix logo +### Miscellaneous Tasks + +- Eza v0.20.20 changelogs, version bump + ## [0.20.19] - 2025-01-30 ### Bug Fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.20/Cargo.lock new/eza-0.20.21/Cargo.lock --- old/eza-0.20.20/Cargo.lock 2025-02-07 07:32:40.000000000 +0100 +++ new/eza-0.20.21/Cargo.lock 2025-02-13 14:49:53.000000000 +0100 @@ -434,7 +434,7 @@ [[package]] name = "eza" -version = "0.20.20" +version = "0.20.21" dependencies = [ "ansi-width", "backtrace", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.20/Cargo.toml new/eza-0.20.21/Cargo.toml --- old/eza-0.20.20/Cargo.toml 2025-02-07 07:32:40.000000000 +0100 +++ new/eza-0.20.21/Cargo.toml 2025-02-13 14:49:53.000000000 +0100 @@ -29,7 +29,7 @@ homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.20.20" +version = "0.20.21" [package.metadata.deb] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.20.20/justfile new/eza-0.20.21/justfile --- old/eza-0.20.20/justfile 2025-02-07 07:32:40.000000000 +0100 +++ new/eza-0.20.21/justfile 2025-02-13 14:49:53.000000000 +0100 @@ -156,6 +156,9 @@ # binaries # #----------------# +# TODO: make static/no_static DRY +# TODO: add name prefix/suffix arguments + [group('binaries')] tar BINARY TARGET: tar czvf ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}.tar.gz -C ./target/{{TARGET}}/release/ ./{{BINARY}} @@ -173,6 +176,22 @@ zip -j ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}_static.zip ./target/{{TARGET}}/release/{{BINARY}} [group('binaries')] +tar_no_libgit BINARY TARGET: + tar czvf ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}_no_libgit.tar.gz -C ./target/{{TARGET}}/release/ ./{{BINARY}} + +[group('binaries')] +zip_no_libgit BINARY TARGET: + zip -j ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}_no_libgit.zip ./target/{{TARGET}}/release/{{BINARY}} + +[group('binaries')] +tar_static_no_libgit BINARY TARGET: + tar czvf ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}_static_no_libgit.tar.gz -C ./target/{{TARGET}}/release/ ./{{BINARY}} + +[group('binaries')] +zip_static_no_libgit BINARY TARGET: + zip -j ./target/"bin-$(convco version)"/{{BINARY}}_{{TARGET}}_static_no_libgit.zip ./target/{{TARGET}}/release/{{BINARY}} + +[group('binaries')] binary BINARY TARGET: rustup target add {{TARGET}} cross build --release --target {{TARGET}} @@ -190,15 +209,15 @@ binary_no_libgit BINARY TARGET: rustup target add {{TARGET}} cross build --no-default-features --release --target {{TARGET}} - just tar {{BINARY}} {{TARGET}} - just zip {{BINARY}} {{TARGET}} + just tar_no_libgit {{BINARY}} {{TARGET}} + just zip_no_libgit {{BINARY}} {{TARGET}} [group('binaries')] binary_static_no_libgit BINARY TARGET: rustup target add {{TARGET}} RUSTFLAGS='-C target-feature=+crt-static' cross build --no-default-features --release --target {{TARGET}} - just tar_static {{BINARY}} {{TARGET}} - just zip_static {{BINARY}} {{TARGET}} + just tar_static_no_libgit {{BINARY}} {{TARGET}} + just zip_static_no_libgit {{BINARY}} {{TARGET}} [group('binaries')] checksum: @@ -237,10 +256,12 @@ # just binary_static eza x86_64-unknown-linux-musl ### aarch + just binary eza aarch64-unknown-linux-gnu just binary_no_libgit eza aarch64-unknown-linux-gnu # BUG: just binary_static eza aarch64-unknown-linux-gnu ### arm + just binary eza arm-unknown-linux-gnueabihf just binary_no_libgit eza arm-unknown-linux-gnueabihf # just binary_static eza arm-unknown-linux-gnueabihf ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.sZMA7H/_old 2025-02-14 19:22:19.826250771 +0100 +++ /var/tmp/diff_new_pack.sZMA7H/_new 2025-02-14 19:22:19.830250936 +0100 @@ -1,5 +1,5 @@ name: eza -version: 0.20.20 -mtime: 1738909960 -commit: 745444b68ffa3bb6489eb7c042b9d618d28648cd +version: 0.20.21 +mtime: 1739454593 +commit: f41887b9be7c09e2066f6f7975acd240f5c006d3 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.8181/vendor.tar.zst differ: char 7, line 1