Files
taskwarrior/_service
Michal Vyskocil 0a5d6651be Accepting request 1170083 from home:smolsheep:upgrades
- Updated task-skip-INSTALL.patch to current CMakeLists.txt
- Add _service file and vendor the new rust dependencies
- Remove unneeded __TIME__/__DATE__ replacement (Fixed in PR#2494)
- Update to 3.0.2:
  * Fix an accidentally-included debug print which polluted output
    of reports with the Taskwarrior version
  * Fix an error in creation of the 3.0.0 tarball which caused
    builds to fail
  * Improvements to `task news`, including notes for the 3.0.0
    release
  * Minor improvements to documentation and error handling
  * Fix incorrect task ID of 0 when using hooks
  * Issue a warning if .data files remain
  * [BREAKING CHANGE] the sync functionality has been rewritten
    entirely, and no longer supports taskserver/taskd. Instead, the
    recommended solution is a cloud-storage backend, although
    `taskchampion-sync-server` is also available.
  * The Taskwarrior build no longer requires GnuTLS. The build
    option `ENABLE_SYNC=OFF` is also no longer supported; sync
    support is always built in.
  * Fix urgency inheritance for negative-urgency tasks.
  * `task show` now shows `hooks.location.
  * Fix leading space before urgency value in `task info`.
  * Fix formatting of countdown-style dates
  * Fix issue with filter not applied correctly during `task _tags`
    command
  * Parsing of timestamp values now uses 64-bit integers, avoiding
    issues in the year 2032.
  * Fix fish completion.

OBS-URL: https://build.opensuse.org/request/show/1170083
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=39
2024-04-25 07:01:59 +00:00

10 lines
259 B
Plaintext

<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="src">task-*.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
</services>