Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tree for openSUSE:Factory checked in 
at 2023-02-19 18:19:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree (Old)
 and      /work/SRC/openSUSE:Factory/.tree.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tree"

Sun Feb 19 18:19:01 2023 rev:28 rq:1066548 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tree/tree.changes        2022-09-12 
19:08:14.126534176 +0200
+++ /work/SRC/openSUSE:Factory/.tree.new.22824/tree.changes     2023-02-19 
18:19:07.529543376 +0100
@@ -1,0 +2,47 @@
+Thu Feb 16 14:36:34 UTC 2023 - Jan Baier <jba...@suse.com>
+
+- tree 2.1.0:
+  * Add support for --info and --gitignore for the --fromfile option.
+    (Suggested by Piotr Andruszkow)
+  * Add options --infofile and --gitfile to load .info and .gitignore files
+    explicitly.  Each implies --info or --gitignore respectively.
+  * Add NULL guard for json_printinfo() and xml_printinfo() (and fix ftype
+    printing for XML) (Kenta Arai)
+  * Fix getcharset() to not return a getenv() pointer (fix for ENV34-C issue.)
+    (Kenta Arai)
+  * Another attempt at fixing extraneous /'s in HTML URLs/output. (Sebastian
+    Rose)
+  * Fixed XML output (Dave Rice)
+  * Remove the (very outdated) French version of the manpage.  Look to
+    localization projects such as Debian's 'manpages-l10n' for localized
+    translations. (hmartink)
+  * Add support for the NO_COLOR environment variable (https://no-color.org/).
+    Equivalent to the -n option (can be still be overridden with -C).
+    (Timm Fitschen)
+  * Removed many C99isms to enable compiling on C90 compilers with fewer
+    warnings.  (Sith Wijesinghe and Matthew Sessions)  It should not be
+    necessary to avoid using a standard that is old enough to drink,
+    furthermore it is all but impossible to remove the remaining warnings and
+    have modern features like compound literals. In the meantime I've added
+    -std=c11 to the default CFLAGS for Linux and will likely not worry about
+    C90 compatibility going forward unless there is some other reason for it.
+  * Added a helper function for long command line arguments to clean up option
+    processing (and fixes the processing for a few of the options such as
+    --timefmt= (наб?).)
+  * Added --hintro and --houtro options to select files to use as the HTML
+    intro and outro.  Use /dev/null or an empty file to eliminate them
+    entirely.  This should make it much easier to create your own custom CSS
+    or embed one or more trees into a web page.
+  * Defer printing the version until the character set is known so we can use
+    the linedraw copyright symbol.
+  * Revert change to the error code to not return an error (code 2) when
+    attempting to list a non-directory that actually exists.  Tree will still
+    return an error when attempting to list a non-existing directory/file.
+  * Added option --fflinks which will process symbolic link information from
+    a file generated with 'tree -if --noreport' when using --fromfile.
+    (Suggested by Chentao Credungtao)
+  * Updated the totals reporting code to also include in the total the file or
+    directory that is being listed.  This should make a correct report when
+    doing something like 'tree *'.
+
+-------------------------------------------------------------------

Old:
----
  tree-2.0.4.tgz

New:
----
  tree-2.1.0.tgz

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

Other differences:
------------------
++++++ tree.spec ++++++
--- /var/tmp/diff_new_pack.F38cm2/_old  2023-02-19 18:19:07.997546350 +0100
+++ /var/tmp/diff_new_pack.F38cm2/_new  2023-02-19 18:19:08.001546375 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tree
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           tree
-Version:        2.0.4
+Version:        2.1.0
 Release:        0
 Summary:        File listing as a tree
 License:        GPL-2.0-or-later

++++++ tree-2.0.4.tgz -> tree-2.1.0.tgz ++++++
++++ 1958 lines of diff (skipped)

Reply via email to