Accepting request 171137 from utilities

- 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

- install zsh completion scripts to the proper directory 

- update to taskwarrior 2.1.2

OBS-URL: https://build.opensuse.org/request/show/171137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taskwarrior?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-04-17 21:18:07 +00:00
committed by Git OBS Bridge
5 changed files with 41 additions and 22 deletions
+20 -1
View File
@@ -1,7 +1,26 @@
-------------------------------------------------------------------
Tue Apr 16 12:45:44 UTC 2013 - mvyskocil@suse.com
- 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
-------------------------------------------------------------------
Tue Apr 16 08:56:27 UTC 2013 - mvyskocil@suse.com
- install zsh completion scripts to the proper directory
-------------------------------------------------------------------
Thu Sep 27 12:40:50 UTC 2012 - mvyskocil@suse.com
- update to taskwarrion 2.1.2
- update to taskwarrior 2.1.2
* User defined attributes
* new 'until' date, after which they're deleted
* allow duplication of completed tasks
+12 -12
View File
@@ -1,7 +1,7 @@
#
# spec file for package taskwarrior
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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.1.2
Version: 2.2.0
Release: 0
Summary: Command-line todo list manager
License: MIT
@@ -70,14 +70,13 @@ make %{?_smp_mflags}
# this integration stuff might be in CMakeList.txt, but ...
%define scriptsdir %{buildroot}%{_datadir}/doc/task/scripts/
%define zshdir %(ls -1d %{_datadir}/zsh/[4-9]*)
install -m 0755 -d %{buildroot}%{_sysconfdir}/bash_completion.d/
mv %{scriptsdir}bash/task.sh %{buildroot}%{_sysconfdir}/bash_completion.d/
rmdir %{scriptsdir}bash
install -m 0755 -d %{buildroot}%{zshdir}/functions/
mv %{scriptsdir}zsh/_task %{buildroot}%{zshdir}/functions/
install -m 0755 -d %{buildroot}%{_datadir}/zsh/site-functions/
mv %{scriptsdir}zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/
rmdir %{scriptsdir}zsh
install -m 0755 -d %{buildroot}%{_datadir}/vim/site/ftdetect/
@@ -86,19 +85,20 @@ mv %{scriptsdir}vim/ftdetect/*vim %{buildroot}%{_datadir}/vim/site/ftdetect
mv %{scriptsdir}vim/syntax/*vim %{buildroot}%{_datadir}/vim/site/syntax
rm -rf %{scriptsdir}vim
install -m 0755 -d %{buildroot}/%{_defaultdocdir}/task
mv %{buildroot}/%{_datadir}/doc/task %{buildroot}/%{_defaultdocdir}/
rm -rf %{buildroot}/%{_datadir}/doc/task
# don't requre python/perl/ruby by default, so remove executable bit
find %{buildroot}/%{_defaultdocdir}/task -type f -exec chmod a-x {} +
%files
%defattr(-,root,root)
%doc %{_datadir}/doc/task/AUTHORS
%doc %{_datadir}/doc/task/COPYING
%doc %{_datadir}/doc/task/ChangeLog
%doc %{_datadir}/doc/task/NEWS
%doc %{_datadir}/doc/task/README
%doc %{_defaultdocdir}/task
%{_bindir}/task
%{_datadir}/doc/task
%{_datadir}/man/man1/task*
%{_datadir}/man/man5/task*
%config %{_sysconfdir}/bash_completion.d/task.sh
%{zshdir}/functions/_task
%{_datadir}/zsh/site-functions/
%{_datadir}/vim/site/ftdetect/task.vim
%{_datadir}/vim/site/syntax/task*.vim
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36
size 4639841
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14
size 1190905
+6 -6
View File
@@ -1,10 +1,10 @@
Index: task-2.0.0.beta4/CMakeLists.txt
Index: task-2.2.0/CMakeLists.txt
===================================================================
--- task-2.0.0.beta4.orig/CMakeLists.txt 2011-10-16 22:37:49.000000000 +0200
+++ task-2.0.0.beta4/CMakeLists.txt 2011-11-21 13:22:26.402486719 +0100
@@ -106,7 +106,7 @@
add_subdirectory (test EXCLUDE_FROM_ALL)
endif (EXISTS test)
--- task-2.2.0.orig/CMakeLists.txt
+++ task-2.2.0/CMakeLists.txt
@@ -113,7 +113,7 @@ if (EXISTS performance)
add_subdirectory (performance EXCLUDE_FROM_ALL)
endif (EXISTS performance)
-set (doc_FILES NEWS ChangeLog README INSTALL AUTHORS COPYING)
+set (doc_FILES NEWS ChangeLog README AUTHORS COPYING)