Files
watchexec/_service
Angel Yankov 1bf957935e - 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/package/show/utilities/watchexec?expand=0&rev=23
2024-10-31 12:30:17 +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.2.0</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>