Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree for openSUSE:Factory checked in at 2022-01-04 19:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree (Old) and /work/SRC/openSUSE:Factory/.tree.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree" Tue Jan 4 19:37:33 2022 rev:23 rq:943563 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tree/tree.changes 2018-12-11 15:49:30.138095861 +0100 +++ /work/SRC/openSUSE:Factory/.tree.new.1896/tree.changes 2022-01-04 19:37:39.761943648 +0100 @@ -1,0 +2,33 @@ +Wed Dec 22 16:29:54 UTC 2021 - Andreas Stieger <[email protected]> + +- tree 2.0.0: + * Simplified code + * Adds --info to print information about files/directories from + information found in .info files + * In HTML output, comments show as mouse over tooltips + * Output un-indented JSON on file descriptor 3 ("stddata") + automatically if file descriptor 3 is present + * Always HTML escape filenames in HTML output even when -C is used + * Return a non-zero exit status if there is a failure to open any directory. + * Added --gitignore option to filter out files specified by + .gitignore files. (also reads $GIT_DIR/info/exclude if present.) + * To facilitate gitignore, adds support for ** on pattern matching + to allow /**/ to match a single / + * Now also supports multiple -I and -P instances + * Now prints meta data for the top level directory as well. + * Properly sort --fromfile input + * Make tree colorization use reset (rs code in dir_colors,) + not normal color when resetting attributes + * Honor -n (no color) even if the CLICOLOR_FORCE environment + variable is set + * Fix --sort option to not require = + * Defer sorting for --du until the entire sub-directory tree has + been processed. + * Fix JSON string escaping such that it is not using the HTML + escaping + * Add --filesfirst option + * XML/HTML/JSON output needs to be mutually exclusive, last + command line switch wins +- drop tree-makefile.patch + +------------------------------------------------------------------- Old: ---- tree-1.8.0.tgz tree-makefile.patch New: ---- tree-2.0.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tree.spec ++++++ --- /var/tmp/diff_new_pack.gYoSrY/_old 2022-01-04 19:37:40.241944276 +0100 +++ /var/tmp/diff_new_pack.gYoSrY/_new 2022-01-04 19:37:40.245944281 +0100 @@ -1,7 +1,7 @@ # # spec file for package tree # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tree -Version: 1.8.0 +Version: 2.0.0 Release: 0 Summary: File listing as a tree License: GPL-2.0-or-later Group: Productivity/File utilities -Url: http://mama.indstate.edu/users/ice/tree/ +URL: http://mama.indstate.edu/users/ice/tree/ Source0: http://mama.indstate.edu/users/ice/tree/src/%{name}-%{version}.tgz -Patch0: %{name}-makefile.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Tree is a recursive directory listing command that produces a depth @@ -34,10 +32,9 @@ %prep %setup -q -%patch0 %build -make OPTFLAGS="%{optflags}" %{?_smp_mflags} +%make_build %install mkdir -p %{buildroot}%{_bindir} @@ -46,9 +43,9 @@ install -m 755 %{name} %{buildroot}%{_bindir} %files -%defattr(-,root,root) -%doc CHANGES LICENSE README +%license LICENSE +%doc CHANGES README %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog ++++++ tree-1.8.0.tgz -> tree-2.0.0.tgz ++++++ ++++ 5071 lines of diff (skipped)
