commit fd for openSUSE:Factory

2024-05-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2024-05-09 17:28:50

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1880 (New)


Package is "fd"

Thu May  9 17:28:50 2024 rev:23 rq:1172852 version:10.1.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2024-05-08 11:41:50.209365084 
+0200
+++ /work/SRC/openSUSE:Factory/.fd.new.1880/fd.changes  2024-05-09 
17:28:57.936062954 +0200
@@ -1,0 +2,13 @@
+Wed May  8 17:44:56 UTC 2024 - Michael Vetter 
+
+- Update to version 10.1.0:
+  * Add --format to help in README
+  * Prepare for 10.1.0 release
+  * Implement option for printing custom formats
+  * docs: Make auto option for --strip-cwd-prefix more clear
+  * feat: Add option to always include cwd prefix
+  * Add upcoming to changelog
+  * Attempt to add aarch64 osx build to CI
+  * Fix #1085 for real
+
+---

Old:

  fd-10.0.0.tar.xz

New:

  fd-10.1.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.fFL0lc/_old  2024-05-09 17:28:59.488119618 +0200
+++ /var/tmp/diff_new_pack.fFL0lc/_new  2024-05-09 17:28:59.488119618 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:10.0.0
+Version:10.1.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ _service ++
--- /var/tmp/diff_new_pack.fFL0lc/_old  2024-05-09 17:28:59.532121224 +0200
+++ /var/tmp/diff_new_pack.fFL0lc/_new  2024-05-09 17:28:59.536121370 +0200
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v10.0.0
+v10.1.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.fFL0lc/_old  2024-05-09 17:28:59.564122392 +0200
+++ /var/tmp/diff_new_pack.fFL0lc/_new  2024-05-09 17:28:59.564122392 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  8acd7722f09ff45ef51335751160e0a8dcc096dc
+  289a68bac3938d56b176d5b15fab312fd538e949
 (No newline at EOF)
 

++ fd-10.0.0.tar.xz -> fd-10.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-10.0.0/.github/workflows/CICD.yml 
new/fd-10.1.0/.github/workflows/CICD.yml
--- old/fd-10.0.0/.github/workflows/CICD.yml2024-05-06 08:01:31.0 
+0200
+++ new/fd-10.1.0/.github/workflows/CICD.yml2024-05-08 08:40:02.0 
+0200
@@ -88,6 +88,7 @@
   - { target: i686-unknown-linux-gnu  , os: ubuntu-20.04, 
use-cross: true }
   - { target: i686-unknown-linux-musl , os: ubuntu-20.04, 
use-cross: true }
   - { target: x86_64-apple-darwin , os: macos-12   
   }
+  - { target: aarch64-apple-darwin, os: macos-14   
   }
   - { target: x86_64-pc-windows-gnu   , os: windows-2019   
   }
   - { target: x86_64-pc-windows-msvc  , os: windows-2019   
   }
   - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, 
use-cross: true }
@@ -134,11 +135,7 @@
 
 - name: Build
   shell: bash
-  run: |
-case ${{ matrix.job.target }} in
-  aarch64-*) export JEMALLOC_SYS_WITH_LG_PAGE=16 ;;
-esac;
-$BUILD_CMD build --locked --release --target=${{ matrix.job.target }}
+  run: $BUILD_CMD build --locked --release --target=${{ matrix.job.target 
}}
 
 - name: Set binary name & path
   id: bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-10.0.0/CHANGELOG.md new/fd-10.1.0/CHANGELOG.md
--- old/fd-10.0.0/CHANGELOG.md  2024-05-06 08:01:31.0 +0200
+++ new/fd-10.1.0/CHANGELOG.md  2024-05-08 08:40:02.0 +0200
@@ -1,3 +1,18 @@
+# 10.1.0
+
+## Features
+
+- Allow passing an optional argument to `--strip-cwd-prefix` of "always", 
"never", or "auto". to force whether the cwd prefix is stripped or not.
+- Add a `--format` option which allows using a format template for direct 
ouput similar to the template used for `--exec`. (#1043)
+
+## Bugfixes
+- Fix aarch64 page size again. This time it should actually work. (#1085, 
#1549) (@tavianator)
+
+
+## Other
+
+- aarch64-apple-darwin target added to builds on the release page. Note that 
this is a tier 2 rust target.
+
 # v10.0.0
 
 ## Features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-10.0.0/Cargo.lock new/fd-10.1.0/Cargo.lock
--- old/fd-10.0.0/Cargo.lock2024-05-06 08:01:31.0 +0200
+++ new/fd-10.1.0/Cargo.lock

commit fd for openSUSE:Factory

2024-05-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2024-05-08 11:40:41

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1880 (New)


Package is "fd"

Wed May  8 11:40:41 2024 rev:22 rq:1172637 version:10.0.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2024-01-03 12:25:21.688296001 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1880/fd.changes  2024-05-08 
11:41:50.209365084 +0200
@@ -1,0 +2,64 @@
+Tue May 07 21:17:31 UTC 2024 - pallasw...@proton.me
+
+- Update to version 10.0.0:
+  * Prepare for 10.0.0 release
+  * Add @timestamp to --help
+  * Add script to automate some of release process.
+  * ci: Support large page sizes on AArch64
+  * build(deps): bump libc from 0.2.153 to 0.2.154
+  * build(deps): bump chrono from 0.4.37 to 0.4.38
+  * build(deps): bump nix from 0.27.1 to 0.28.0
+  * Fix typo in CHANGELOG
+  * Add test for gitignore workaround
+  * Workaround for bug with gitinored files
+  * Remove unnecessary sudo in front of commands
+  * Stop ignore .git folders by default
+  * filesystem: Remove a redundant as_str()
+  * Fix deprecation warning.
+  * Add clippy using latest rust version to CI
+  * Use 'MAIN_SEPARATOR_STR' instead of '_SEPARATOR.to_string()'
+  * Update MSRV to 1.77.2
+  * build(deps): bump crossbeam-channel from 0.5.11 to 0.5.12
+  * build(deps): bump lscolors from 0.16.0 to 0.17.0
+  * build(deps): bump aho-corasick from 1.1.2 to 1.1.3
+  * Set default path separator to '/' in MSYS/MSYS2
+  * refactor: Optimize code based on cargo clippy suggestions
+  * build(deps): bump softprops/action-gh-release from 1 to 2
+  * Clean up clippy warnings
+  * build(deps): bump chrono from 0.4.31 to 0.4.34
+  * build(deps): bump tempfile from 3.9.0 to 3.10.1
+  * build(deps): bump libc from 0.2.151 to 0.2.153
+  * Run formatting
+  * Add support for @%s time format
+  * Add installation instructions for more Linux distributions in README
+  * More whitespace
+  * Add Terminal Trove sponsorship
+  * build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
+  * build(deps): bump ignore from 0.4.21 to 0.4.22
+  * build(deps): bump clap_complete from 4.4.6 to 4.4.9
+  * build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
+  * build(deps): bump regex from 1.10.2 to 1.10.3
+  * Makefile: use `--locked` for build
+  * Add target aarch64-unknown-linux-musl
+  * Update clap version
+  * build(deps): bump tempfile from 3.8.1 to 3.9.0
+  * build(deps): bump crossbeam-channel from 0.5.8 to 0.5.10
+  * build(deps): bump filetime from 0.2.22 to 0.2.23
+  * build(deps): bump clap_complete from 4.4.4 to 4.4.5
+  * build(deps): bump libc from 0.2.150 to 0.2.151
+  * Updated CHANGELOG.md, man page and made alias visible in fd -h too
+  * Added explicit documentation about the possibility of using dir
+  * Added alias --type dir
+  * Format notes in Readme
+  * Fixes typo in README
+  * fix: Respect NO_COLOR with --list-details option
+  * CHANGELOG: Fix issue number typo
+  * Update troubleshooting section
+  * Update license information
+  * Add new unreleased section
+- Add rust.patch:
+  * Decrease rust version dependency from 1.77.2 to 1.77.0. 
+The later version is required to fix a problem specific to Windows and is 
not 
+presently available to build in Factory
+
+---

Old:

  fd-9.0.0.tar.xz

New:

  fd-10.0.0.tar.xz
  rust.patch

BETA DEBUG BEGIN:
  New:  * Add new unreleased section
- Add rust.patch:
  * Decrease rust version dependency from 1.77.2 to 1.77.0. 
BETA DEBUG END:



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.9nwqNX/_old  2024-05-08 11:41:54.601526309 +0200
+++ /var/tmp/diff_new_pack.9nwqNX/_new  2024-05-08 11:41:54.605526456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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:   fd
-Version:9.0.0
+Version:10.0.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
@@ -26,9 +26,11 @@
 Source: %{name}-%{version}.tar.xz
 Source1:vendor.tar.xz
 Source2:cargo_config
+# PATCH-FIX-OPENSUSE rust.patch -- decrease required rust version
+Patch0: rust.patch
 BuildRequires:  cargo-packaging
 # package `clap_lex v0.6.0` requires rustc 1.70.0 or newer
-BuildRequires:  rust >= 1.70.0
+BuildRequires:  rust >= 1.77.0
 Provides:   bundled(crate(aho-corasick)) = 

commit fd for openSUSE:Factory

2024-01-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2024-01-03 12:25:20

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.28375 (New)


Package is "fd"

Wed Jan  3 12:25:20 2024 rev:21 rq:1135743 version:9.0.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2023-12-19 23:17:18.508758484 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.28375/fd.changes 2024-01-03 
12:25:21.688296001 +0100
@@ -1,0 +2,5 @@
+Sat Dec 23 10:57:37 UTC 2023 - Sebastian Wagner 
+
+- require rust >= 1.70.0 for clap_lex dependency
+
+---



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.ulWoah/_old  2024-01-03 12:25:22.552327570 +0100
+++ /var/tmp/diff_new_pack.ulWoah/_new  2024-01-03 12:25:22.556327717 +0100
@@ -27,6 +27,8 @@
 Source1:vendor.tar.xz
 Source2:cargo_config
 BuildRequires:  cargo-packaging
+# package `clap_lex v0.6.0` requires rustc 1.70.0 or newer
+BuildRequires:  rust >= 1.70.0
 Provides:   bundled(crate(aho-corasick)) = 0.7.18
 Provides:   bundled(crate(ansi_term)) = 0.12.1
 Provides:   bundled(crate(anyhow)) = 1.0.52


commit fd for openSUSE:Factory

2023-12-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2023-12-19 23:16:57

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.9037 (New)


Package is "fd"

Tue Dec 19 23:16:57 2023 rev:20 rq:1134055 version:9.0.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2023-10-22 21:02:45.855263356 
+0200
+++ /work/SRC/openSUSE:Factory/.fd.new.9037/fd.changes  2023-12-19 
23:17:18.508758484 +0100
@@ -0,0 +1,21 @@
+---
+Tue Dec 19 11:21:41 UTC 2023 - mvet...@suse.com
+
+- Update to version 9.0.0:
+  Performance:
+  * Performance has been significantly improved, both due to optimizations
+in the underlying ignore crate (#1429), and in fd itself (#1422, #1408, 
#13620).
+Benchmarks results show gains of 6-8x for full traversals of smaller 
directories
+(100k files) and up to 13x for larger directories (1M files).
+  * The default number of threads is now constrained to be at most 64. This 
should
+improve startup time on systems with many CPU cores. (#1203, #1410, #1412, 
#1431)
+  * New flushing behavior when writing output to stdout, providing better 
performance
+for TTY and non-TTY use cases, see #1452 and #1313.
+  Features:
+  * Support character and block device file types, see #1213 and #1336
+  * Breaking: .git/ is now ignored by default when using --hidden / -H, use 
--no-ignore
+/ -I or --no-ignore-vcs to override, see #1387 and #1396
+  Bugfixes:
+  * Fix NO_COLOR support, see #1421
+  Other:
+  * Fixed documentation typos, see #1409

Old:

  fd-8.7.1.obscpio
  fd-8.7.1.tar.xz

New:

  fd-9.0.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.WHWuzQ/_old  2023-12-19 23:17:19.452792862 +0100
+++ /var/tmp/diff_new_pack.WHWuzQ/_new  2023-12-19 23:17:19.452792862 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.7.1
+Version:9.0.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
@@ -140,7 +140,7 @@
 
 %prep
 %autosetup -a1
-mkdir .cargo
+mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.WHWuzQ/_old  2023-12-19 23:17:19.500794609 +0100
+++ /var/tmp/diff_new_pack.WHWuzQ/_new  2023-12-19 23:17:19.508794900 +0100
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.7.1
+v9.0.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.WHWuzQ/_old  2023-12-19 23:17:19.528795629 +0100
+++ /var/tmp/diff_new_pack.WHWuzQ/_new  2023-12-19 23:17:19.536795920 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  6b5fe1c6344e9e2dc979ab3ce797e755c63a5159
+  d9c4e6239fc1807bce1bb6aca4426f3880230a84
 (No newline at EOF)
 

++ fd-8.7.1.tar.xz -> fd-9.0.0.tar.xz ++
 2412 lines of diff (skipped)

++ fd.obsinfo ++
--- /var/tmp/diff_new_pack.WHWuzQ/_old  2023-12-19 23:17:19.664800581 +0100
+++ /var/tmp/diff_new_pack.WHWuzQ/_new  2023-12-19 23:17:19.672800873 +0100
@@ -1,5 +1,5 @@
 name: fd
-version: 8.7.1
-mtime: 1697860658
-commit: 6b5fe1c6344e9e2dc979ab3ce797e755c63a5159
+version: 9.0.0
+mtime: 1702981739
+commit: d9c4e6239fc1807bce1bb6aca4426f3880230a84
 

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.9037/vendor.tar.xz differ: char 8, line 1


commit fd for openSUSE:Factory

2023-10-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2023-10-22 21:02:15

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1945 (New)


Package is "fd"

Sun Oct 22 21:02:15 2023 rev:19 rq:1119376 version:8.7.1

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2023-02-28 12:49:15.576713706 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1945/fd.changes  2023-10-22 
21:02:45.855263356 +0200
@@ -0,0 +1,14 @@
+
+---
+Sat Oct 21 09:28:22 UTC 2023 - mvet...@suse.com
+
+- Update to version 8.7.1:
+  * -1 properly conflicts with the exec family of options.
+  * --max-results overrides -1
+  * --quiet properly conflicts with the exec family of options. This
+used to be the case, but broke during the switch to clap-derive
+  * --changed-within now accepts a space as well as a "T" as the
+separator between date and time (due to update of chrono dependency)
+  * Many dependencies were updated
+  * Some documentation was updated and fixed
+

Old:

  fd-8.7.0.obscpio
  fd-8.7.0.tar.xz

New:

  fd-8.7.1.obscpio
  fd-8.7.1.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.Lkgrsn/_old  2023-10-22 21:02:46.695293900 +0200
+++ /var/tmp/diff_new_pack.Lkgrsn/_new  2023-10-22 21:02:46.695293900 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.7.0
+Version:8.7.1
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ _service ++
--- /var/tmp/diff_new_pack.Lkgrsn/_old  2023-10-22 21:02:46.727295063 +0200
+++ /var/tmp/diff_new_pack.Lkgrsn/_new  2023-10-22 21:02:46.731295209 +0200
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.7.0
+v8.7.1
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.Lkgrsn/_old  2023-10-22 21:02:46.751295937 +0200
+++ /var/tmp/diff_new_pack.Lkgrsn/_new  2023-10-22 21:02:46.755296082 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  840a565d3aadbeb303b10a01c0aa3561924dfc46
+  6b5fe1c6344e9e2dc979ab3ce797e755c63a5159
 (No newline at EOF)
 

++ fd-8.7.0.obscpio -> fd-8.7.1.obscpio ++
 2427 lines of diff (skipped)

++ fd-8.7.0.tar.xz -> fd-8.7.1.tar.xz ++
 2427 lines of diff (skipped)

++ fd.obsinfo ++
--- /var/tmp/diff_new_pack.Lkgrsn/_old  2023-10-22 21:02:46.959303500 +0200
+++ /var/tmp/diff_new_pack.Lkgrsn/_new  2023-10-22 21:02:46.963303645 +0200
@@ -1,5 +1,5 @@
 name: fd
-version: 8.7.0
-mtime: 1677222886
-commit: 840a565d3aadbeb303b10a01c0aa3561924dfc46
+version: 8.7.1
+mtime: 1697860658
+commit: 6b5fe1c6344e9e2dc979ab3ce797e755c63a5159
 

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.1945/vendor.tar.xz differ: char 26, line 1


commit fd for openSUSE:Factory

2023-02-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2023-02-28 12:48:51

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.31432 (New)


Package is "fd"

Tue Feb 28 12:48:51 2023 rev:18 rq:1068036 version:8.7.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2023-01-15 17:58:10.762207628 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.31432/fd.changes 2023-02-28 
12:49:15.576713706 +0100
@@ -1,0 +2,11 @@
+Mon Feb 27 09:28:13 UTC 2023 - andrea.manz...@suse.com
+
+- Update to version 8.7.0:
+  * Bump dependencies
+  * Add flag --no-require-git to always respect gitignore files
+  * Skip an executable test if running as root
+  * updates for windows platform
+  * Fix logic for when to read global ignore file
+  * Add Upcoming release to changelog
+
+---

Old:

  fd-8.5.0.obscpio
  fd-8.6.0.obscpio
  fd-8.6.0.tar.xz

New:

  fd-8.7.0.obscpio
  fd-8.7.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.QdDXEf/_old  2023-02-28 12:49:16.640719548 +0100
+++ /var/tmp/diff_new_pack.QdDXEf/_new  2023-02-28 12:49:16.644719570 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.6.0
+Version:8.7.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ _service ++
--- /var/tmp/diff_new_pack.QdDXEf/_old  2023-02-28 12:49:16.676719745 +0100
+++ /var/tmp/diff_new_pack.QdDXEf/_new  2023-02-28 12:49:16.680719767 +0100
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.6.0
+v8.7.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.QdDXEf/_old  2023-02-28 12:49:16.700719877 +0100
+++ /var/tmp/diff_new_pack.QdDXEf/_new  2023-02-28 12:49:16.700719877 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  d5bca085dd9f9091226bc01dc9b579979aad735f
+  840a565d3aadbeb303b10a01c0aa3561924dfc46
 (No newline at EOF)
 

++ fd-8.5.0.obscpio -> fd-8.7.0.obscpio ++
 3144 lines of diff (skipped)

++ fd-8.6.0.tar.xz -> fd-8.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.6.0/.github/workflows/CICD.yml 
new/fd-8.7.0/.github/workflows/CICD.yml
--- old/fd-8.6.0/.github/workflows/CICD.yml 2022-12-09 07:41:24.0 
+0100
+++ new/fd-8.7.0/.github/workflows/CICD.yml 2023-02-24 08:14:46.0 
+0100
@@ -1,7 +1,7 @@
 name: CICD
 
 env:
-  MIN_SUPPORTED_RUST_VERSION: "1.60.0"
+  MIN_SUPPORTED_RUST_VERSION: "1.64.0"
   CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
 
 on:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.6.0/CHANGELOG.md new/fd-8.7.0/CHANGELOG.md
--- old/fd-8.6.0/CHANGELOG.md   2022-12-09 07:41:24.0 +0100
+++ new/fd-8.7.0/CHANGELOG.md   2023-02-24 08:14:46.0 +0100
@@ -1,3 +1,19 @@
+# v8.7.0
+
+## Features
+
+- Add flag --no-require-git to always respect gitignore files, see #1216 
(@vegerot)
+
+## Bugfixes
+
+- Fix logic for when to use global ignore file. There was a bug where the only 
case where the
+  global ignore file wasn't processed was if `--no-ignore` was passed, but 
neither `--unrestricted`
+  nor `--no-global-ignore-file` is passed. See #1209
+
+## Changes
+
+## Other
+
 # v8.6.0
 
 ## Features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.6.0/CONTRIBUTING.md new/fd-8.7.0/CONTRIBUTING.md
--- old/fd-8.6.0/CONTRIBUTING.md2022-12-09 07:41:24.0 +0100
+++ new/fd-8.7.0/CONTRIBUTING.md2023-02-24 08:14:46.0 +0100
@@ -13,11 +13,11 @@
 ## Add an entry to the changelog
 
 If your contribution changes the behavior of `fd` (as opposed to a typo-fix
-in the documentation), please update the [`CHANGELOG.md`](CHANGELOG.md) file
+in the documentation), please update the 
[`CHANGELOG.md`](CHANGELOG.md#upcoming-release) file
 and describe your changes. This makes the release process much easier and
 therefore helps to get your changes into a new `fd` release faster.
 
-The top of the `CHANGELOG` contains a *"unreleased"* section with a few
+The top of the `CHANGELOG` contains an *"Upcoming release"* section with a few
 subsections (Features, Bugfixes, …). Please add your entry to the subsection
 that best describes your change.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.6.0/Cargo.lock new/fd-8.7.0/Cargo.lock
--- old/fd-8.6.0/Cargo.lock 2022-12-09 

commit fd for openSUSE:Factory

2023-01-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2023-01-15 17:58:05

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.32243 (New)


Package is "fd"

Sun Jan 15 17:58:05 2023 rev:17 rq:1058403 version:8.6.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2022-11-09 12:58:30.296709683 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.32243/fd.changes 2023-01-15 
17:58:10.762207628 +0100
@@ -1,0 +2,10 @@
+Sat Jan 14 17:09:47 UTC 2023 - andrea.manz...@suse.com
+
+- Update to version 8.6.0:
+  * New --and  option to add additional patterns that must also be 
matched. 
+  * Added --changed-after as alias for --changed-within, to have a name 
consistent with --changed-before.
+  * Breaking: On Unix-like systems, --type executable now additionally checks 
if the file is executable by the current user,
+  * Fix completion generation to not include full path of fd command
+  * Fix build error if completions feature is disabled
+  * Fix --owner, --threads/j option value parsing
+---

Old:

  fd-8.4.0.obscpio
  fd-8.5.0.tar.xz

New:

  fd-8.6.0.obscpio
  fd-8.6.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.Ivl8gb/_old  2023-01-15 17:58:12.090215510 +0100
+++ /var/tmp/diff_new_pack.Ivl8gb/_new  2023-01-15 17:58:12.094215533 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# 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:   fd
-Version:8.5.0
+Version:8.6.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ _service ++
--- /var/tmp/diff_new_pack.Ivl8gb/_old  2023-01-15 17:58:12.126215723 +0100
+++ /var/tmp/diff_new_pack.Ivl8gb/_new  2023-01-15 17:58:12.130215747 +0100
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.5.0
+v8.6.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.Ivl8gb/_old  2023-01-15 17:58:12.150215866 +0100
+++ /var/tmp/diff_new_pack.Ivl8gb/_new  2023-01-15 17:58:12.154215889 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  bab77275ece71df6ece197e5c96df451d49f9e33
+  d5bca085dd9f9091226bc01dc9b579979aad735f
 (No newline at EOF)
 

++ fd-8.4.0.obscpio -> fd-8.6.0.obscpio ++
 6724 lines of diff (skipped)

++ fd-8.5.0.tar.xz -> fd-8.6.0.tar.xz ++
 2448 lines of diff (skipped)

++ fd.obsinfo ++
--- /var/tmp/diff_new_pack.Ivl8gb/_old  2023-01-15 17:58:12.358217101 +0100
+++ /var/tmp/diff_new_pack.Ivl8gb/_new  2023-01-15 17:58:12.358217101 +0100
@@ -1,5 +1,5 @@
 name: fd
-version: 8.5.0
-mtime: 1667333891
-commit: bab77275ece71df6ece197e5c96df451d49f9e33
+version: 8.6.0
+mtime: 1670568084
+commit: d5bca085dd9f9091226bc01dc9b579979aad735f
 

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.32243/vendor.tar.xz differ: char 26, line 1


commit fd for openSUSE:Factory

2022-11-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-11-09 12:58:19

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1597 (New)


Package is "fd"

Wed Nov  9 12:58:19 2022 rev:16 rq:1034798 version:8.5.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2022-06-16 18:21:32.768193787 
+0200
+++ /work/SRC/openSUSE:Factory/.fd.new.1597/fd.changes  2022-11-09 
12:58:30.296709683 +0100
@@ -1,0 +2,30 @@
+Wed Nov 02 07:05:31 UTC 2022 - sebix+novell@sebix.at
+
+- Update to version 8.5.0:
+ - Features
+  - --type executable/-t now works on Windows, see #1051 and #1061
+ - Bugfixes
+  - Fixed differences between piped / non-piped output. This changes fds 
behavior back to what we
+  - had before 8.3.0, i.e. there will be no leading ./ prefixes, unless 
--exec/-x,
+  - --exec-batch/-X, or --print0/-0 are used. --strip-cwd-prefix can be used 
to strip that
+  - prefix in those cases. See #1046, #1115, and #1121
+  - fd could previously crash with a panic due to a race condition in Rusts 
standard library
+  - (see rust-lang/rust#39364). This has been fixed by switching to a different
+  - message passing implementation, see #1060 and #1146
+  - fds memory usage will not grow unboundedly on huge directory trees, see 
#1146
+  - fd returns an error when current working directory does not exist while a 
search path is
+  - specified, see #1072
+  - Improved "command not found" error message, see #1083 and #1109
+  - Preserve command exit codes when using --exec-batch, see #1136 and #1137
+ - Changes
+  - No leading ./ prefix for non-interactive results, see above.
+  - fd now colorizes paths in parallel, significantly improving performance, 
see #1148
+  - fd can now avoid stat syscalls even when colorizing paths, as long as the 
color scheme doesn't
+  - require metadata, see #1148
+  - The statically linked musl versions of fd now use jmalloc, leading to a 
significant performance
+  - improvement, see #1062
+ - Other
+  - Added link back to GitHub in man page and --help text, see #1086
+  - Major update in how fd handles command line options internally, see #1067
+
+---

Old:

  fd-8.4.0.tar.xz

New:

  fd-8.5.0.obscpio
  fd-8.5.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.eKUwvf/_old  2022-11-09 12:58:31.408715952 +0100
+++ /var/tmp/diff_new_pack.eKUwvf/_new  2022-11-09 12:58:31.412715974 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.4.0
+Version:8.5.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
@@ -145,14 +145,15 @@
 
 %build
 %{cargo_build}
+make completions
 
 %install
 %{cargo_install}
 
 # install shell completions and man page
-install -Dm644 target/release/build/fd-find-*/out/fd.bash 
%{buildroot}%{_datadir}/bash-completion/completions/fd
-install -Dm644 target/release/build/fd-find-*/out/fd.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/fd.fish
-install -Dm644 contrib/completion/_fd 
%{buildroot}%{_datadir}/zsh/site-functions/_fd
+install -Dm644 autocomplete/fd.bash 
%{buildroot}%{_datadir}/bash-completion/completions/fd
+install -Dm644 autocomplete/fd.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/fd.fish
+install -Dm644 autocomplete/_fd %{buildroot}%{_datadir}/zsh/site-functions/_fd
 install -Dm644 doc/fd.1 %{buildroot}%{_mandir}/man1/fd.1
 
 %files

++ _service ++
--- /var/tmp/diff_new_pack.eKUwvf/_old  2022-11-09 12:58:31.444716154 +0100
+++ /var/tmp/diff_new_pack.eKUwvf/_new  2022-11-09 12:58:31.448716177 +0100
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.4.0
+v8.5.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.eKUwvf/_old  2022-11-09 12:58:31.464716267 +0100
+++ /var/tmp/diff_new_pack.eKUwvf/_new  2022-11-09 12:58:31.468716290 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60
+  bab77275ece71df6ece197e5c96df451d49f9e33
 (No newline at EOF)
 

++ fd-8.4.0.tar.xz -> fd-8.5.0.tar.xz ++
 5781 lines of diff (skipped)

++ fd.obsinfo ++
--- /var/tmp/diff_new_pack.eKUwvf/_old  2022-11-09 12:58:31.584716943 +0100
+++ /var/tmp/diff_new_pack.eKUwvf/_new  2022-11-09 12:58:31.588716966 +0100
@@ -1,5 +1,5 @@
 name: fd
-version: 8.4.0
-mtime: 1653816105
-commit: c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60
+version: 8.5.0
+mtime: 1667333891
+commit: bab77275ece71df6ece197e5c96df451d49f9e33
 

++ 

commit fd for openSUSE:Factory

2022-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-06-16 18:20:31

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1548 (New)


Package is "fd"

Thu Jun 16 18:20:31 2022 rev:15 rq:982751 version:8.4.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2022-04-08 22:45:58.578967616 
+0200
+++ /work/SRC/openSUSE:Factory/.fd.new.1548/fd.changes  2022-06-16 
18:21:32.768193787 +0200
@@ -1,0 +2,33 @@
+Wed Jun 08 08:57:36 UTC 2022 - sebix+novell@sebix.at
+
+- Update to version 8.4.0:
+  * Update documentation of --batch-size feature
+  * Fix (pointless) clippy suggestion
+  * Use cross to build x86_64-unknown-linux-gnu binaries to relax glibc 
requirements
+  * Use minimal toolchain for clippy runs
+  * exec: Execute batches before they get too long
+  * remove description of --batch-size flag from EXAMPLES subsection
+  * Limit nix features
+  * Update help text and man page
+  * Make -u idempotent
+  * Match against reference instead of value
+  * modification skeleton
+  * make DirEntry Ord
+  * add actual path separator value to config
+  * Fix mistakes from resolving conflicts
+  * Error out if no args provided to --exec or --exec-batch
+  * Use full names in command.rs
+  * Group together output from multi exec commands
+  * Add  description of multiple --exec to man page
+  * Fix clippy lints
+  * Support multiple `--exec` instances
+  * Looks like the COPR repo is no longer maintained
+  * Fix missing clap feature
+  * Fix some clippy warnings
+  * More prominently document that fd uses regex by default
+  * convert to path instead of cloning in batch exec
+  * rename module entry -> dir_entry
+  * append trailing slash to folders
+  * send DirEntries to output instead of just path
+
+---
@@ -4,0 +38 @@
+- Correct _service to use the obs_scm generated tar
@@ -26 +59,0 @@
->>> ./fd.changes.new

Old:

  fd-8.3.2.obscpio
  fd-8.3.2.tar.gz

New:

  fd-8.4.0.obscpio
  fd-8.4.0.tar.xz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.ZLkcr1/_old  2022-06-16 18:21:35.776198064 +0200
+++ /var/tmp/diff_new_pack.ZLkcr1/_new  2022-06-16 18:21:35.784198075 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   fd
-Version:8.3.2
+Version:8.4.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
 Group:  Productivity/File utilities
 URL:https://github.com/sharkdp/fd
-Source: 
https://github.com/sharkdp/fd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
 Source1:vendor.tar.xz
 Source2:cargo_config
 BuildRequires:  cargo-packaging

++ _service ++
--- /var/tmp/diff_new_pack.ZLkcr1/_old  2022-06-16 18:21:35.816198121 +0200
+++ /var/tmp/diff_new_pack.ZLkcr1/_new  2022-06-16 18:21:35.820198127 +0200
@@ -3,7 +3,7 @@
 https://github.com/sharkdp/fd.git
 @PARENT_TAG@
 git
-v8.3.2
+v8.4.0
 *
 v(\d+\.\d+\.\d+)
 \1

++ _servicedata ++
--- /var/tmp/diff_new_pack.ZLkcr1/_old  2022-06-16 18:21:35.844198161 +0200
+++ /var/tmp/diff_new_pack.ZLkcr1/_new  2022-06-16 18:21:35.848198166 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/sharkdp/fd.git
-  9f5ed8534e824b3e2a0934ff3aa0b781cb370688
+  c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60
 (No newline at EOF)
 

++ fd-8.3.2.obscpio -> fd-8.4.0.obscpio ++
 3029 lines of diff (skipped)

++ fd.obsinfo ++
--- /var/tmp/diff_new_pack.ZLkcr1/_old  2022-06-16 18:21:36.016198405 +0200
+++ /var/tmp/diff_new_pack.ZLkcr1/_new  2022-06-16 18:21:36.020198411 +0200
@@ -1,5 +1,5 @@
 name: fd
-version: 8.3.2
-mtime: 1643471593
-commit: 9f5ed8534e824b3e2a0934ff3aa0b781cb370688
+version: 8.4.0
+mtime: 1653816105
+commit: c47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60
 

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.1548/vendor.tar.xz differ: char 27, line 1


commit fd for openSUSE:Factory

2022-04-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-04-08 22:45:49

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1900 (New)


Package is "fd"

Fri Apr  8 22:45:49 2022 rev:14 rq:967705 version:8.3.2

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2022-02-05 23:24:39.775317443 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1900/fd.changes  2022-04-08 
22:45:58.578967616 +0200
@@ -1,0 +2,5 @@
+Tue Apr  5 05:36:59 UTC 2022 - William Brown 
+
+- Automatic update of vendored dependencies
+
+---



Other differences:
--
++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.1900/vendor.tar.xz differ: char 27, line 1


commit fd for openSUSE:Factory

2022-02-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-02-05 23:23:25

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1898 (New)


Package is "fd"

Sat Feb  5 23:23:25 2022 rev:13 rq:951787 version:8.3.2

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2022-01-08 23:24:24.446270249 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1898/fd.changes  2022-02-05 
23:24:39.775317443 +0100
@@ -1,0 +2,14 @@
+Sat Jan 29 16:58:24 UTC 2022 - sebix+novell@sebix.at
+
+- Update to version 8.3.2:
+  * Add temporary version of logo
+  * Bump version to v8.3.2
+  * Add clippy run in CI/CD
+  * Add tavianator sponsoring link
+  * Bump MSRV to 1.54
+  * Upgrade to clap 3.0
+  * Add CHANGELOG entry
+  * Change test_opposing to be less flaky.
+  * Update normpath to 0.3.2 to fix issue #931
+
+---
@@ -6,0 +21 @@
+>>> ./fd.changes.new

Old:

  fd-8.3.1.tar.gz

New:

  _service
  _servicedata
  fd-8.3.2.obscpio
  fd-8.3.2.tar.gz
  fd.obsinfo



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.BuuunL/_old  2022-02-05 23:24:40.515312382 +0100
+++ /var/tmp/diff_new_pack.BuuunL/_new  2022-02-05 23:24:40.519312355 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.3.1
+Version:8.3.2
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ _service ++

  
https://github.com/sharkdp/fd.git
@PARENT_TAG@
git
v8.3.2
*
v(\d+\.\d+\.\d+)
\1
enable
  
  
  
*.tar
xz
  
  
  
 fd
 xz
 true
  
  


++ _servicedata ++


https://github.com/sharkdp/fd.git
  9f5ed8534e824b3e2a0934ff3aa0b781cb370688
(No newline at EOF)

++ fd-8.3.1.tar.gz -> fd-8.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.3.1/.github/FUNDING.yml 
new/fd-8.3.2/.github/FUNDING.yml
--- old/fd-8.3.1/.github/FUNDING.yml1970-01-01 01:00:00.0 +0100
+++ new/fd-8.3.2/.github/FUNDING.yml2022-01-29 16:53:13.0 +0100
@@ -0,0 +1 @@
+github: [sharkdp, tavianator]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.3.1/.github/workflows/CICD.yml 
new/fd-8.3.2/.github/workflows/CICD.yml
--- old/fd-8.3.1/.github/workflows/CICD.yml 2022-01-06 14:20:02.0 
+0100
+++ new/fd-8.3.2/.github/workflows/CICD.yml 2022-01-29 16:53:13.0 
+0100
@@ -1,7 +1,7 @@
 name: CICD
 
 env:
-  MIN_SUPPORTED_RUST_VERSION: "1.53.0"
+  MIN_SUPPORTED_RUST_VERSION: "1.54.0"
   CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
 
 on:
@@ -46,11 +46,18 @@
 steps:
 - name: Checkout source code
   uses: actions/checkout@v2
+
 - name: Install rust toolchain (v${{ env.MIN_SUPPORTED_RUST_VERSION }})
   uses: actions-rs/toolchain@v1
   with:
 toolchain: ${{ env.MIN_SUPPORTED_RUST_VERSION }}
 default: true
+components: clippy
+- name: Run clippy (on minimum supported rust version to prevent warnings 
we can't fix)
+  uses: actions-rs/cargo@v1
+  with:
+command: clippy
+args: --locked --all-targets --all-features
 profile: minimal # minimal component installation (ie, no 
documentation)
 - name: Run tests
   uses: actions-rs/cargo@v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.3.1/CHANGELOG.md new/fd-8.3.2/CHANGELOG.md
--- old/fd-8.3.1/CHANGELOG.md   2022-01-06 14:20:02.0 +0100
+++ new/fd-8.3.2/CHANGELOG.md   2022-01-29 16:53:13.0 +0100
@@ -15,6 +15,11 @@
 ## Other
 
 
+# v8.3.2
+
+## Bugfixes
+
+- Invalid absolute path on windows when searching from the drive root, see 
#931 and #936 (@gbarta)
 
 
 # v8.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fd-8.3.1/Cargo.lock new/fd-8.3.2/Cargo.lock
--- old/fd-8.3.1/Cargo.lock 2022-01-06 14:20:02.0 +0100
+++ new/fd-8.3.2/Cargo.lock 2022-01-29 16:53:13.0 +0100
@@ -85,18 +85,28 @@
 
 [[package]]
 name = "clap"
-version = "2.34.0"
+version = "3.0.5"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
+checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
 dependencies = [
- "ansi_term",
  "atty",
  "bitflags",
+ "indexmap",
+ "lazy_static",
+ "os_str_bytes",
  "strsim",
- "term_size",
+ "termcolor",
+ "terminal_size",
  "textwrap",
- 

commit fd for openSUSE:Factory

2022-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2022-01-08 23:23:42

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.1892 (New)


Package is "fd"

Sat Jan  8 23:23:42 2022 rev:12 rq:944794 version:8.3.1

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2021-12-08 22:10:34.834908321 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.1892/fd.changes  2022-01-08 
23:24:24.446270249 +0100
@@ -1,0 +2,19 @@
+Fri Jan  7 16:09:29 UTC 2022 - Avindra Goolcharan 
+
+- remove service files
+
+---
+Thu Jan 06 14:33:13 UTC 2022 - sebix+novell@sebix.at
+
+- Update to version 8.3.1:
+ - Bugfixes
+  - Stop implying --no-ignore-parent when --no-vcs-ignore is supplied, see 
#907, #901, #908 (@tmccombs)
+  - fd no longer waits for the whole traversal if the only matches arrive 
within max_buffer_time, see #868 and #895 (@tavianator)
+  - --max-results=1 now immediately quits after the first result, see #867 
(@tavianator)
+  - fd -h does not panic anymore when stdout is closed, see #897
+ - Changes
+  - Disable jemalloc on FreeBSD, see #896 (@xanderio)
+  - Updated man page, see #912 (@rlue)
+  - Updated zsh completions, see #932 (@tmccombs)
+
+---

Old:

  fd-8.3.0.tar.gz

New:

  fd-8.3.1.tar.gz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.iiGky2/_old  2022-01-08 23:24:25.350270987 +0100
+++ /var/tmp/diff_new_pack.iiGky2/_new  2022-01-08 23:24:25.354270990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.3.0
+Version:8.3.1
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT
@@ -27,6 +27,77 @@
 Source1:vendor.tar.xz
 Source2:cargo_config
 BuildRequires:  cargo-packaging
+Provides:   bundled(crate(aho-corasick)) = 0.7.18
+Provides:   bundled(crate(ansi_term)) = 0.12.1
+Provides:   bundled(crate(anyhow)) = 1.0.52
+Provides:   bundled(crate(atty)) = 0.2.14
+Provides:   bundled(crate(autocfg)) = 1.0.1
+Provides:   bundled(crate(bitflags)) = 1.3.2
+Provides:   bundled(crate(bstr)) = 0.2.17
+Provides:   bundled(crate(cc)) = 1.0.72
+Provides:   bundled(crate(cfg-if)) = 1.0.0
+Provides:   bundled(crate(chrono)) = 0.4.19
+Provides:   bundled(crate(clap)) = 2.34.0
+Provides:   bundled(crate(crossbeam-utils)) = 0.8.5
+Provides:   bundled(crate(ctrlc)) = 3.2.1
+Provides:   bundled(crate(diff)) = 0.1.12
+Provides:   bundled(crate(dirs-next)) = 2.0.0
+Provides:   bundled(crate(dirs-sys-next)) = 0.1.2
+Provides:   bundled(crate(fd-find)) = 8.3.1
+Provides:   bundled(crate(filetime)) = 0.2.15
+Provides:   bundled(crate(fnv)) = 1.0.7
+Provides:   bundled(crate(fs_extra)) = 1.2.0
+Provides:   bundled(crate(fuchsia-cprng)) = 0.1.1
+Provides:   bundled(crate(getrandom)) = 0.2.3
+Provides:   bundled(crate(globset)) = 0.4.8
+Provides:   bundled(crate(hermit-abi)) = 0.1.19
+Provides:   bundled(crate(humantime)) = 2.1.0
+Provides:   bundled(crate(ignore)) = 0.4.18
+Provides:   bundled(crate(jemalloc-sys)) = 0.3.2
+Provides:   bundled(crate(jemallocator)) = 0.3.2
+Provides:   bundled(crate(lazy_static)) = 1.4.0
+Provides:   bundled(crate(libc)) = 0.2.112
+Provides:   bundled(crate(log)) = 0.4.14
+Provides:   bundled(crate(lscolors)) = 0.8.1
+Provides:   bundled(crate(memchr)) = 2.4.1
+Provides:   bundled(crate(memoffset)) = 0.6.4
+Provides:   bundled(crate(nix)) = 0.23.1
+Provides:   bundled(crate(normpath)) = 0.3.1
+Provides:   bundled(crate(num-integer)) = 0.1.44
+Provides:   bundled(crate(num-traits)) = 0.2.14
+Provides:   bundled(crate(num_cpus)) = 1.13.1
+Provides:   bundled(crate(once_cell)) = 1.9.0
+Provides:   bundled(crate(proc-macro2)) = 1.0.32
+Provides:   bundled(crate(quote)) = 1.0.10
+Provides:   bundled(crate(rand)) = 0.4.6
+Provides:   bundled(crate(rand_core)) = 0.3.1
+Provides:   bundled(crate(rand_core)) = 0.4.2
+Provides:   bundled(crate(rdrand)) = 0.4.0
+Provides:   bundled(crate(redox_syscall)) = 0.2.10
+Provides:   bundled(crate(redox_users)) = 0.4.0
+Provides:   bundled(crate(regex)) = 1.5.4
+Provides:   bundled(crate(regex-syntax)) = 

commit fd for openSUSE:Factory

2021-12-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2021-12-08 22:09:21

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.31177 (New)


Package is "fd"

Wed Dec  8 22:09:21 2021 rev:11 rq:936384 version:8.3.0

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2021-10-04 18:42:24.070294967 
+0200
+++ /work/SRC/openSUSE:Factory/.fd.new.31177/fd.changes 2021-12-08 
22:10:34.834908321 +0100
@@ -1,0 +2,15 @@
+Mon Nov 29 08:09:38 UTC 2021 - sebix+novell@sebix.at
+
+- Update to version 8.3.0:
+  * Update usage section
+  * Bump version
+  * Update CHANGELOG for v8.3
+  * Update dependencies
+  * Use non-sync channel
+  * squash! Add buffering to stdout when it's not a terminal
+  * Add entry for buffering to CHANGELOG
+  * Add buffering to stdout when it's not a terminal
+  * Modify example to a realistic use case
+  * Add an example of the -X option using rg
+
+---

Old:

  fd-8.2.1.tar.gz

New:

  fd-8.3.0.tar.gz



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.h5Qx1e/_old  2021-12-08 22:10:35.334908556 +0100
+++ /var/tmp/diff_new_pack.h5Qx1e/_new  2021-12-08 22:10:35.338908558 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fd
-Version:8.2.1
+Version:8.3.0
 Release:0
 Summary:An alternative to the "find" utility
 License:Apache-2.0 AND MIT

++ fd-8.2.1.tar.gz -> fd-8.3.0.tar.gz ++
 7465 lines of diff (skipped)

++ vendor.tar.xz ++
/work/SRC/openSUSE:Factory/fd/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fd.new.31177/vendor.tar.xz differ: char 13, line 1


commit fd for openSUSE:Factory

2021-10-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fd for openSUSE:Factory checked in 
at 2021-10-04 18:40:31

Comparing /work/SRC/openSUSE:Factory/fd (Old)
 and  /work/SRC/openSUSE:Factory/.fd.new.2443 (New)


Package is "fd"

Mon Oct  4 18:40:31 2021 rev:10 rq:922955 version:8.2.1

Changes:

--- /work/SRC/openSUSE:Factory/fd/fd.changes2021-01-03 21:27:26.479628443 
+0100
+++ /work/SRC/openSUSE:Factory/.fd.new.2443/fd.changes  2021-10-04 
18:42:24.070294967 +0200
@@ -1,0 +2,5 @@
+Tue Sep 28 01:46:53 UTC 2021 - William Brown 
+
+- Replace rust-packaging with cargo-packaging
+
+---

New:

  cargo_config



Other differences:
--
++ fd.spec ++
--- /var/tmp/diff_new_pack.g8MqfH/_old  2021-10-04 18:42:24.562295766 +0200
+++ /var/tmp/diff_new_pack.g8MqfH/_new  2021-10-04 18:42:24.562295766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fd
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
 Version:8.2.1
 Release:0
 Summary:An alternative to the "find" utility
-License:MIT AND Apache-2.0
+License:Apache-2.0 AND MIT
 Group:  Productivity/File utilities
 URL:https://github.com/sharkdp/fd
 Source: 
https://github.com/sharkdp/fd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:vendor.tar.xz
-BuildRequires:  rust-packaging
+Source2:cargo_config
+BuildRequires:  cargo-packaging
 
 %description
 fd is an alternative to GNU find. It features:
@@ -68,8 +69,8 @@
 
 %prep
 %autosetup -a1
-%define cargo_registry $(pwd)/vendor
-%{cargo_prep}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
 %{cargo_build}

++ cargo_config ++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"