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-06-20 16:48:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eza (Old) and /work/SRC/openSUSE:Factory/.eza.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza" Thu Jun 20 16:48:28 2024 rev:38 rq:1181884 version:0.18.19+0 Changes: -------- --- /work/SRC/openSUSE:Factory/eza/eza.changes 2024-06-14 19:07:26.243173295 +0200 +++ /work/SRC/openSUSE:Factory/.eza.new.18349/eza.changes 2024-06-20 16:49:02.877530195 +0200 @@ -1,0 +2,9 @@ +Thu Jun 20 07:13:11 UTC 2024 - Michael Vetter <mvet...@suse.com> + +- Update to 0.18.9: + Bug Fixes: + * Ship release binaries + Build: + * Bump git2 from 0.18.3 to 0.19.0 + +------------------------------------------------------------------- Old: ---- eza-0.18.18+0.obscpio New: ---- eza-0.18.19+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eza.spec ++++++ --- /var/tmp/diff_new_pack.9EG2O8/_old 2024-06-20 16:49:05.365617706 +0200 +++ /var/tmp/diff_new_pack.9EG2O8/_new 2024-06-20 16:49:05.365617706 +0200 @@ -17,7 +17,7 @@ Name: eza -Version: 0.18.18+0 +Version: 0.18.19+0 Release: 0 Summary: Replacement for ls written in Rust License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9EG2O8/_old 2024-06-20 16:49:05.401618972 +0200 +++ /var/tmp/diff_new_pack.9EG2O8/_new 2024-06-20 16:49:05.405619113 +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.18</param> + <param name="revision">v0.18.19</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ eza-0.18.18+0.obscpio -> eza-0.18.19+0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.18+0/CHANGELOG.md new/eza-0.18.19+0/CHANGELOG.md --- old/eza-0.18.18+0/CHANGELOG.md 2024-06-13 10:44:10.000000000 +0200 +++ new/eza-0.18.19+0/CHANGELOG.md 2024-06-20 07:16:53.000000000 +0200 @@ -1,5 +1,15 @@ # Changelog +## [0.18.19] - 2024-06-20 + +### Bug Fixes + +- Ship release binaries + +### Build + +- Bump git2 from 0.18.3 to 0.19.0 + ## [0.18.18] - 2024-06-13 ### Features @@ -9,6 +19,10 @@ - Run on all features by default - Ask for shell and terminal in bug report template +### Miscellaneous Tasks + +- Release eza v0.18.18 + ### Build - Bump unicode-width from 0.1.12 to 0.1.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.18+0/Cargo.lock new/eza-0.18.19+0/Cargo.lock --- old/eza-0.18.18+0/Cargo.lock 2024-06-13 10:44:10.000000000 +0200 +++ new/eza-0.18.19+0/Cargo.lock 2024-06-20 07:16:53.000000000 +0200 @@ -387,7 +387,7 @@ [[package]] name = "eza" -version = "0.18.18" +version = "0.18.19" dependencies = [ "ansi-width", "chrono", @@ -454,9 +454,9 @@ [[package]] name = "git2" -version = "0.18.3" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" +checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" dependencies = [ "bitflags 2.4.0", "libc", @@ -602,9 +602,9 @@ [[package]] name = "libgit2-sys" -version = "0.16.2+1.7.2" +version = "0.17.0+1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" +checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" dependencies = [ "cc", "libc", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.18+0/Cargo.toml new/eza-0.18.19+0/Cargo.toml --- old/eza-0.18.18+0/Cargo.toml 2024-06-13 10:44:10.000000000 +0200 +++ new/eza-0.18.19+0/Cargo.toml 2024-06-20 07:16:53.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.18" +version = "0.18.19" [package.metadata.deb] @@ -94,7 +94,7 @@ ansi-width = "0.1.0" [dependencies.git2] -version = "0.18" +version = "0.19" optional = true default-features = false ++++++ eza.obsinfo ++++++ --- /var/tmp/diff_new_pack.9EG2O8/_old 2024-06-20 16:49:05.773632056 +0200 +++ /var/tmp/diff_new_pack.9EG2O8/_new 2024-06-20 16:49:05.777632197 +0200 @@ -1,5 +1,5 @@ name: eza -version: 0.18.18+0 -mtime: 1718268250 -commit: 285cd3ed0ed34f9aab95fd282508943a3d6ba35a +version: 0.18.19+0 +mtime: 1718860613 +commit: 7e21ed993c490f91bd4434bb4061ca007aedaf64 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.18349/vendor.tar.zst differ: char 7, line 1