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-09-02 13:15:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eza (Old)
 and      /work/SRC/openSUSE:Factory/.eza.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eza"

Mon Sep  2 13:15:30 2024 rev:45 rq:1198229 version:0.19.1+0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eza/eza.changes  2024-08-08 10:59:15.233730303 
+0200
+++ /work/SRC/openSUSE:Factory/.eza.new.2698/eza.changes        2024-09-02 
13:15:33.989164822 +0200
@@ -1,0 +2,8 @@
+Mon Sep  2 06:01:07 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.19.1:
+  * FreeBSD build
+  * Typo
+  * Bump uzers from 0.12.0 to 0.12.1
+
+-------------------------------------------------------------------

Old:
----
  eza-0.19.0+0.obscpio

New:
----
  eza-0.19.1+0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ eza.spec ++++++
--- /var/tmp/diff_new_pack.NeUWg1/_old  2024-09-02 13:15:35.581232580 +0200
+++ /var/tmp/diff_new_pack.NeUWg1/_new  2024-09-02 13:15:35.585232751 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           eza
-Version:        0.19.0+0
+Version:        0.19.1+0
 Release:        0
 Summary:        Replacement for ls written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NeUWg1/_old  2024-09-02 13:15:35.625234454 +0200
+++ /var/tmp/diff_new_pack.NeUWg1/_new  2024-09-02 13:15:35.625234454 +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.19.0</param>
+    <param name="revision">v0.19.1</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ eza-0.19.0+0.obscpio -> eza-0.19.1+0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/.github/workflows/unit-tests-bsd.yml 
new/eza-0.19.1+0/.github/workflows/unit-tests-bsd.yml
--- old/eza-0.19.0+0/.github/workflows/unit-tests-bsd.yml       2024-08-08 
06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/.github/workflows/unit-tests-bsd.yml       2024-08-28 
13:38:01.000000000 +0200
@@ -21,30 +21,29 @@
   cancel-in-progress: true
 
 jobs:
-  # BUG: These tests are broken
-  # unit-tests-freebsd:
-  #     runs-on: ubuntu-22.04
-  #     timeout-minutes: 20
-  #     steps:
-  #       - uses: actions/checkout@v4
-  #         with:
-  #           submodules: recursive
-  #       - name: Compile
-  #         uses: vmactions/freebsd-vm@v1
-  #         with:
-  #           release: '14.1'
-  #           usesh: true
-  #           prepare: |
-  #             pkg install -y rust git
-  #             cargo install cargo-hack
-  #             git config --global --add safe.directory 
/home/runner/work/eza/eza
-  #           run: |
-  #             set -e
-  #             export CARGO_TERM_COLOR="always"
-  #             export RUSTFLAGS="--deny warnings"
-  #             cargo fmt --check
-  #             cargo clippy -- -D warnings
-  #             cargo hack test
+  unit-tests-freebsd:
+      runs-on: ubuntu-22.04
+      timeout-minutes: 20
+      steps:
+        - uses: actions/checkout@v4
+          with:
+            submodules: recursive
+        - name: Compile
+          uses: vmactions/freebsd-vm@v1
+          with:
+            release: '14.1'
+            usesh: true
+            prepare: |
+              pkg install -y rust git
+              cargo install cargo-hack
+              git config --global --add safe.directory 
/home/runner/work/eza/eza
+            run: |
+              set -e
+              export CARGO_TERM_COLOR="always"
+              export RUSTFLAGS="--deny warnings"
+              cargo fmt --check
+              cargo clippy -- -D warnings
+              cargo hack test
 
   unit-tests-netbsd:
     runs-on: ubuntu-22.04
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/CHANGELOG.md 
new/eza-0.19.1+0/CHANGELOG.md
--- old/eza-0.19.0+0/CHANGELOG.md       2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/CHANGELOG.md       2024-08-28 13:38:01.000000000 +0200
@@ -1,11 +1,26 @@
 # Changelog
 
+## [0.19.1] - 2024-08-28
+
+### Bug Fixes
+
+- FreeBSD build.
+- Typo
+
+### Build
+
+- Bump uzers from 0.12.0 to 0.12.1
+
 ## [0.19.0] - 2024-08-08
 
 ### Bug Fixes
 
 - [**breaking**] Implement `EZA_GRID_ROWS` grid details view minimum rows 
threshold
 
+### Miscellaneous Tasks
+
+- Release eza v0.19.0
+
 ## [0.18.24] - 2024-08-03
 
 ### Bug Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/Cargo.lock new/eza-0.19.1+0/Cargo.lock
--- old/eza-0.19.0+0/Cargo.lock 2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/Cargo.lock 2024-08-28 13:38:01.000000000 +0200
@@ -387,7 +387,7 @@
 
 [[package]]
 name = "eza"
-version = "0.19.0"
+version = "0.19.1"
 dependencies = [
  "ansi-width",
  "chrono",
@@ -1344,9 +1344,9 @@
 
 [[package]]
 name = "uzers"
-version = "0.12.0"
+version = "0.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7d85875e16d59b3b1549efce83ff8251a64923b03bef94add0a1862847448de4"
+checksum = "4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd"
 dependencies = [
  "libc",
  "log",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/Cargo.toml new/eza-0.19.1+0/Cargo.toml
--- old/eza-0.19.0+0/Cargo.toml 2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/Cargo.toml 2024-08-28 13:38:01.000000000 +0200
@@ -16,7 +16,7 @@
 homepage = "https://github.com/eza-community/eza";
 license = "MIT"
 repository = "https://github.com/eza-community/eza";
-version = "0.19.0"
+version = "0.19.1"
 
 
 [package.metadata.deb]
@@ -102,7 +102,7 @@
 proc-mounts = "0.3"
 
 [target.'cfg(unix)'.dependencies]
-uzers = "0.12.0"
+uzers = "0.12.1"
 
 [target.'cfg(target_os = "windows")'.dependencies]
 windows-sys = { version = "0.52.0", features = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/fs/feature/git.rs 
new/eza-0.19.1+0/src/fs/feature/git.rs
--- old/eza-0.19.0+0/src/fs/feature/git.rs      2024-08-08 06:36:11.000000000 
+0200
+++ new/eza-0.19.1+0/src/fs/feature/git.rs      2024-08-28 13:38:01.000000000 
+0200
@@ -106,7 +106,7 @@
     workdir: PathBuf,
 
     /// The path that was originally checked to discover this repository.
-    /// This is as important as the extra_paths (it gets checked first), but
+    /// This is as important as the `extra_paths` (it gets checked first), but
     /// is separate to avoid having to deal with a non-empty Vec.
     original_path: PathBuf,
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/fs/fields.rs 
new/eza-0.19.1+0/src/fs/fields.rs
--- old/eza-0.19.0+0/src/fs/fields.rs   2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/src/fs/fields.rs   2024-08-28 13:38:01.000000000 +0200
@@ -82,6 +82,7 @@
 /// The file's `FileAttributes` field, available only on Windows.
 #[derive(Copy, Clone)]
 #[rustfmt::skip]
+#[cfg(windows)]
 pub struct Attributes {
     pub archive:         bool,
     pub directory:       bool,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/fs/file.rs 
new/eza-0.19.1+0/src/fs/file.rs
--- old/eza-0.19.0+0/src/fs/file.rs     2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/src/fs/file.rs     2024-08-28 13:38:01.000000000 +0200
@@ -99,7 +99,7 @@
     /// instead.
     pub deref_links: bool,
 
-    /// The recursive directory size when total_size is used.
+    /// The recursive directory size when `total_size` is used.
     recursive_size: RecursiveSize,
 
     /// The extended attributes of this file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/logger.rs 
new/eza-0.19.1+0/src/logger.rs
--- old/eza-0.19.0+0/src/logger.rs      2024-08-08 06:36:11.000000000 +0200
+++ new/eza-0.19.1+0/src/logger.rs      2024-08-28 13:38:01.000000000 +0200
@@ -22,7 +22,7 @@
 
     let result = log::set_logger(GLOBAL_LOGGER);
     if let Err(e) = result {
-        eprintln!("Failed to initialise logger: {e}");
+        eprintln!("Failed to initialize logger: {e}");
     }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/output/details.rs 
new/eza-0.19.1+0/src/output/details.rs
--- old/eza-0.19.0+0/src/output/details.rs      2024-08-08 06:36:11.000000000 
+0200
+++ new/eza-0.19.1+0/src/output/details.rs      2024-08-28 13:38:01.000000000 
+0200
@@ -126,7 +126,7 @@
 
     /// Whether to recurse through directories with a tree view, and if so,
     /// which options to use. This field is only relevant here if the `tree`
-    /// field of the RecurseOptions is `true`.
+    /// field of the `RecurseOptions` is `true`.
     pub recurse: Option<RecurseOptions>,
 
     /// How to sort and filter the files after getting their details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eza-0.19.0+0/src/output/grid_details.rs 
new/eza-0.19.1+0/src/output/grid_details.rs
--- old/eza-0.19.0+0/src/output/grid_details.rs 2024-08-08 06:36:11.000000000 
+0200
+++ new/eza-0.19.1+0/src/output/grid_details.rs 2024-08-28 13:38:01.000000000 
+0200
@@ -70,6 +70,7 @@
 
     /// The minimum number of rows that there need to be before grid-details
     /// mode is activated.
+    #[allow(dead_code)]
     pub row_threshold: RowThreshold,
 
     /// Whether we are skipping Git-ignored files.

++++++ eza.obsinfo ++++++
--- /var/tmp/diff_new_pack.NeUWg1/_old  2024-09-02 13:15:36.005250627 +0200
+++ /var/tmp/diff_new_pack.NeUWg1/_new  2024-09-02 13:15:36.005250627 +0200
@@ -1,5 +1,5 @@
 name: eza
-version: 0.19.0+0
-mtime: 1723091771
-commit: b9655bc181f412fcc3e4f4ae34fd7726a5d6339e
+version: 0.19.1+0
+mtime: 1724845081
+commit: 18754915ad241571fac1595f73c7f8c1eb6e8656
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/eza/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.eza.new.2698/vendor.tar.zst differ: char 329263, 
line 1329

Reply via email to