Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 78f1db74f1 | |||
| db51b4ac12 | |||
| 7d4eef8d42 | |||
| a5e03b691c | |||
| 5bb1689841 |
4
_service
4
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/watchexec/watchexec.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.23.0</param>
|
||||
<param name="revision">v2.3.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -24,4 +24,4 @@
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">watchexec</param>
|
||||
</service>
|
||||
</services>
|
||||
</services>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a713691707b1583d70e42177db7ec23ca9abff2bbb6306ee7bca262d61ba54f1
|
||||
size 49240716
|
||||
oid sha256:826659d3844f763d24ca4fabfa51117e9a98bbcd5544934422352b62da9a821a
|
||||
size 39680416
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ef7357da06cfc15220930c812f07ee90403e7cc9cecadda674504ad7a0f0ff1
|
||||
size 296648
|
||||
3
watchexec-2.3.2.tar.xz
Normal file
3
watchexec-2.3.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e550a9c71786e161fc8b579c8e057be5958ef25f3d52b09e6b1ec74143c1bb4e
|
||||
size 291968
|
||||
@@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 01 12:25:22 UTC 2025 - david.anes@suse.com
|
||||
|
||||
- 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
|
||||
* feat(cli): --only-emit-events implies --emit-events-to=json-stdio
|
||||
* style: clear a few warnings
|
||||
* revert: "test(supervisor): use downcasting to avoid conditional compilation in CommandState"
|
||||
* refactor(cli): split debugging options from args
|
||||
* refactor(cli): split output options from args
|
||||
* refactor(cli): split events options from args
|
||||
* refactor(cli): split command options from args
|
||||
* refactor(cli): split filtering options from args
|
||||
* feat(cli): stabilise --filter-prog programs
|
||||
* Create FUNDING.yml
|
||||
* fmt: autoformat
|
||||
* test(supervisor): use downcasting to avoid conditional compilation in CommandState
|
||||
* style: improve lint reasons and ignore some useless ones
|
||||
* deps(ignore-files): use correct MSRV of 1.70
|
||||
* deps(supervisor): upgrade process-wrap to 8.1.0
|
||||
* deps(supervisor): use correct MSRV of 1.64
|
||||
* style: apply autofixable clippy lints
|
||||
* repo: move non-standard .clippy-lints to the new [lints] Cargo.toml section
|
||||
* repo: add git-cliff config
|
||||
* tests: remove unused TaggedHarness trait (#870)
|
||||
* chore: Release
|
||||
* Make project origin absolute (#887)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 08:33:03 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 15:23:41 UTC 2023 - David Anes <david.anes@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package watchexec
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 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: watchexec
|
||||
Version: 1.23.0
|
||||
Version: 2.3.2
|
||||
Release: 0
|
||||
Summary: Watches a path and runs a command whenever it detects modifications.
|
||||
License: Apache-2.0
|
||||
@@ -57,7 +57,6 @@ install -m 0644 doc/watchexec.1 %{buildroot}%{_mandir}/man1/watchexec.1
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc doc/watchexec.1.md
|
||||
%doc doc/watchexec.1.pdf
|
||||
%{_mandir}/man1/watchexec.1%{?ext_man}
|
||||
%{_bindir}/watchexec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user