Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2013-04-17 23:18:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and      /work/SRC/openSUSE:Factory/.taskwarrior.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taskwarrior", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2012-10-03 
10:11:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes     
2013-04-17 23:18:14.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Apr 16 12:45:44 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- install zsh completion scripts to the proper directory 
+
+-------------------------------------------------------------------
@@ -4 +23 @@
-- update to taskwarrion 2.1.2
+- update to taskwarrior 2.1.2

Old:
----
  task-2.1.2.tar.gz

New:
----
  task-2.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ taskwarrior.spec ++++++
--- /var/tmp/diff_new_pack.h2tNta/_old  2013-04-17 23:18:20.000000000 +0200
+++ /var/tmp/diff_new_pack.h2tNta/_new  2013-04-17 23:18:20.000000000 +0200
@@ -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 @@
 
 # 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/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
 

++++++ task-2.1.2.tar.gz -> task-2.2.0.tar.gz ++++++
++++ 25284 lines of diff (skipped)

++++++ task-skip-INSTALL.patch ++++++
--- /var/tmp/diff_new_pack.h2tNta/_old  2013-04-17 23:18:20.000000000 +0200
+++ /var/tmp/diff_new_pack.h2tNta/_new  2013-04-17 23:18:20.000000000 +0200
@@ -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)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to