Accepting request 221736 from 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. (forwarded request 221542 from sleep_walker)

OBS-URL: https://build.opensuse.org/request/show/221736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taskwarrior?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2014-02-11 10:30:26 +00:00
committed by Git OBS Bridge
6 changed files with 29 additions and 13 deletions
+16
View File
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 9 12:39:33 UTC 2014 - sleep_walker@suse.cz
- 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.
-------------------------------------------------------------------
Tue Apr 16 12:45:44 UTC 2013 - mvyskocil@suse.com
+3 -3
View File
@@ -1,7 +1,7 @@
#
# spec file for package taskwarrior
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: taskwarrior
Version: 2.2.0
Version: 2.3.0
Release: 0
Summary: Command-line todo list manager
License: MIT
@@ -94,7 +94,7 @@ find %{buildroot}/%{_defaultdocdir}/task -type f -exec chmod a-x {} +
%files
%defattr(-,root,root)
%doc %{_defaultdocdir}/task
%{_bindir}/task
%{_bindir}/task*
%{_datadir}/man/man1/task*
%{_datadir}/man/man5/task*
%config %{_sysconfdir}/bash_completion.d/task.sh
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
size 1190905
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b9a289109e691e305b84631622299853134cf195d4c9af962759b640176ac73
size 1238592
+4 -4
View File
@@ -1,8 +1,8 @@
Index: task-2.2.0/CMakeLists.txt
Index: task-2.3.0/CMakeLists.txt
===================================================================
--- task-2.2.0.orig/CMakeLists.txt
+++ task-2.2.0/CMakeLists.txt
@@ -113,7 +113,7 @@ if (EXISTS performance)
--- task-2.3.0.orig/CMakeLists.txt
+++ task-2.3.0/CMakeLists.txt
@@ -153,7 +153,7 @@ if (EXISTS performance)
add_subdirectory (performance EXCLUDE_FROM_ALL)
endif (EXISTS performance)
+3 -3
View File
@@ -1,7 +1,7 @@
Index: task-2.0.0/src/commands/CmdEdit.cpp
Index: task-2.3.0/src/commands/CmdEdit.cpp
===================================================================
--- task-2.0.0.orig/src/commands/CmdEdit.cpp 2012-03-17 21:57:58.000000000 +0100
+++ task-2.0.0/src/commands/CmdEdit.cpp 2012-04-02 11:19:43.110252379 +0200
--- task-2.3.0.orig/src/commands/CmdEdit.cpp
+++ task-2.3.0/src/commands/CmdEdit.cpp
@@ -39,6 +39,7 @@
#include <i18n.h>
#include <main.h>