Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uutils-findutils 0.4.0 #127369

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Make multi-exec only match {} + with nothing in between by @tavianator in https://github.com/uutils/findutils/pull/91
* Upgrade to GitHub-native Dependabot by @dependabot-preview in https://github.com/uutils/findutils/pull/94
* exec: Handle parent directories more carefully by @tavianator in https://github.com/uutils/findutils/pull/92
* Add support for GNU-compatible printf by @refi64 in https://github.com/uutils/findutils/pull/120
* Add initial parts of automated compatibility tests by @refi64 in https://github.com/uutils/findutils/pull/129
* Add remaining portions of automated compatibility tests by @refi64 in https://github.com/uutils/findutils/pull/130
* Add support for -print0 by @refi64 in https://github.com/uutils/findutils/pull/123
* Add support for regex matching by @refi64 in https://github.com/uutils/findutils/pull/126
* Add an initial implementation of xargs by @refi64 in https://github.com/uutils/findutils/pull/121
* Fix compat tests not using the latest workflow by @refi64 in https://github.com/uutils/findutils/pull/133
* Add support for -lname / -ilname by @refi64 in https://github.com/uutils/findutils/pull/138
* Add support for -empty by @refi64 in https://github.com/uutils/findutils/pull/137
* Add support for -xdev by @refi64 in https://github.com/uutils/findutils/pull/136
* Avoid skipping the entire directory if a file hits -prune by @refi64 in https://github.com/uutils/findutils/pull/139
* matchers: Replace new_box() with an into_box() trait method by @tavianator in https://github.com/uutils/findutils/pull/141
* printf: Fix some time formatting to match GNU find by @tavianator in https://github.com/uutils/findutils/pull/146
* Support -and as a synonym for -a by @tavianator in https://github.com/uutils/findutils/pull/145
* Implement -P and -- by @tavianator in https://github.com/uutils/findutils/pull/148
* Implement -quit by @tavianator in https://github.com/uutils/findutils/pull/147
* POSIX compliant globs by @tavianator in https://github.com/uutils/findutils/pull/151
* find: Use the uucore mode parsing implementation for -perm by @tavianator in https://github.com/uutils/findutils/pull/154
* find/matchers: Implement -mount as an alias for -xdev by @tavianator in https://github.com/uutils/findutils/pull/165
* find/matchers: Add the `ed` and `sed` regex types by @tavianator in https://github.com/uutils/findutils/pull/166
* find/matchers: Implement the -{read,writ,execut}able access checks by @tavianator in https://github.com/uutils/findutils/pull/168
* find/matchers: Implement -inum and -links by @tavianator in https://github.com/uutils/findutils/pull/167
* find: Don't swallow mkfifo errors in the tests by @refi64 in https://github.com/uutils/findutils/pull/179
* Add support for embedded "{}" by @int3 in https://github.com/uutils/findutils/pull/213

Code quality

CI

Dependencies

New Contributors

Full Changelog: uutils/findutils@0.1.0...0.4.0

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Apr 2, 2023
@chenrui333
Copy link
Member Author

  error: failed to run custom build command for `onig_sys v69.8.1`
  
  Caused by:
    process didn't exit successfully: `/tmp/uutils-findutils-20230402-13661-1yj0bas/findutils-0.4.0/target/release/build/onig_sys-00524902a8b31512/build-script-build` (exit status: 101)
    --- stdout
    cargo:rerun-if-env-changed=RUSTONIG_DYNAMIC_LIBONIG
    cargo:rerun-if-env-changed=RUSTONIG_STATIC_LIBONIG
    cargo:rerun-if-env-changed=RUSTONIG_SYSTEM_LIBONIG

@chenrui333 chenrui333 added linux Linux is specifically affected CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Apr 2, 2023
@chenrui333
Copy link
Member Author

chenrui333 commented Apr 3, 2023

/usr/bin/ld: /home/linuxbrew/.linuxbrew/Cellar/projectm/4.0.0/lib/libprojectM-4.so: undefined reference to `glGetInternalformativ'

@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Apr 3, 2023
on_linux do
depends_on "llvm@15" => :build
end
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably raise an issue to track this.

@p-linnane p-linnane added autosquash Automatically squash pull request commits according to Homebrew style. and removed automerge-skip `brew pr-automerge` will skip this pull request linux Linux is specifically affected CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Apr 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 3, 2023

🤖 A scheduled task has requested bottles to be published to this PR.

chenrui333 and others added 2 commits April 3, 2023 16:05
* uutils-findutils 0.4.0
* uutils-findutils: llvm@15 on linux
* uutils-findutils: fix llvm formula ref

Closes Homebrew#127369.

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
Signed-off-by: Dawid Dziurla <9713907+dawidd6@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Apr 3, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 3, 2023
Merged via the queue into Homebrew:master with commit f8e8d64 Apr 3, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label May 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 4, 2023
@chenrui333 chenrui333 deleted the bump-uutils-findutils-0.4.0 branch January 22, 2024 04:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosquash Automatically squash pull request commits according to Homebrew style. bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants