4 Commits

Author SHA256 Message Date
2be16f410f Accepting request 1304733 from utilities
OBS-URL: https://build.opensuse.org/request/show/1304733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/watchexec?expand=0&rev=13
2025-09-15 17:52:51 +00:00
a5c6dbbf57 - Update vendored depdendencies, fix [bsc#1248014, CVE-2025-55159] in slab
OBS-URL: https://build.opensuse.org/package/show/utilities/watchexec?expand=0&rev=28
2025-09-15 07:25:45 +00:00
6811b98da6 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
249d834910 - 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
6 changed files with 69 additions and 8 deletions

View File

@@ -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">v2.2.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>

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e45c75388abb3b844abd92692e078922bf1a09b1f00bdbafa67328e5f2e53fd
size 37606504
oid sha256:f306b97498889c98841fd6e91551d21d63762c7a6f763ca8a22e608fd3ff5ac5
size 39397160

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc2dc50c880c97b79c5ebfc2eb1b03fecd19cd671cf153931a5c136fa2da4f0e
size 279328

3
watchexec-2.3.2.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e550a9c71786e161fc8b579c8e057be5958ef25f3d52b09e6b1ec74143c1bb4e
size 291968

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
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
- 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): dont 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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package watchexec
#
# Copyright (c) 2024 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: 2.2.0
Version: 2.3.2
Release: 0
Summary: Watches a path and runs a command whenever it detects modifications.
License: Apache-2.0