SHA256
1
0
forked from pool/tree

18 Commits

Author SHA256 Message Date
88a5a816a3 Accepting request 1130001 from home:Guillaume_G:PAC_BTI
- Build with openSUSE flags

OBS-URL: https://build.opensuse.org/request/show/1130001
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=33
2023-12-01 10:37:03 +00:00
8485f66b50 Accepting request 1093466 from home:jbaier_cz:branches:Base:System
Update tree to 2.1.1

OBS-URL: https://build.opensuse.org/request/show/1093466
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=31
2023-06-18 18:46:57 +00:00
ec031a8415 Accepting request 1066191 from home:jbaier_cz:branches:Base:System
Update tree to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/1066191
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=29
2023-02-18 16:28:04 +00:00
15a7af5fa7 Accepting request 1001811 from home:AndreasStieger:branches:Base:System
tree 2.0.4

OBS-URL: https://build.opensuse.org/request/show/1001811
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=27
2022-09-12 07:29:04 +00:00
f9c268871b Accepting request 999692 from home:AndreasStieger:branches:Base:System
tree 2.0.3

OBS-URL: https://build.opensuse.org/request/show/999692
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=24
2022-08-29 09:40:14 +00:00
b49db02b9d Accepting request 955699 from home:AndreasStieger:branches:Base:System
tree 2.0.2

OBS-URL: https://build.opensuse.org/request/show/955699
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=23
2022-02-17 20:50:09 +00:00
ac646b5ef2 Accepting request 943837 from home:AndreasStieger:branches:Base:System
tree 2.0.1

OBS-URL: https://build.opensuse.org/request/show/943837
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=22
2022-01-05 08:59:58 +00:00
b66b66b232 Accepting request 942133 from home:AndreasStieger:branches:Base:System
tree 2.0.0

OBS-URL: https://build.opensuse.org/request/show/942133
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=20
2022-01-03 10:33:20 +00:00
6d97b3613a Accepting request 656844 from home:atopt:branches:Base:System
Update to 1.8.0:
  * Added an experimental --fromfile option (suggested by several people.)
    This may eventually be replaced or supplimented by a --fromjson option.
  * Added support for BSD's CLICOLOR and CLICOLOR_FORCE environment variables.
    (Suggested by Alyssa Ross)
  * Use strftime() exclusively when formatting date/time to respect locale.
  * Some man page fixes and cleanups curtsey of Kirill Kolyshkin
  * Update BINDIR in Makefile for MacOS X -- It is not allowed to install
    programs to /usr/bin on MacOS X any longer due to System Integrity
    Protection (SIP) (Shawn Mehan)
  * Misc patches from Jacob Wahlgren:
    - Improved command line switch error reporting.
    - Symbolic links not displayed if a -P pattern is active
    - Missing argument error reporting fixes on long format switches.
  * Fixed JSON output hanging commas (John Lane, Tad, others)
  * JSON size output ignored -h/--si flags (Wagner Camarao)
  * Fixed issue with malformed multibyte string handling. (Mantas
    Mikulėnas)
  * Fixed issue where mbstowcs() fails to null terminate the string due to
    improper UTF-8 encoding leading to garbage being printed. (Nick Craig-Wood)
  * Found a bug where the wrong inode (and device) information would be printed
    for symbolic links. (Stephan Gabert) 
  - adjust tree-makefile.patch

OBS-URL: https://build.opensuse.org/request/show/656844
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=18
2018-12-11 08:40:46 +00:00
240df4351d - Rename tree-dontstrip.patch to tree-makefile.patch,
since the upstream makefile does not include the strip flag anymore in that line

OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=16
2014-07-21 14:53:29 +00:00
0f3080510b Accepting request 241574 from home:tampakrap
- Update to 1.7.0:
  * Allow user/group names up to 32 characters before clipping.
  * Made -i compress XML and JSON output as much as possible by eliminating
    extraneous whitespace.
  * Added --caseinsensitive (renamed --ignore-case ala grep) flag so patterns
    match without regard to case, courtesy of Jason A Donenfeld.
  * Added --matchdirs option courtesy of Brian Mattern & Jason A. Donenfeld
    <Jason@zx2c4.com>.
  * Fixed possible buffer overflow on large uid/gids w/o user names/group
    names (Alexandre Wendling <alexandrerw@celepar.pr.gov.br>)
  * Added JSON support courtesy of Florian Sesser <fs@it-agenten.com>.
  * Fixed formatting error with HTML output when -L 1 specified. (Sascha Zorn 
    <sascha.zorn@gmail.com>)
  * Added file size sorting (Philipp M?ller <philippausmuensing@googlemail.com>)
  * Added '--sort[=]<name>' option, ala ls.
  * Fixed OS X makefile problems (Ryan Hollis <theryanhollis@gmail.com>)
  * Fixed possible memory overflow in read_dir (path/lbuf not equal in size
    to pathsize/lbufsize.) (Han Hui <hanhui03@163.com>)
  * Fix S_ISDOOR/S_IFDOOR spelling mistake for Solaris. (Tim Mooney
    <Tim.Mooney@ndsu.edu>)
  * Make tree more reliably detect UTF-8 locales. (Mantas Mikulnas
    <grawity@gmail.com> and others.)
  * Return non-zero exit status on option errors, print usage to stdout when
    not an error, add the posix '--' option terminator, Change -S description
    to mean CP437 (console) output codes, not ASCII. (Ivan Shmakov
    <oneingray@gmail.com>)
- Use upstream tarball instead of a custom one
- Adjust the makefile patch accordingly:
  - Rename it from -donstrip to makefile, since the upstream makefile does not
    include the strip flag anymore in that line
  - Fix the CFLAGS and LDFLAGS accordingly
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/241574
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=15
2014-07-21 14:46:36 +00:00
2138552e45 Accepting request 92890 from home:computersalat:devel:Base
update to 1.6.0

OBS-URL: https://build.opensuse.org/request/show/92890
OBS-URL: https://build.opensuse.org/package/show/Base:System/tree?expand=0&rev=13
2011-11-21 20:36:20 +00:00
Ruediger Oertel
722dbeea2d Accepting request 86491 from Base:System
- cross-build fix: use %__cc macro (forwarded request 86478 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=13
2011-10-04 16:15:26 +00:00
OBS User autobuild
dad083cc2c Accepting request 39358 from Base:System
Copy from Base:System/tree based on submit request 39358 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/39358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=9
2010-05-04 09:50:45 +00:00
OBS User autobuild
29fe420cd5 Accepting request 27234 from Base:System
Copy from Base:System/tree based on submit request 27234 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=7
2009-12-21 13:27:26 +00:00
OBS User unknown
e277c5a122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=5 2009-07-09 11:59:47 +00:00
OBS User unknown
8b4a7dd6d9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=2 2007-04-14 15:43:44 +00:00
OBS User unknown
21e581d3ba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree?expand=0&rev=1 2007-01-15 23:39:40 +00:00