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-07-15 16:43:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Tue Jul 15 16:43:20 2025 rev:75 rq:1292594 version:0.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2025-07-06 17:17:52.931710236 +0200 +++ /work/SRC/openSUSE:Factory/.eza.new.7373/eza.changes 2025-07-15 16:44:02.724302826 +0200 @@ -1,0 +2,13 @@ +Mon Jul 14 06:32:39 UTC 2025 - Michael Vetter <mvet...@suse.com> + +- Update to 0.22.1: + * Replace default_input_path check with "." check + * "cheks" should be "checks" + * [breaking] Define -d/--treat-dirs-as-files behavior, tests + * Refresh icon set with new glyphs and additions + * Bump phf from 0.11.3 to 0.12.1 + * Cargo bump 2025-07-03 + * Flake bump 2025-07-03 + * Bump windows-sys from 0.59.0 to 0.60.2 + +------------------------------------------------------------------- Old: ---- eza-0.22.0.obscpio New: ---- eza-0.22.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.aSYhqi/_old 2025-07-15 16:44:05.540420417 +0200 +++ /var/tmp/diff_new_pack.aSYhqi/_new 2025-07-15 16:44:05.556421085 +0200 @@ -17,7 +17,7 @@ Name: eza -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: Replacement for ls written in Rust License: EUPL-1.2 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.aSYhqi/_old 2025-07-15 16:44:05.840432945 +0200 +++ /var/tmp/diff_new_pack.aSYhqi/_new 2025-07-15 16:44:05.872434281 +0200 @@ -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.22.0</param> + <param name="revision">v0.22.1</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.22.0.obscpio -> eza-0.22.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/CHANGELOG.md new/eza-0.22.1/CHANGELOG.md --- old/eza-0.22.0/CHANGELOG.md 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/CHANGELOG.md 2025-07-12 21:30:11.000000000 +0200 @@ -6,7 +6,7 @@ --> # Changelog -## [0.22.0] - 2025-07-03 +## [0.22.1] - 2025-07-12 ### Bug Fixes @@ -19,12 +19,18 @@ ### Features - [**breaking**] Define -d/--treat-dirs-as-files behavior, tests +- Refresh icon set with new glyphs and additions + +### Miscellaneous Tasks + +- Eza v0.22.0 changelogs, version bump ### Build - Bump phf from 0.11.3 to 0.12.1 - Cargo bump 2025-07-03 - Flake bump 2025-07-03 +- Bump windows-sys from 0.59.0 to 0.60.2 ### Ci diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/Cargo.lock new/eza-0.22.1/Cargo.lock --- old/eza-0.22.0/Cargo.lock 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/Cargo.lock 2025-07-12 21:30:11.000000000 +0200 @@ -434,7 +434,7 @@ [[package]] name = "eza" -version = "0.22.0" +version = "0.22.1" dependencies = [ "ansi-width", "backtrace", @@ -464,7 +464,7 @@ "unicode-width 0.2.1", "uutils_term_grid", "uzers", - "windows-sys 0.59.0", + "windows-sys 0.60.2", "zoneinfo_compiled", ] @@ -737,7 +737,7 @@ dependencies = [ "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1254,7 +1254,7 @@ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1425,7 +1425,7 @@ "getrandom 0.3.3", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1778,7 +1778,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/Cargo.toml new/eza-0.22.1/Cargo.toml --- old/eza-0.22.0/Cargo.toml 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/Cargo.toml 2025-07-12 21:30:11.000000000 +0200 @@ -29,7 +29,7 @@ homepage = "https://github.com/eza-community/eza" license = "EUPL-1.2" repository = "https://github.com/eza-community/eza" -version = "0.22.0" +version = "0.22.1" [package.metadata.deb] @@ -124,7 +124,7 @@ uzers = "0.12.1" [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.59.0", features = [ +windows-sys = { version = "0.60.2", features = [ "Win32_System_Console", "Win32_Foundation", ] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/justfile new/eza-0.22.1/justfile --- old/eza-0.22.0/justfile 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/justfile 2025-07-12 21:30:11.000000000 +0200 @@ -119,7 +119,11 @@ # release # #---------------# -new_version := "$(convco version --bump)" +# To override the version, pass it as an argument before the recipe: +# e.g. just version=1.2.3 release +# If version is not set, it will be determined by convco. +version := "" +new_version := if version == "" { "$(convco version --bump)" } else { version } # If you're not cafkafk and she isn't dead, don't run this! # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/src/output/icons.rs new/eza-0.22.1/src/output/icons.rs --- old/eza-0.22.0/src/output/icons.rs 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/src/output/icons.rs 2025-07-12 21:30:11.000000000 +0200 @@ -22,7 +22,7 @@ const CAD: char = '\u{f0eeb}'; // const CLOCK: char = '\u{f43a}'; // const COMPRESSED: char = '\u{f410}'; // - const CONFIG: char = '\u{e615}'; // + const CONFIG: char = '\u{f107b}'; // const CSS3: char = '\u{e749}'; // const DATABASE: char = '\u{f1c0}'; // const DIFF: char = '\u{f440}'; // @@ -36,8 +36,8 @@ const ESLINT: char = '\u{e655}'; // const FILE: char = '\u{f15b}'; // const FILE_3D: char = '\u{f01a7}'; // - const FILE_OUTLINE: char = '\u{f016}'; // const FOLDER: char = '\u{e5ff}'; // + const FOLDER_BUILD: char = '\u{f19fc}'; // const FOLDER_CONFIG: char = '\u{e5fc}'; // const FOLDER_EXERCISM: char = '\u{ebe5}'; // const FOLDER_GIT: char = '\u{e5fb}'; // @@ -47,11 +47,12 @@ const FOLDER_NPM: char = '\u{e5fa}'; // const FOLDER_OCAML: char = '\u{e67a}'; // const FOLDER_OPEN: char = '\u{f115}'; // + const FILE_UNKNOW: char = '\u{f086f}'; // const FONT: char = '\u{f031}'; // const FREECAD: char = '\u{f336}'; // const GIMP: char = '\u{f338}'; // const GIST_SECRET: char = '\u{eafa}'; // - const GIT: char = '\u{f1d3}'; // + const GIT: char = '\u{f02a2}'; // const GODOT: char = '\u{e65f}'; // const GRADLE: char = '\u{e660}'; // const GRAPH: char = '\u{f1049}'; // @@ -138,6 +139,7 @@ const SQLITE: char = '\u{e7c4}'; // const SUBLIME: char = '\u{e7aa}'; // const SUBTITLE: char = '\u{f0a16}'; // + const TCL: char = '\u{f06d3}'; // const TERRAFORM: char = '\u{f1062}'; // const TEXT: char = '\u{f15c}'; // const TYPST: char = '\u{f37f}'; // @@ -150,6 +152,7 @@ const VIM: char = '\u{e7c5}'; // const WRENCH: char = '\u{f0ad}'; // const XML: char = '\u{f05c0}'; // + const XORG:char = '\u{f369}'; // const YAML: char = '\u{e6a8}'; // const YARN: char = '\u{e6a7}'; // } @@ -165,6 +168,7 @@ ".opam" => Icons::FOLDER_OCAML, // ".ssh" => Icons::FOLDER_KEY, // ".Trash" => '\u{f1f8}', // + "build" => Icons::FOLDER_BUILD, // "config" => Icons::FOLDER_CONFIG, // "Contacts" => '\u{f024c}', // "cron.d" => Icons::FOLDER_CONFIG, // @@ -174,6 +178,7 @@ "cron.monthly" => Icons::FOLDER_CONFIG, // "cron.weekly" => Icons::FOLDER_CONFIG, // "Desktop" => '\u{f108}', // + "Documents" => '\u{f0c82}', // "Downloads" => '\u{f024d}', // "etc" => Icons::FOLDER_CONFIG, // "Favorites" => '\u{f069d}', // @@ -185,8 +190,10 @@ "Music" => '\u{f1359}', // "node_modules" => Icons::FOLDER_NPM, // "npm_cache" => Icons::FOLDER_NPM, // + "pacman.d" => Icons::FOLDER_CONFIG, // "pam.d" => Icons::FOLDER_KEY, // "Pictures" => '\u{f024f}', // + "src" => '\u{f08de}', // "ssh" => Icons::FOLDER_KEY, // "sudoers.d" => Icons::FOLDER_KEY, // "Videos" => '\u{f03d}', // @@ -206,8 +213,8 @@ ".bash_logout" => Icons::SHELL, // ".bash_profile" => Icons::SHELL, // ".CFUserTextEncoding" => Icons::OS_APPLE, // - ".clang-format" => Icons::CONFIG, // - ".clang-tidy" => Icons::CONFIG, // + ".clang-format" => Icons::CONFIG, // + ".clang-tidy" => Icons::CONFIG, // ".codespellrc" => '\u{f04c6}', // ".condarc" => '\u{e715}', // ".cshrc" => Icons::SHELL, // @@ -223,29 +230,29 @@ ".eslintrc.yml" => Icons::ESLINT, // ".gcloudignore" => '\u{f11f6}', // ".fennelrc" => Icons::LANG_FENNEL, // - ".gitattributes" => Icons::GIT, // - ".git-blame-ignore-revs" => Icons::GIT, // - ".gitconfig" => Icons::GIT, // - ".gitignore" => Icons::GIT, // - ".gitignore_global" => Icons::GIT, // + ".gitattributes" => Icons::GIT, // + ".git-blame-ignore-revs" => Icons::GIT, // + ".gitconfig" => Icons::GIT, // + ".gitignore" => Icons::GIT, // + ".gitignore_global" => Icons::GIT, // ".gitlab-ci.yml" => '\u{f296}', // - ".gitmodules" => Icons::GIT, // + ".gitmodules" => Icons::GIT, // ".gtkrc-2.0" => Icons::GTK, // ".gvimrc" => Icons::VIM, // - ".htaccess" => Icons::CONFIG, // - ".htpasswd" => Icons::CONFIG, // + ".htaccess" => Icons::CONFIG, // + ".htpasswd" => Icons::CONFIG, // ".idea" => Icons::INTELLIJ, // ".ideavimrc" => Icons::VIM, // - ".inputrc" => Icons::CONFIG, // + ".inputrc" => Icons::CONFIG, // ".kshrc" => Icons::SHELL, // ".login" => Icons::SHELL, // ".logout" => Icons::SHELL, // - ".luacheckrc" => Icons::CONFIG, // - ".luaurc" => Icons::CONFIG, // + ".luacheckrc" => Icons::CONFIG, // + ".luaurc" => Icons::CONFIG, // ".nanorc" => '\u{e838}', // ".nuxtrc" => '\u{f1106}', // ".ocamlinit" => Icons::LANG_OCAML, // - ".mailmap" => Icons::GIT, // + ".mailmap" => Icons::GIT, // ".node_repl_history" => Icons::NODEJS, // ".npmignore" => Icons::NPM, // ".npmrc" => Icons::NPM, // @@ -259,7 +266,7 @@ ".prettierrc.yml" => '\u{e6b4}', // ".parentlock" => Icons::LOCK, // ".profile" => Icons::SHELL, // - ".pylintrc" => Icons::CONFIG, // + ".pylintrc" => Icons::CONFIG, // ".python_history" => Icons::LANG_PYTHON, // ".rustfmt.toml" => Icons::LANG_RUST, // ".rvm" => Icons::LANG_RUBY, // @@ -269,9 +276,10 @@ ".tcshrc" => Icons::SHELL, // ".viminfo" => Icons::VIM, // ".vimrc" => Icons::VIM, // - ".Xauthority" => Icons::CONFIG, // - ".xinitrc" => Icons::CONFIG, // - ".Xresources" => Icons::CONFIG, // + ".Xauthority" => Icons::XORG, // + ".xinitrc" => Icons::XORG, // + ".Xresources" => Icons::XORG, // + ".xsession" => Icons::XORG, // ".yarnrc" => Icons::YARN, // ".zlogin" => Icons::SHELL, // ".zlogout" => Icons::SHELL, // @@ -302,17 +310,17 @@ "CODE_OF_CONDUCT.md" => '\u{f4ae}', // "composer.json" => Icons::LANG_PHP, // "composer.lock" => Icons::LANG_PHP, // - "config" => Icons::CONFIG, // + "config" => Icons::CONFIG, // "config.ru" => Icons::LANG_RUBY, // - "config.status" => Icons::CONFIG, // + "config.status" => Icons::CONFIG, // "configure" => Icons::WRENCH, // - "configure.ac" => Icons::CONFIG, // - "configure.in" => Icons::CONFIG, // + "configure.ac" => Icons::CONFIG, // + "configure.in" => Icons::CONFIG, // "constraints.txt" => Icons::LANG_PYTHON, // "COPYING" => Icons::LICENSE, // "COPYRIGHT" => Icons::LICENSE, // - "crontab" => Icons::CONFIG, // - "crypttab" => Icons::CONFIG, // + "crontab" => Icons::CONFIG, // + "crypttab" => Icons::CONFIG, // "csh.cshrc" => Icons::SHELL, // "csh.login" => Icons::SHELL, // "csh.logout" => Icons::SHELL, // @@ -326,7 +334,7 @@ "dune-project" => Icons::WRENCH, // "Earthfile" => '\u{f0ac}', // "COMMIT_EDITMSG" => Icons::GIT, // - "environment" => Icons::CONFIG, // + "environment" => Icons::CONFIG, // "favicon.ico" => '\u{e623}', // "flake.lock" => '\u{f313}', // "fennelrc" => Icons::LANG_FENNEL, // @@ -354,7 +362,7 @@ "gulpfile.js" => Icons::GULP, // "gulpfile.ls" => Icons::GULP, // "heroku.yml" => '\u{e77b}', // - "hostname" => Icons::CONFIG, // + "hostname" => Icons::CONFIG, // "hypridle.conf" => '\u{f359}', // "hyprland.conf" => '\u{f359}', // "hyprlock.conf" => '\u{f359}', // @@ -367,8 +375,8 @@ "id_ed25519" => Icons::PRIVATE_KEY, // "id_ed25519_sk" => Icons::PRIVATE_KEY, // "id_rsa" => Icons::PRIVATE_KEY, // - "index.theme" => '\u{ee72}', // - "inputrc" => Icons::CONFIG, // + "index.theme" => '\u{ee72}', // + "inputrc" => Icons::CONFIG, // "Jenkinsfile" => '\u{e66e}', // "jsconfig.json" => Icons::LANG_JAVASCRIPT,// "Justfile" => Icons::WRENCH, // @@ -436,7 +444,7 @@ "SECURITY.md" => '\u{f0483}', // "settings.gradle.kts" => Icons::GRADLE, // "shadow" => Icons::LOCK, // - "shells" => Icons::CONFIG, // + "shells" => Icons::CONFIG, // "sudoers" => Icons::LOCK, // "sxhkdrc" => Icons::CONFIG, // "sym-lib-table" => Icons::KICAD, // @@ -447,10 +455,12 @@ "Vagrantfile" => '\u{2371}', // ⍱ "vlcrc" => '\u{f057c}', // "webpack.config.js" => '\u{f072b}', // + "xorg.conf" => Icons::XORG, // + "xsettingsd.conf" => Icons::XORG, // "weston.ini" => '\u{f367}', // - "xmobarrc" => '\u{f35e}', // - "xmobarrc.hs" => '\u{f35e}', // - "xmonad.hs" => '\u{f35e}', // + "xmobarrc" => Icons::XORG, // + "xmobarrc.hs" => Icons::XORG, // + "xmonad.hs" => Icons::XORG, // "yarn.lock" => Icons::YARN, // "zlogin" => Icons::SHELL, // "zlogout" => Icons::SHELL, // @@ -524,7 +534,7 @@ "cbz" => Icons::IMAGE, // "cc" => Icons::LANG_CPP, // "cert" => Icons::GIST_SECRET, // - "cfg" => Icons::CONFIG, // + "cfg" => Icons::CONFIG, // "cjs" => Icons::LANG_JAVASCRIPT, // "class" => Icons::LANG_JAVA, // "clj" => '\u{e768}', // @@ -536,8 +546,8 @@ "coffee" => '\u{f0f4}', // "com" => '\u{e629}', // "conda" => '\u{e715}', // - "conf" => Icons::CONFIG, // - "config" => Icons::CONFIG, // + "conf" => Icons::CONFIG, // + "config" => Icons::CONFIG, // "cow" => '\u{f019a}', // "cp" => Icons::LANG_CPP, // "cpio" => Icons::COMPRESSED, // @@ -652,7 +662,7 @@ "gemspec" => Icons::LANG_RUBY, // "gform" => '\u{f298}', // "gif" => Icons::IMAGE, // - "git" => Icons::GIT, // + "git" => Icons::GIT, // "gleam" => Icons::LANG_GLEAM, // "gm1" => Icons::EDA_PCB, // "gml" => Icons::EDA_PCB, // @@ -706,7 +716,7 @@ "img" => Icons::DISK_IMAGE, // "iml" => Icons::INTELLIJ, // "info" => Icons::INFO, // - "ini" => Icons::CONFIG, // + "ini" => Icons::CONFIG, // "inl" => Icons::LANG_C, // "ipynb" => Icons::NOTEBOOK, // "ino" => Icons::LANG_ARDUINO, // @@ -839,6 +849,7 @@ "ogg" => Icons::AUDIO, // "ogm" => Icons::VIDEO, // "ogv" => Icons::VIDEO, // + "opam" => '\u{f0627}', // "opml" => Icons::XML, // "opus" => Icons::AUDIO, // "orf" => Icons::IMAGE, // @@ -997,14 +1008,13 @@ "swf" => Icons::AUDIO, // "swift" => '\u{e755}', // "t" => Icons::LANG_PERL, // - "tape" => '\u{F0A1B}', // + "tbc" => Icons::TCL, // "tar" => Icons::COMPRESSED, // "taz" => Icons::COMPRESSED, // - "tbc" => '\u{f06d3}', // "tbz" => Icons::COMPRESSED, // "tbz2" => Icons::COMPRESSED, // "tc" => Icons::DISK_IMAGE, // - "tcl" => '\u{f06d3}', // + "tcl" => Icons::TCL, // "tex" => Icons::LANG_TEX, // "tf" => Icons::TERRAFORM, // "tfstate" => Icons::TERRAFORM, // @@ -1119,6 +1129,6 @@ } else if let Some(ext) = file.ext.as_ref() { *EXTENSION_ICONS.get(ext.as_str()).unwrap_or(&Icons::FILE) // } else { - Icons::FILE_OUTLINE // + Icons::FILE_UNKNOW // } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/cmd/icons_all.stdout new/eza-0.22.1/tests/cmd/icons_all.stdout --- old/eza-0.22.0/tests/cmd/icons_all.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/cmd/icons_all.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,22 +1,22 @@ - a - b - c - d + a + b + c + d dir-symlink -> vagrant/debug - e + e exa - f - g - h - i + f + g + h + i image.jpg.img.c.rs.log.png index.svg - j - k - l - m - n - o - p - q + j + k + l + m + n + o + p + q vagrant diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_10c50228fc1c6107.stdout new/eza-0.22.1/tests/ptests/ptest_10c50228fc1c6107.stdout --- old/eza-0.22.0/tests/ptests/ptest_10c50228fc1c6107.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_10c50228fc1c6107.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_132ac9f159c3473e.stdout new/eza-0.22.1/tests/ptests/ptest_132ac9f159c3473e.stdout --- old/eza-0.22.0/tests/ptests/ptest_132ac9f159c3473e.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_132ac9f159c3473e.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_1ab8279d631495b0.stdout new/eza-0.22.1/tests/ptests/ptest_1ab8279d631495b0.stdout --- old/eza-0.22.0/tests/ptests/ptest_1ab8279d631495b0.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_1ab8279d631495b0.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_1e61d8c305ff6c48.stdout new/eza-0.22.1/tests/ptests/ptest_1e61d8c305ff6c48.stdout --- old/eza-0.22.0/tests/ptests/ptest_1e61d8c305ff6c48.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_1e61d8c305ff6c48.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_469e79a86c2c874f.stdout new/eza-0.22.1/tests/ptests/ptest_469e79a86c2c874f.stdout --- old/eza-0.22.0/tests/ptests/ptest_469e79a86c2c874f.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_469e79a86c2c874f.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_6e6893c2c2254622.stdout new/eza-0.22.1/tests/ptests/ptest_6e6893c2c2254622.stdout --- old/eza-0.22.0/tests/ptests/ptest_6e6893c2c2254622.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_6e6893c2c2254622.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_7d1cd636566df8cd.stdout new/eza-0.22.1/tests/ptests/ptest_7d1cd636566df8cd.stdout --- old/eza-0.22.0/tests/ptests/ptest_7d1cd636566df8cd.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_7d1cd636566df8cd.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_825e60e73630f857.stdout new/eza-0.22.1/tests/ptests/ptest_825e60e73630f857.stdout --- old/eza-0.22.0/tests/ptests/ptest_825e60e73630f857.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_825e60e73630f857.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_8becd3030ba5621c.stdout new/eza-0.22.1/tests/ptests/ptest_8becd3030ba5621c.stdout --- old/eza-0.22.0/tests/ptests/ptest_8becd3030ba5621c.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_8becd3030ba5621c.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_8cd9b0ae2930d704.stdout new/eza-0.22.1/tests/ptests/ptest_8cd9b0ae2930d704.stdout --- old/eza-0.22.0/tests/ptests/ptest_8cd9b0ae2930d704.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_8cd9b0ae2930d704.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ -drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons drwxr-xr-x - nixbld 1 Jan 1970 grid -drwxr-xr-x - nixbld 1 Jan 1970 specials +drwxr-xr-x - nixbld 1 Jan 1970 git drwxr-xr-x - nixbld 1 Jan 1970 time +drwxr-xr-x - nixbld 1 Jan 1970 size drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 symlinks +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 symlinks diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_a82ad7ec2e961f84.stdout new/eza-0.22.1/tests/ptests/ptest_a82ad7ec2e961f84.stdout --- old/eza-0.22.0/tests/ptests/ptest_a82ad7ec2e961f84.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_a82ad7ec2e961f84.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.21.4 [+git] (pre-release debug build!) +v0.22.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_abc83ec759ddab6.stdout new/eza-0.22.1/tests/ptests/ptest_abc83ec759ddab6.stdout --- old/eza-0.22.0/tests/ptests/ptest_abc83ec759ddab6.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_abc83ec759ddab6.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_af29d370729835d8.stdout new/eza-0.22.1/tests/ptests/ptest_af29d370729835d8.stdout --- old/eza-0.22.0/tests/ptests/ptest_af29d370729835d8.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_af29d370729835d8.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,3 +1,3 @@ eza - A modern, maintained replacement for ls -v0.21.4 [+git] (pre-release debug build!) +v0.22.0 [+git] (pre-release debug build!) https://github.com/eza-community/eza diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_bbfc26a93fbe15a7.stdout new/eza-0.22.1/tests/ptests/ptest_bbfc26a93fbe15a7.stdout --- old/eza-0.22.0/tests/ptests/ptest_bbfc26a93fbe15a7.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_bbfc26a93fbe15a7.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_bc3ef3722b915c0a.stdout new/eza-0.22.1/tests/ptests/ptest_bc3ef3722b915c0a.stdout --- old/eza-0.22.0/tests/ptests/ptest_bc3ef3722b915c0a.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_bc3ef3722b915c0a.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ -drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons drwxr-xr-x - nixbld 1 Jan 1970 grid -drwxr-xr-x - nixbld 1 Jan 1970 specials +drwxr-xr-x - nixbld 1 Jan 1970 git drwxr-xr-x - nixbld 1 Jan 1970 time +drwxr-xr-x - nixbld 1 Jan 1970 size drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 symlinks +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 symlinks diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.22.0/tests/ptests/ptest_caa4e824b02fa569.stdout new/eza-0.22.1/tests/ptests/ptest_caa4e824b02fa569.stdout --- old/eza-0.22.0/tests/ptests/ptest_caa4e824b02fa569.stdout 2025-07-03 18:57:59.000000000 +0200 +++ new/eza-0.22.1/tests/ptests/ptest_caa4e824b02fa569.stdout 2025-07-12 21:30:11.000000000 +0200 @@ -1,9 +1,9 @@ +drwxr-xr-x - nixbld 1 Jan 1970 group +drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 git +drwxr-xr-x - nixbld 1 Jan 1970 icons +drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 time drwxr-xr-x - nixbld 1 Jan 1970 symlinks -drwxr-xr-x - nixbld 1 Jan 1970 perms -drwxr-xr-x - nixbld 1 Jan 1970 specials drwxr-xr-x - nixbld 1 Jan 1970 size -drwxr-xr-x - nixbld 1 Jan 1970 icons -drwxr-xr-x - nixbld 1 Jan 1970 group -drwxr-xr-x - nixbld 1 Jan 1970 git -drwxr-xr-x - nixbld 1 Jan 1970 grid +drwxr-xr-x - nixbld 1 Jan 1970 perms ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.aSYhqi/_old 2025-07-15 16:44:07.216490404 +0200 +++ /var/tmp/diff_new_pack.aSYhqi/_new 2025-07-15 16:44:07.220490571 +0200 @@ -1,5 +1,5 @@ name: eza -version: 0.22.0 -mtime: 1751561879 -commit: 96845c5d06cd07aa995ca68d080b4bf274e4d861 +version: 0.22.1 +mtime: 1752348611 +commit: a362025dd5d905a90a5410927842b75ac6623aff ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.7373/vendor.tar.zst differ: char 7, line 1