5
0
forked from pool/taskwarrior

22 Commits

Author SHA256 Message Date
OBS User smolsheep
3157715890 Accepting request 1222943 from home:mvyskocil:branches:utilities
- Update to 3.1.0
 * Support for task purge has been restored, and new support added for
   automatically expiring old tasks. (#3540, #3546, #3556)
 * task news is now better behaved, and can be completely disabled.
 * Multiple imports of the same UUID will now generate a warning. (#3560)
 * The sync.server.url config replaces sync.server.origin and allows a URL
   containing a path. (#3423)
 * The new bubblegum-256.theme has improved legibility and contrast over
   others. (#3505)
 * Warnings regarding .data files are only show for reports. (#3473)
 * Inherited urgency is correctly calculated to make parents more urgent than
   children (#2941)
 * Task completion commands no longer trigger hooks (#3133)
- Refreshed:
  * task-skip-INSTALL.patch
  * vendor.tar.zst

OBS-URL: https://build.opensuse.org/request/show/1222943
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=41
2024-11-11 01:58:07 +00:00
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
c1cc0ecc8e - Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=37
2024-02-21 15:08:23 +00:00
a7ee5f9304 Accepting request 969957 from home:susnux:branches:utilities
Update to 2.6.2

OBS-URL: https://build.opensuse.org/request/show/969957
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=35
2022-04-21 19:30:43 +00:00
158e245356 Accepting request 934429 from home:dirkmueller:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/934429
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=34
2021-12-08 15:32:32 +00:00
cc37bcc8cd Accepting request 866701 from home:Shadow53:branches:utilities
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

OBS-URL: https://build.opensuse.org/request/show/866701
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=32
2021-02-15 08:25:15 +00:00
69fa2c1866 Accepting request 366270 from home:sleep_walker:branches:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/366270
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=30
2016-03-05 17:26:59 +00:00
OBS User mrdocs
0b68546f81 Accepting request 348743 from home:mimi_vx:branches:utilities
- update to 2.5.0 release
- drop taskwarrior-gcc47.patch

OBS-URL: https://build.opensuse.org/request/show/348743
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=28
2015-12-14 07:30:15 +00:00
OBS User mrdocs
ad187fc00e Accepting request 309122 from home:mvyskocil:branches:utilities
- Update to 2.4.4 bugfix release
- Drop taskwarrior-no-return.patch

OBS-URL: https://build.opensuse.org/request/show/309122
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=26
2015-05-30 16:53:12 +00:00
Ismail Dönmez
933c17fbf5 Accepting request 286409 from home:mvyskocil:branches:utilities
- Use standard %cmake and %cmake_install macros

OBS-URL: https://build.opensuse.org/request/show/286409
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=24
2015-02-20 17:42:29 +00:00
Tomáš Chvátal
61bf9e88aa Accepting request 280977 from home:mvyskocil:branches:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/280977
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=22
2015-01-14 09:13:47 +00:00
Ismail Dönmez
be34edadc0 Accepting request 247803 from home:Rominf:branches:utilities
OBS-URL: https://build.opensuse.org/request/show/247803
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=20
2014-09-06 15:40:06 +00:00
OBS User mrdocs
dbb81b734b Accepting request 224267 from home:Rominf:branches:utilities
OBS-URL: https://build.opensuse.org/request/show/224267
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=18
2014-03-10 00:46:25 +00:00
OBS User mrdocs
2d61cc2528 Accepting request 221542 from home:sleep_walker:branches:utilities
- bump 2.3.0
  - New Taskserver sync capabilities.
  - New shell (tasksh) with Readline support replaces old 'task shell' command.
  - The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
  - Italian translation.
  - French translation has begun.
  - UDA fields now allow default values.
  - Now requires libuuid.
  - New virtual tags: WEEK, MONTH, YEAR, PARENT.
  - New 'remaining' format for date columns.
  - New '_get' DOM accessor helper command.
  - New task-sync(5) man page.

OBS-URL: https://build.opensuse.org/request/show/221542
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=16
2014-02-11 01:39:22 +00:00
8a547ea189 - update to taskwarrior 2.2.0:
* 'blocking' report and new color rule
  * 'statistics' shows total number of blocked/blocking tasks
  * new date shortcuts 'socm', 'eocm' - start/end of current month
  * 'collumns' command can use search strings from collumn name
  * virtual tags (BLOCKED, UNBLOCKED, BLOCKING, DUE, DUETODAY, TODAY, OVERDUE,
   ACTIVE, SCHEDULED, CHILD, UNTIL, WAITING and ANNOTATED).
  * and many more, see Changelog
- install documentation in proper SUSE place
- remove executable bit from add-ons scripts to not require perl/python/ruby
- update to taskwarrior 2.1.2

OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=14
2013-04-16 14:31:54 +00:00
df3d1d4292 - install zsh completion scripts to the proper directory
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=13
2013-04-16 08:57:19 +00:00
c2d708c67f - update to taskwarrion 2.1.2
* User defined attributes
  * new 'until' date, after which they're deleted
  * allow duplication of completed tasks
  * new 'udas' subcommand
  * new 'indended' format for the 'project' attribute, defaults in 'projects'
    and 'summary' reports
  * several performance optimizations, and a lot of bugfixes
    se ChangeLog for details

OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=11
2012-09-27 13:04:04 +00:00
ae8176c781 - ignore already upstreamed taskwarrior-lua52.patch
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=9
2012-04-02 11:04:21 +00:00
d92902979b - update to taskwarrior 2.0.0
- changes from beta4
  * 'age' component for urgency
  * improved text wrapping in utf-8
  * 'diagnostics' commands checks duplicated UUIDs
- remove external task-2.0.0.ref.pdf and install the one
  bundled in source code

OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=8
2012-04-02 11:03:12 +00:00
OBS User mrdocs
7ff0ef9f6e Accepting request 110515 from home:dimstar:gcc47
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already.

OBS-URL: https://build.opensuse.org/request/show/110515
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=6
2012-03-24 19:14:06 +00:00
27b1aaa5a8 - fix build with lua 5.2
* taskwarrior-lua52.patch

OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=4
2012-02-15 15:50:45 +00:00
OBS User mrdocs
adca5a0e38 Accepting request 93390 from home:mvyskocil
add taskwarrior to utilities and forward to Factory

OBS-URL: https://build.opensuse.org/request/show/93390
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=1
2011-11-25 21:09:37 +00:00