Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lsd for openSUSE:Factory checked in 
at 2023-08-28 17:16:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsd (Old)
 and      /work/SRC/openSUSE:Factory/.lsd.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsd"

Mon Aug 28 17:16:00 2023 rev:4 rq:1106206 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsd/lsd.changes  2022-09-13 15:11:20.352972020 
+0200
+++ /work/SRC/openSUSE:Factory/.lsd.new.1766/lsd.changes        2023-08-28 
17:16:04.074487976 +0200
@@ -1,0 +2,27 @@
+Mon Aug 28 03:22:01 UTC 2023 - Dead Mozay <dead_mo...@opensuse.org>
+
+- Update to version 1.0.0:
+  * Add complete color theming support for Git.
+  * Add Git integration.
+  * In keeping with the coreutils change, add quotes and escapes 
+    for necessary filenames.
+  * Add support for icon theme.
+  * Add icon for kt and kts.
+  * Add many icons from https://github.com/Peltoche/lsd/issues/764.
+  * Add support for localization.
+  * Add icons for cjs, cts and mts.
+  * Fix obsolete Nerd Font icons.
+  * profile and .profile now share the same icon.
+  * Make tox.ini files use the gear/settings icon.
+  * Do not quote filename when piping into another program.
+  * Handle dereference (-L) with broken symlink.
+  * Avoid using Clap’s deprecated structs and functions.
+  * Icon theme with overrides from config.
+  * Incorrect colorizing with --size=bytes.
+  * Color theme is now expected to be in $XDG/lsd/colors.yaml 
+    by default, Legacy behaviour (themes folder) is marked as 
+    deprecated but is still supported.
+  * Version sort option -v, --versionsort has been updated 
+    to match GNU version sort logic, similar to ls -v and sort -V.
+
+-------------------------------------------------------------------

Old:
----
  lsd-0.23.1.obscpio
  vendor.tar.xz

New:
----
  lsd-1.0.0.obscpio
  vendor.tar.zst

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

Other differences:
------------------
++++++ lsd.spec ++++++
--- /var/tmp/diff_new_pack.GLckJQ/_old  2023-08-28 17:16:05.830551035 +0200
+++ /var/tmp/diff_new_pack.GLckJQ/_new  2023-08-28 17:16:05.834551179 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 Name:           lsd
-Version:        0.23.1
+Version:        1.0.0
 Release:        0
 Summary:        Ls command with a lot of pretty colors and some other stuff
 License:        Apache-2.0
 URL:            https://crates.io/crates/lsd
 Source0:        %{name}-%{version}.tar.gz
-Source1:        vendor.tar.xz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GLckJQ/_old  2023-08-28 17:16:05.862552184 +0200
+++ /var/tmp/diff_new_pack.GLckJQ/_new  2023-08-28 17:16:05.862552184 +0200
@@ -2,11 +2,12 @@
 <services>
   <service name="obs_scm" mode="disabled">
     <param name="filename">lsd</param>
-    <param name="url">https://github.com/Peltoche/lsd.git</param>
+    <param name="url">https://github.com/lsd-rs/lsd.git</param>
     <param name="scm">git</param>
     <param name="version">git-master</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">0.23.1</param>
+    <param name="revision">v1.0.0</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">disable</param>
     <param name="changesauthor">dead_mo...@opensuse.org</param>
   </service>

++++++ lsd-0.23.1.obscpio -> lsd-1.0.0.obscpio ++++++
++++ 10936 lines of diff (skipped)

++++++ lsd.obsinfo ++++++
--- /var/tmp/diff_new_pack.GLckJQ/_old  2023-08-28 17:16:06.022557930 +0200
+++ /var/tmp/diff_new_pack.GLckJQ/_new  2023-08-28 17:16:06.026558074 +0200
@@ -1,5 +1,5 @@
 name: lsd
-version: 0.23.1
-mtime: 1663039533
-commit: 84fedc6f44d1928239b8e489b1e2acc83e26cd71
+version: 1.0.0
+mtime: 1692981853
+commit: 9b8ed0ef732bd0cfc0f16c0cdb0040bcff2936d5
 

Reply via email to