Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eza for openSUSE:Factory checked in at 2024-05-17 20:06:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Fri May 17 20:06:22 2024 rev:35 rq:1174773 version:0.18.16+0 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2024-05-13 17:58:40.759204947 +0200 +++ /work/SRC/openSUSE:Factory/.eza.new.1880/eza.changes 2024-05-17 20:07:43.180925740 +0200 @@ -1,0 +2,10 @@ +Fri May 17 06:32:31 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Update to 0.18.6: + * Change windows-only imports to be windows-only + * Replace decay with color-scale + * Update INSTALL.md + * Fix typo in INSTALL.md + * Use 3 columns for packaging status badge + +------------------------------------------------------------------- Old: ---- eza-0.18.15+0.obscpio New: ---- eza-0.18.16+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.kbtyaq/_old 2024-05-17 20:07:45.184998155 +0200 +++ /var/tmp/diff_new_pack.kbtyaq/_new 2024-05-17 20:07:45.204998878 +0200 @@ -17,7 +17,7 @@ Name: eza -Version: 0.18.15+0 +Version: 0.18.16+0 Release: 0 Summary: Replacement for ls written in Rust License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kbtyaq/_old 2024-05-17 20:07:45.481008851 +0200 +++ /var/tmp/diff_new_pack.kbtyaq/_new 2024-05-17 20:07:45.509009863 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/eza-community/eza.git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.18.15</param> + <param name="revision">v0.18.16</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.18.15+0.obscpio -> eza-0.18.16+0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/.github/workflows/flake.yml new/eza-0.18.16+0/.github/workflows/flake.yml --- old/eza-0.18.15+0/.github/workflows/flake.yml 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/.github/workflows/flake.yml 2024-05-16 16:39:21.000000000 +0200 @@ -32,7 +32,7 @@ steps: - uses: actions/checkout@v4 - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v5 + uses: DeterminateSystems/flake-checker-action@v7 check: name: Check Nix Flake @@ -40,7 +40,7 @@ steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 + uses: DeterminateSystems/nix-installer-action@v11 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Flake Check @@ -57,7 +57,7 @@ steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 + uses: DeterminateSystems/nix-installer-action@v11 - name: Setup Nix cache uses: DeterminateSystems/magic-nix-cache-action@main - name: Nix Build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/CHANGELOG.md new/eza-0.18.16+0/CHANGELOG.md --- old/eza-0.18.15+0/CHANGELOG.md 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/CHANGELOG.md 2024-05-16 16:39:21.000000000 +0200 @@ -1,5 +1,23 @@ # Changelog +## [0.18.16] - 2024-05-16 + +### Bug Fixes + +- Change windows-only imports to be windows-only + +### Documentation + +- Replace decay with color-scale +- Update INSTALL.md +- Fix typo in `INSTALL.md` +- Use 3 columns for packaging status badge + +### Build + +- Bump DeterminateSystems/flake-checker-action from 5 to 7 +- Bump DeterminateSystems/nix-installer-action from 10 to 11 + ## [0.18.15] - 2024-05-09 ### Bug Fixes @@ -18,6 +36,10 @@ - Return to original commit at the end of deb-package.sh - Add optional tag argument to deb-package.sh +### Miscellaneous Tasks + +- Release eza v0.18.15 + ## [0.18.14] - 2024-05-02 ### Features diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/Cargo.lock new/eza-0.18.16+0/Cargo.lock --- old/eza-0.18.15+0/Cargo.lock 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/Cargo.lock 2024-05-16 16:39:21.000000000 +0200 @@ -376,7 +376,7 @@ [[package]] name = "eza" -version = "0.18.15" +version = "0.18.16" dependencies = [ "ansi-width", "chrono", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/Cargo.toml new/eza-0.18.16+0/Cargo.toml --- old/eza-0.18.15+0/Cargo.toml 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/Cargo.toml 2024-05-16 16:39:21.000000000 +0200 @@ -16,7 +16,7 @@ homepage = "https://github.com/eza-community/eza" license = "MIT" repository = "https://github.com/eza-community/eza" -version = "0.18.15" +version = "0.18.16" [package.metadata.deb] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/INSTALL.md new/eza-0.18.16+0/INSTALL.md --- old/eza-0.18.15+0/INSTALL.md 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/INSTALL.md 2024-05-16 16:39:21.000000000 +0200 @@ -144,7 +144,7 @@ sudo mv eza /usr/local/bin/eza ``` -If `exa` was install before, replace it will `eza`: +If `exa` was installed before, replace it with `eza`: ```shell sudo rm -f /usr/local/bin/exa sudo ln -s /usr/local/bin/eza /usr/local/bin/exa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/README.md new/eza-0.18.16+0/README.md --- old/eza-0.18.15+0/README.md 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/README.md 2024-05-16 16:39:21.000000000 +0200 @@ -65,7 +65,7 @@ eza is available for Windows, macOS and Linux. Platform and distribution specific installation instructions can be found in [INSTALL.md](INSTALL.md). -[](https://repology.org/project/eza/versions) +[](https://repology.org/project/eza/versions) --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/man/eza.1.md new/eza-0.18.16+0/man/eza.1.md --- old/eza-0.18.15+0/man/eza.1.md 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/man/eza.1.md 2024-05-16 16:39:21.000000000 +0200 @@ -330,7 +330,7 @@ Overrides any `--git` or `--git-repos` argument ## `EZA_MIN_LUMINANCE` -Specifies the minimum luminance to use when decay is active. It's value can be between -100 to 100. +Specifies the minimum luminance to use when color-scale is active. It's value can be between -100 to 100. ## `EZA_ICONS_AUTO` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.15+0/src/output/mod.rs new/eza-0.18.16+0/src/output/mod.rs --- old/eza-0.18.15+0/src/output/mod.rs 2024-05-09 14:43:32.000000000 +0200 +++ new/eza-0.18.16+0/src/output/mod.rs 2024-05-16 16:39:21.000000000 +0200 @@ -1,5 +1,4 @@ -#[cfg_attr(target_os = "netbsd", allow(unused_imports))] -#[cfg_attr(target_os = "freebsd", allow(unused_imports))] +#[cfg(target_os = "windows")] pub use self::cell::{DisplayWidth, TextCell, TextCellContents}; pub use self::escape::escape; ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.kbtyaq/_old 2024-05-17 20:07:46.385041518 +0200 +++ /var/tmp/diff_new_pack.kbtyaq/_new 2024-05-17 20:07:46.393041807 +0200 @@ -1,5 +1,5 @@ name: eza -version: 0.18.15+0 -mtime: 1715258612 -commit: 7437c2a1c3e8a8b699781e5cf0e312c417c9cd17 +version: 0.18.16+0 +mtime: 1715870361 +commit: bbede6d45398d0d6f5e7eb5cfff4ae4674e6315a ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.kbtyaq/_old and /var/tmp/diff_new_pack.kbtyaq/_new differ