Files
watchexec/_service
Angel Yankov 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

28 lines
1.0 KiB
Plaintext

<services>
<service mode="disabled" name="obs_scm">
<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.3.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">david.anes@suse.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">watchexec</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">watchexec</param>
</service>
</services>