Revisions of taskwarrior

buildservice-autocommit accepted request 1170108 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 40)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 1170083 from smolsheep's avatar smolsheep (revision 39)
- 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.
buildservice-autocommit accepted request 1148767 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 38)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 37)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
buildservice-autocommit accepted request 971905 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 36)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 934429 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- update to 2.6.1:
  - The logic behind new-uuid verbosity option changed. New-uuid now overrides
    new-id if set and will cause Taskwarrior to display UUIDs instead of IDs
    for new tasks (machine friendly).
  - If ~/.taskrc is not found, Taskwarrior will look for its configuration in
    $XDG_CONFIG_HOME/task/taskrc (defaulting to ~/.config/task/taskrc). This
    allows users to setup their Taskwarrior to follow XDG standard without
    using config overrides.
  - Newer Unicode characters, such as emojis are correctly handled and displayed.
    Taskwarrior now supports all Unicode characters up to Unicode 12.
  - Datetime values until year 9999 are now supported.
    Duration values of up to 1 000 000 years are now supported.
  - 64-bit numeric values (up to 9,223,372,036,854,775,807) are now supported.
  - Later/someday named datetime values now resolve to 9999-12-30 (instead of
    2038-01-18).
  - Calendar now supports displaying due dates until year 9999.
  - Calendar now displays waiting tasks with due dates on the calendar.
  - Calendar supports highlighting days with scheduled tasks.
  - Multi-day holidays are now supported.
  - Holiday data files for fr-CA, hu-HU, pt-BR, sk-SK and sv-FI locales are now
    generated and shipped with Taskwarrior.
  - The task edit command can now handle multi-line annotations and UDAs in a
    user friendly way, withouth having to handle with JSON escaping of special
    chars.
  - A large portion of currently known parser-related issues was fixed.
  - The taskrc file now supports relative paths, which are evaluated with
    respect to (a) current directory, (b) taskrc directory and (c) now also the
    installation directory of configuration files.
  - The currently selected context is now applied for "task add" and "task log"
    commands. Section on contexts in the manpage was updated to describe this
buildservice-autocommit accepted request 872294 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 33)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 866701 from Michael Bryant's avatar Michael Bryant (Shadow53) (revision 32)
I have done my best to format the .changes file correctly. If there are specific things to be fixed, please give me some guidance as to what it is.

- Update to 2.5.3 upstream release 2.5.3, skipping 2.5.2
  Refer to /usr/share/doc/packages/task/Changelog for full list of changes
  * Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
    virtual tag.
  * Removed deprecated 'alias._query' setting.
  * Fixed ambiguity in the esp-ESP localization
  * Deprecated the 'new-uuid' verbosity option, since its functionality can be
    removed by merging with 'new-id'.
  * Correct a false-positive warning when a due date is removed and a wait is
    added.
  * Added 'QUARTER' virtual tag.
  * Fixed unquoted glob in bash completion script
  * Deprecated use of alternate Boolean configuration settings. Use values "0" for
    off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
    "yes", "y", "no", "n".
  * Improved certificate validation diagnostics
  * Updated the 'timesheet' command with a more compact report
  * Added 'history.weekly', 'history.daily', 'ghistory.weekly', 'ghistory.daily'
    report variations, with code refactoring.
  * New DOM references: annotations.count, tw.syncneeded, tw.program, tw.args,
  * tw.width, tw.height, tw.version.
  * The message telling you to sync now indicates how many local changes will be
    synced.
  * Workaround for alias grep=rg in fish
buildservice-autocommit accepted request 366645 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 31)
baserev update by copy to link target
Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 366270 from Tomas Cech's avatar Tomas Cech (sleep_walker) (revision 30)
- update to 2.5.1 (bugfix and performance release)
- refresh task-skip-INSTALL.patch, remove also LICENSE from the list,
  which is just duplicate of COPYING
buildservice-autocommit accepted request 348792 from mrdocs's avatar mrdocs (revision 29)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 348743 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 28)
- update to 2.5.0 release
- drop taskwarrior-gcc47.patch
buildservice-autocommit accepted request 309357 from mrdocs's avatar mrdocs (revision 27)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 309122 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 26)
- Update to 2.4.4 bugfix release
- Drop taskwarrior-no-return.patch
buildservice-autocommit accepted request 287042 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 25)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 286409 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 24)
- Use standard %cmake and %cmake_install macros
buildservice-autocommit accepted request 281092 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 23)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 280977 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 22)
- add taskwarrior-no-return.patch to shut up gcc's complaining about
  no return in non-void function
- replace __DATE__ and __TIME__ by values from source tarball

- Update to 2.4.0
 - New dateformat space handling
 - New date support: 'february', extensive support for ISO-8601
 - New column formats: description.truncated_count, uda.NAME.indicator, recur.short, tag sorting
 - New color rules: color.uda.NAME.VALUE, color.label.sort, color.until
 - New virtual tags: READY, YESTERDAY, TOMORROW, PENDING, DELETED, COMPLETED, TAGGED
 - New verbosity tokens: new-uuid
 - New command: calc, _zshattributes
 - New theme: dark-gray-blue­256.theme
 - New report feature: listing breaks
 - New Python testing framework for higher-level testing
 - and many more, see http://taskwarrior.org/news/news.20150101.html
- Refresh task-skip-INSTALL.patch
- don't remove dir with bash scripts, it contains more tools
buildservice-autocommit accepted request 247821 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 21)
baserev update by copy to link target
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by