commit lsd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsd for openSUSE:Factory checked in at 2024-03-26 19:26:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsd (Old) and /work/SRC/openSUSE:Factory/.lsd.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lsd" Tue Mar 26 19:26:38 2024 rev:6 rq:1161584 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lsd/lsd.changes 2024-03-25 21:14:37.295333792 +0100 +++ /work/SRC/openSUSE:Factory/.lsd.new.1905/lsd.changes 2024-03-26 19:30:15.443551045 +0100 @@ -1,0 +2,6 @@ +Mon Mar 25 17:09:50 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org> + +- Update to version 1.1.2: + * No changelog was made available. + +------------------------------------------------------------------- Old: ---- lsd-1.1.1.obscpio New: ---- lsd-1.1.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsd.spec ++++++ --- /var/tmp/diff_new_pack.KbPulz/_old 2024-03-26 19:30:28.160018964 +0100 +++ /var/tmp/diff_new_pack.KbPulz/_new 2024-03-26 19:30:28.160018964 +0100 @@ -17,7 +17,7 @@ Name: lsd -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Ls command with a lot of pretty colors and some other stuff License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KbPulz/_old 2024-03-26 19:30:28.184019847 +0100 +++ /var/tmp/diff_new_pack.KbPulz/_new 2024-03-26 19:30:28.188019994 +0100 @@ -6,7 +6,7 @@ <param name="scm">git</param> <param name="version">git-master</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v1.1.1</param> + <param name="revision">v1.1.2</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">disable</param> <param name="changesauthor">dead_mozay@opensuse.org</param> ++++++ lsd-1.1.1.obscpio -> lsd-1.1.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lsd-1.1.1/Cargo.lock new/lsd-1.1.2/Cargo.lock --- old/lsd-1.1.1/Cargo.lock 2024-03-23 08:11:34.000000000 +0100 +++ new/lsd-1.1.2/Cargo.lock 2024-03-25 17:28:42.000000000 +0100 @@ -1167,9 +1167,9 @@ [[package]] name = "term_grid" -version = "0.2.0" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c9eb7705cb3f0fd71d3955b23db6d372142ac139e8c473952c93bf3c3dc4b7" +checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf" dependencies = [ "unicode-width", ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lsd-1.1.1/Cargo.toml new/lsd-1.1.2/Cargo.toml --- old/lsd-1.1.1/Cargo.toml 2024-03-23 08:11:34.000000000 +0100 +++ new/lsd-1.1.2/Cargo.toml 2024-03-25 17:28:42.000000000 +0100 @@ -8,7 +8,7 @@ name = "lsd" readme = "./README.md" repository = "https://github.com/lsd-rs/lsd" -version = "1.1.1" +version = "1.1.2" edition = "2021" rust-version = "1.74" @@ -26,7 +26,9 @@ dirs = "5" libc = "0.2.*" human-sort = "0.2.2" -term_grid = "0.2" +# should stick to 0.1, the 0.2 needs some adaptation +# check https://github.com/lsd-rs/lsd/issues/1014 +term_grid = "0.1" terminal_size = "0.3" thiserror = "1.0" sys-locale = "0.3" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lsd-1.1.1/README.md new/lsd-1.1.2/README.md --- old/lsd-1.1.1/README.md 2024-03-23 08:11:34.000000000 +0100 +++ new/lsd-1.1.2/README.md 2024-03-25 17:28:42.000000000 +0100 @@ -23,7 +23,7 @@ **IMPORTANT**: This is the development documents, please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones. -The current newest release is: [v1.1.1](https://github.com/lsd-rs/lsd/tree/v1.1.1) +The current newest release is: [v1.1.2](https://github.com/lsd-rs/lsd/tree/v1.1.2) --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lsd-1.1.1/lsd.spec new/lsd-1.1.2/lsd.spec --- old/lsd-1.1.1/lsd.spec 2024-03-23 08:11:34.000000000 +0100 +++ new/lsd-1.1.2/lsd.spec 2024-03-25 17:28:42.000000000 +0100 @@ -1,5 +1,5 @@ Name: lsd -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: The next gen ls command diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lsd-1.1.1/src/display.rs new/lsd-1.1.2/src/display.rs --- old/lsd-1.1.1/src/display.rs 2024-03-23 08:11:34.000000000 +0100 +++ new/lsd-1.1.2/src/display.rs 2024-03-25 17:28:42.000000000 +0100 @@ -6,7 +6,7 @@ use crate::meta::name::DisplayOption; use crate::meta::{FileType, Meta}; use std::collections::HashMap; -use term_grid::{Alignment, Cell, Direction, Filling, Grid, GridOptions}; +use term_grid::{Cell, Direction, Filling, Grid, GridOptions}; use terminal_size::terminal_size; use unicode_width::UnicodeWidthStr; @@ -130,7 +130,6 @@ cells.push(Cell { width: get_visible_width(&block, flags.hyperlink == HyperlinkOption::Always), contents: block, - alignment: Alignment::Left, }); } } @@ -217,7 +216,6 @@ grid.add(Cell { width: widths[idx], contents: underlined_header, - alignment: Alignment::Left, }); } } @@ -261,7 +259,6 @@ cells.push(Cell { width: get_visible_width(&block, flags.hyperlink == HyperlinkOption::Always), contents: block, - alignment: Alignment::Left, }); } ++++++ lsd.obsinfo ++++++ --- /var/tmp/diff_new_pack.KbPulz/_old 2024-03-26 19:30:28.356026176 +0100 +++ /var/tmp/diff_new_pack.KbPulz/_new 2024-03-26 19:30:28.360026323 +0100 @@ -1,5 +1,5 @@ name: lsd -version: 1.1.1 -mtime: 1711177894 -commit: 16181df25b3df555833b2f5f7e804b49b86515c1 +version: 1.1.2 +mtime: 1711384122 +commit: 0e70dbdb7ae99b409130820bfea383ce8fca7492 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.KbPulz/_old and /var/tmp/diff_new_pack.KbPulz/_new differ
participants (1)
-
Source-Sync