5 Commits

Author SHA256 Message Date
78f1db74f1 Accepting request 1297942 from utilities
OBS-URL: https://build.opensuse.org/request/show/1297942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/watchexec?expand=0&rev=12
2025-08-06 16:15:16 +00:00
db51b4ac12 - Update to version 2.3.2:
* cli: change the default for --wrap-process on mac to session
  * Manpage and completions
  * chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.2.2 (#928)
  * remove unused dep lint from CLI due to features
  * doc: add changelog for #908, #929, #930
  * Use distinct `WATCHEXEC_LOG` logging filter env variable (#926)
  * Remove unused dependencies (#930)
  * Remove ignore-files dependency from watchexec (#929)
  * package documentation update (#917)
  * fix(ignore-files) dynamically create ignore entries when calling `add_globs()` and `add_file()` (#908)
  * add install command
  * add test tool readme
  * use the prebuilt man and completions on release
  * deps: update all
  * deps: replace once-cell with std
  * deps: replace is-terminal with std
  * deps: update gix
  * cross doesn't work on arm runners
  * don't use cross for native musl
  * omit internal things from changelog
  * add release-notes script
  * run linux arm builds on arm
  * feat(cli): add --socket option for listenfd integration (#905)
  * tweak(cli): don’t deprecate zero-value unitless time spans
  * style: erase more warnings on windows
  * doc(cli): manually order flags within sections
  * doc(cli): unmark --filter-prog as experimental
  * doc(cli): update completions and manpage
  * test(bosion): update tests and add clap test to ci

OBS-URL: https://build.opensuse.org/package/show/utilities/watchexec?expand=0&rev=26
2025-08-06 11:18:48 +00:00
7d4eef8d42 Accepting request 1220044 from utilities
- Update to version 2.2.0:
  * Explicitly watching files that are in your .gitignore no longer requires --no-vcs-ignore (#674, #859, contributed by @TheBlek)
  * Fix Windows usage for legacy programs due to usage of UNC paths (#830, #858, contributed by @TheBlek)
  * Various dependency upgrades
- Version 2.1.0 changes:
  * New: -W, --watch-non-recursive for watching paths without also watching subfolders.
  * New: out-of-tree git repositories are now detected (i.e. when .git is a file rather than a folder)
  * Logs are also improved slightly with less nonsense at startup.
- Version 2.0.0 changelog:
   * New: --wrap-process=MODE lets you choose between using process groups, process sessions, or nothing at all. (#794)
  * New: the WATCHEXEC_TMPDIR environment variable can be used to customize where Watchexec will write temporary files, if for some reason your $TMPDIR is unwritable. (#814)
  * Fix: watchexec no longer creates a temporary file at startup. (#814)
  * Fix: the screen is no longer cleared on all events, only when starting a new process. (#809)
  * Experimental new feature - filterp rograms with -j
  * Full changelog for breaking changes in 2.0.0: https://github.com/watchexec/watchexec/releases/tag/v2.0.0

OBS-URL: https://build.opensuse.org/request/show/1220044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/watchexec?expand=0&rev=11
2024-11-01 20:03:55 +00:00
a5e03b691c Accepting request 1220043 from home:ayankov:branches:utilities
- Remove unneeded obscpio and obsinfo files.

- Update to version 1.23.0:
  * release: watchexec-cli v1.23.0 (#647)
  * Add --no-discover-ignore (#645)
  * Re-add `-d` short flag (#635)
  * Skip search for ignores when not needed (#644)
  * Clippy and update lockfile (#646)
  * release: bosion v1.0.1 (#623)
  * Update gix-config requirement from 0.24.0 to 0.25.1 in /crates/ignore-files (#622)
  * Update gix requirement from 0.47 to 0.48 in /crates/bosion (#621)
  * Fix some typos (#617)
  * Update gix-config requirement from 0.22.0 to 0.24.0 in /crates/ignore-files (#614)

OBS-URL: https://build.opensuse.org/request/show/1220043
OBS-URL: https://build.opensuse.org/package/show/utilities/watchexec?expand=0&rev=24
2024-11-01 10:54:48 +00:00
5bb1689841 Accepting request 1219849 from home:ayankov:branches:utilities
- Update to version 2.2.0:
  * Explicitly watching files that are in your .gitignore no longer requires --no-vcs-ignore (#674, #859, contributed by @TheBlek)
  * Fix Windows usage for legacy programs due to usage of UNC paths (#830, #858, contributed by @TheBlek)
  * Various dependency upgrades
- Version 2.1.0 changes:
  * New: -W, --watch-non-recursive for watching paths without also watching subfolders.
  * New: out-of-tree git repositories are now detected (i.e. when .git is a file rather than a folder)
  * Logs are also improved slightly with less nonsense at startup.
- Version 2.0.0 changelog:
   * New: --wrap-process=MODE lets you choose between using process groups, process sessions, or nothing at all. (#794)
  * New: the WATCHEXEC_TMPDIR environment variable can be used to customize where Watchexec will write temporary files, if for some reason your $TMPDIR is unwritable. (#814)
  * Fix: watchexec no longer creates a temporary file at startup. (#814)
  * Fix: the screen is no longer cleared on all events, only when starting a new process. (#809)
  * Experimental new feature - filterp rograms with -j
  * Full changelog for breaking changes in 2.0.0: https://github.com/watchexec/watchexec/releases/tag/v2.0.0

OBS-URL: https://build.opensuse.org/request/show/1219849
OBS-URL: https://build.opensuse.org/package/show/utilities/watchexec?expand=0&rev=23
2024-10-31 12:30:17 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f306b97498889c98841fd6e91551d21d63762c7a6f763ca8a22e608fd3ff5ac5
size 39397160
oid sha256:826659d3844f763d24ca4fabfa51117e9a98bbcd5544934422352b62da9a821a
size 39680416

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Mon Sep 1 11:27:47 UTC 2025 - Angel Yankov <angel.yankov@suse.com>
- Update vendored depdendencies, fix [bsc#1248014, CVE-2025-55159] in slab
-------------------------------------------------------------------
Fri Aug 01 12:25:22 UTC 2025 - david.anes@suse.com