commit taskwarrior for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2016-03-07 13:28:16

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2015-12-16 
17:43:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2016-03-07 13:29:48.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  5 08:34:45 UTC 2016 - sleep_wal...@opensuse.org
+
+- 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
+
+---

Old:

  task-2.5.0.tar.gz

New:

  task-2.5.1.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.QpjsS8/_old  2016-03-07 13:29:49.0 +0100
+++ /var/tmp/diff_new_pack.QpjsS8/_new  2016-03-07 13:29:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taskwarrior
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,19 +17,20 @@
 
 
 Name:   taskwarrior
-Version:2.5.0
+Version:2.5.1
 Release:0
 Summary:Command-line todo list manager
 License:MIT
 Group:  Productivity/Office/Organizers
 Url:http://taskwarrior.org
 Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
-#PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
+#PATCH-FIX-OPENSUSE: skip the INSTALL and LICENSE from files intended for the 
installation
 Patch0: task-skip-INSTALL.patch
 BuildRequires:  awk
 BuildRequires:  cmake >= 2.8
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
+BuildRequires:  gnutls-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  lua-devel
 # for completion

++ task-2.5.0.tar.gz -> task-2.5.1.tar.gz ++
 18381 lines of diff (skipped)

++ task-skip-INSTALL.patch ++
--- /var/tmp/diff_new_pack.QpjsS8/_old  2016-03-07 13:29:49.0 +0100
+++ /var/tmp/diff_new_pack.QpjsS8/_new  2016-03-07 13:29:49.0 +0100
@@ -1,12 +1,12 @@
-Index: task-2.4.0/CMakeLists.txt
+Index: task-2.5.1/CMakeLists.txt
 ===
 task-2.4.0.orig/CMakeLists.txt
-+++ task-2.4.0/CMakeLists.txt
-@@ -148,7 +148,7 @@ if (EXISTS performance)
+--- task-2.5.1.orig/CMakeLists.txt
 task-2.5.1/CMakeLists.txt
+@@ -193,7 +193,7 @@ if (EXISTS performance)
add_subdirectory (performance EXCLUDE_FROM_ALL)
  endif (EXISTS performance)
  
--set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING)
+-set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
 +set (doc_FILES NEWS ChangeLog README.md AUTHORS COPYING)
  foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE}  DESTINATION ${TASK_DOCDIR})




commit taskwarrior for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-12-16 17:42:55

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2015-06-01 
09:55:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-12-16 17:43:37.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 13 21:47:41 UTC 2015 - mimi...@gmail.com
+
+- update to 2.5.0 release
+- drop taskwarrior-gcc47.patch
+
+---

Old:

  task-2.4.4.tar.gz
  taskwarrior-gcc47.patch

New:

  task-2.5.0.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.TPZ2CI/_old  2015-12-16 17:43:39.0 +0100
+++ /var/tmp/diff_new_pack.TPZ2CI/_new  2015-12-16 17:43:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   taskwarrior
-Version:2.4.4
+Version:2.5.0
 Release:0
 Summary:Command-line todo list manager
 License:MIT
@@ -26,8 +26,6 @@
 Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
-# PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
-Patch1: taskwarrior-gcc47.patch
 BuildRequires:  awk
 BuildRequires:  cmake >= 2.8
 BuildRequires:  coreutils
@@ -57,7 +55,6 @@
 %prep
 %setup -q -n task-%{version}
 %patch0 -p1
-%patch1 -p1
 
 # replace __TIME__/__DATE__ with values from source code tarball
 DATE=$(/bin/date -r "%{SOURCE0}" | awk '{print $2" "$3" "$6}')

++ task-2.4.4.tar.gz -> task-2.5.0.tar.gz ++
 46148 lines of diff (skipped)




commit taskwarrior for openSUSE:Factory

2015-06-01 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-06-01 09:55:01

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2015-02-22 
17:26:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-06-01 09:55:02.0 +0200
@@ -1,0 +2,6 @@
+Fri May 29 06:48:58 UTC 2015 - mvysko...@opensuse.org
+
+- Update to 2.4.4 bugfix release
+- Drop taskwarrior-no-return.patch
+
+---

Old:

  task-2.4.0.tar.gz
  taskwarrior-no-return.patch

New:

  task-2.4.4.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.vmGG7d/_old  2015-06-01 09:55:03.0 +0200
+++ /var/tmp/diff_new_pack.vmGG7d/_new  2015-06-01 09:55:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package taskwarrior
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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.4.0
+Version:2.4.4
 Release:0
 Summary:Command-line todo list manager
 License:MIT
@@ -26,10 +26,8 @@
 Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
-#PATCH-FIX-OPENSUSE: shut up compiler
-Patch1: taskwarrior-no-return.patch
 # PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
-Patch2: taskwarrior-gcc47.patch
+Patch1: taskwarrior-gcc47.patch
 BuildRequires:  awk
 BuildRequires:  cmake >= 2.8
 BuildRequires:  coreutils
@@ -60,7 +58,6 @@
 %setup -q -n task-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 # replace __TIME__/__DATE__ with values from source code tarball
 DATE=$(/bin/date -r "%{SOURCE0}" | awk '{print $2" "$3" "$6}')

++ task-2.4.0.tar.gz -> task-2.4.4.tar.gz ++
 16774 lines of diff (skipped)




commit taskwarrior for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-02-22 17:26:42

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2015-01-15 
15:58:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-02-22 17:26:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 16 20:48:47 UTC 2015 - mvysko...@opensuse.org
+
+- Use standard %cmake and %cmake_install macros 
+
+---



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.0BNYyD/_old  2015-02-22 17:26:45.0 +0100
+++ /var/tmp/diff_new_pack.0BNYyD/_new  2015-02-22 17:26:45.0 +0100
@@ -70,17 +70,12 @@
  -e "s/__DATE__/\"${DATE}\"/"
 
 %build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DCMAKE_C_FLAGS="%{optflags}" \
-  -DCMAKE_CXX_FLAGS="%{optflags}" \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_SKIP_RPATH=1 \
-  .
+%cmake
 
 make %{?_smp_mflags}
 
 %install
-%make_install
+%cmake_install
 
 # this integration stuff might be in CMakeList.txt, but ...
 %define scriptsdir %{buildroot}%{_datadir}/doc/task/scripts/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2015-01-15 15:58:45

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2014-09-07 
11:10:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2015-01-15 15:58:46.0 +0100
@@ -1,0 +2,25 @@
+Tue Jan 13 07:26:02 UTC 2015 - mvysko...@opensuse.org
+
+- 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
+
+---
+Mon Jan 12 14:59:16 UTC 2015 - mvysko...@opensuse.org
+
+- 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
+
+---

Old:

  task-2.3.0.tar.gz

New:

  task-2.4.0.tar.gz
  taskwarrior-no-return.patch



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.5gGcHQ/_old  2015-01-15 15:58:47.0 +0100
+++ /var/tmp/diff_new_pack.5gGcHQ/_new  2015-01-15 15:58:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taskwarrior
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.3.0
+Version:2.4.0
 Release:0
 Summary:Command-line todo list manager
 License:MIT
@@ -26,9 +26,13 @@
 Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
+#PATCH-FIX-OPENSUSE: shut up compiler
+Patch1: taskwarrior-no-return.patch
 # PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
 Patch2: taskwarrior-gcc47.patch
+BuildRequires:  awk
 BuildRequires:  cmake >= 2.8
+BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
 BuildRequires:  lua-devel
@@ -55,8 +59,16 @@
 %prep
 %setup -q -n task-%{version}
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
 
+# replace __TIME__/__DATE__ with values from source code tarball
+DATE=$(/bin/date -r "%{SOURCE0}" | awk '{print $2" "$3" "$6}')
+TIME=$(/bin/date -r "%{SOURCE0}" | awk '{print $4}')
+sed -i src/commands/CmdDiagnostics.cpp \
+ -e "s/__TIME__/\"${TIME}\"/" \
+ -e "s/__DATE__/\"${DATE}\"/"
+
 %build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   -DCMAKE_C_FLAGS="%{optflags}" \
@@ -75,7 +87,6 @@
 
 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}%{_datadir}/zsh/site-functions/
 mv %{scriptsdir}zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/

++ task-2.3.0.tar.gz -> task-2.4.0.tar.gz ++
 73723 lines of diff (skipped)

++ task-skip-INSTALL.patch ++
--- /var/tmp/diff_new_pack.5gGcHQ/_old  2015-01-15 15:58:48.0 +0100
+++ /var/tmp/diff_new_pack.5gGcHQ/_new  2015-01-15 15:58:48.0 +0100
@@ -1,13 +1,13 @@
-Index: task-2.3.0/CMakeLists.txt
+Index: task-2.4.0/CMakeLists.txt
 ===
 task-2.3.0.orig/CMakeLists.txt
-+++ task-2.3.0/CMakeLists.txt
-@@ -153,7 +153,7 @@ if (EXISTS performance)
+--- task-2.4.0.orig/CMakeLists.txt
 task-2.4.0/CMakeLists.txt
+@@ -148,7 +148,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 R

commit taskwarrior for openSUSE:Factory

2014-09-07 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2014-09-07 11:10:09

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2014-03-10 
12:44:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2014-09-07 11:10:16.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 30 14:11:48 UTC 2014 - infr...@gmail.com
+
+- install fish completion scripts to the proper directory 
+
+---



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.O8xwhK/_old  2014-09-07 11:10:17.0 +0200
+++ /var/tmp/diff_new_pack.O8xwhK/_new  2014-09-07 11:10:17.0 +0200
@@ -81,6 +81,10 @@
 mv %{scriptsdir}zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/
 rmdir %{scriptsdir}zsh
 
+install -m 0755 -d %{buildroot}%{_datadir}/fish/completions/
+mv %{scriptsdir}fish/task.fish %{buildroot}%{_datadir}/fish/completions/
+rmdir %{scriptsdir}fish
+
 install -m 0755 -d %{buildroot}%{_datadir}/vim/site/ftdetect/
 install -m 0755 -d %{buildroot}%{_datadir}/vim/site/syntax/
 mv %{scriptsdir}vim/ftdetect/*vim %{buildroot}%{_datadir}/vim/site/ftdetect
@@ -101,6 +105,8 @@
 %{_datadir}/man/man5/task*
 %config %{_sysconfdir}/bash_completion.d/task.sh
 %{_datadir}/zsh/site-functions/
+%dir %{_datadir}/fish/
+%{_datadir}/fish/completions/
 %{_datadir}/vim/site/ftdetect/task.vim
 %{_datadir}/vim/site/syntax/task*.vim
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2014-03-10 12:44:28

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2014-02-11 
11:30:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2014-03-10 12:44:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 28 17:47:41 UTC 2014 - infr...@gmail.com
+
+- added gnutls dependency for making sync with taskd available
+
+---



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.PlVF1o/_old  2014-03-10 12:44:29.0 +0100
+++ /var/tmp/diff_new_pack.PlVF1o/_new  2014-03-10 12:44:29.0 +0100
@@ -36,6 +36,8 @@
 BuildRequires:  bash
 BuildRequires:  vim-base
 BuildRequires:  zsh
+# for sync
+BuildRequires:  libgnutls-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # use the name as other distributions, so 
 # zypper in task will work as well

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2014-02-11 11:30:26

Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and  /work/SRC/openSUSE:Factory/.taskwarrior.new (New)


Package is "taskwarrior"

Changes:

--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2013-04-17 
23:18:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2014-02-11 11:30:27.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb  9 12:39:33 UTC 2014 - sleep_wal...@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.
+
+---

Old:

  task-2.2.0.tar.gz

New:

  task-2.3.0.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.YNdtRZ/_old  2014-02-11 11:30:28.0 +0100
+++ /var/tmp/diff_new_pack.YNdtRZ/_new  2014-02-11 11:30:28.0 +0100
@@ -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 @@
 %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

++ task-2.2.0.tar.gz -> task-2.3.0.tar.gz ++
 19384 lines of diff (skipped)

++ task-skip-INSTALL.patch ++
--- /var/tmp/diff_new_pack.YNdtRZ/_old  2014-02-11 11:30:28.0 +0100
+++ /var/tmp/diff_new_pack.YNdtRZ/_new  2014-02-11 11:30:28.0 +0100
@@ -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)
  

++ taskwarrior-gcc47.patch ++
--- /var/tmp/diff_new_pack.YNdtRZ/_old  2014-02-11 11:30:28.0 +0100
+++ /var/tmp/diff_new_pack.YNdtRZ/_new  2014-02-11 11:30:28.0 +0100
@@ -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.0 
+0100
-+++ task-2.0.0/src/commands/CmdEdit.cpp2012-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 
  #include 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2013-04-17 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2013-04-17 23:18:14.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr 16 12:45:44 UTC 2013 - mvysko...@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 - mvysko...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.h2tNta/_new  2013-04-17 23:18:20.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.h2tNta/_new  2013-04-17 23:18:20.0 +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.0 
+0200
-+++ task-2.0.0.beta4/CMakeLists.txt2011-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 (p

commit taskwarrior for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2012-10-03 10:11:29

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-04-03 
09:20:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2012-10-03 10:11:31.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep 27 12:40:50 UTC 2012 - mvysko...@suse.com
+
+- 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
+
+---

Old:

  task-2.0.0.tar.gz

New:

  task-2.1.2.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.E6XAW5/_old  2012-10-03 10:11:33.0 +0200
+++ /var/tmp/diff_new_pack.E6XAW5/_new  2012-10-03 10:11:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   taskwarrior
-Version:2.0.0
+Version:2.1.2
 Release:0
 Summary:Command-line todo list manager
 License:MIT
@@ -73,7 +73,7 @@
 %define zshdir %(ls -1d %{_datadir}/zsh/[4-9]*)
 
 install -m 0755 -d %{buildroot}%{_sysconfdir}/bash_completion.d/
-mv %{scriptsdir}bash/task_completion.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/task
+mv %{scriptsdir}bash/task.sh %{buildroot}%{_sysconfdir}/bash_completion.d/
 rmdir %{scriptsdir}bash
 
 install -m 0755 -d %{buildroot}%{zshdir}/functions/
@@ -97,8 +97,7 @@
 %{_datadir}/doc/task
 %{_datadir}/man/man1/task*
 %{_datadir}/man/man5/task*
-
-%config %{_sysconfdir}/bash_completion.d/task
+%config %{_sysconfdir}/bash_completion.d/task.sh
 %{zshdir}/functions/_task
 %{_datadir}/vim/site/ftdetect/task.vim
 %{_datadir}/vim/site/syntax/task*.vim

++ task-2.0.0.tar.gz -> task-2.1.2.tar.gz ++
 9669 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2012-04-03 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2012-04-03 09:20:30

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-03-26 
11:08:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2012-04-03 09:20:36.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr  2 10:59:31 UTC 2012 - mvysko...@suse.cz
+
+- 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
+- ignore already upstreamed taskwarrior-lua52.patch
+
+---

Old:

  task-2.0.0.beta4.tar.gz
  task-2.0.0.ref.pdf
  taskwarrior-lua52.patch

New:

  task-2.0.0.tar.gz



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.0a0Kns/_old  2012-04-03 09:20:40.0 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.0 +0200
@@ -17,19 +17,15 @@
 
 
 Name:   taskwarrior
-Version:1.9.99.beta4
+Version:2.0.0
 Release:0
 Summary:Command-line todo list manager
 License:MIT
 Group:  Productivity/Office/Organizers
 Url:http://taskwarrior.org
-Source0:http://www.taskwarrior.org/download/task-2.0.0.beta4.tar.gz
-Source1:http://www.taskwarrior.org/download/task-2.0.0.ref.pdf
+Source0:http://www.taskwarrior.org/download/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
-#PATCH-FIX-OPENSUSE: remove dropped functions in lua 5.2
-#sent a patch to upstream
-Patch1: taskwarrior-lua52.patch
 # PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
 Patch2: taskwarrior-gcc47.patch
 BuildRequires:  cmake >= 2.8
@@ -55,9 +51,8 @@
 often for updates.
 
 %prep
-%setup -q -n task-2.0.0.beta4/
+%setup -q -n task-%{version}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 %build
@@ -91,8 +86,6 @@
 mv %{scriptsdir}vim/syntax/*vim %{buildroot}%{_datadir}/vim/site/syntax
 rm -rf %{scriptsdir}vim
 
-install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/doc/task/
-
 %files
 %defattr(-,root,root)
 %doc %{_datadir}/doc/task/AUTHORS
@@ -100,7 +93,6 @@
 %doc %{_datadir}/doc/task/ChangeLog
 %doc %{_datadir}/doc/task/NEWS
 %doc %{_datadir}/doc/task/README
-%doc %{_datadir}/doc/task/task-2.0.0.ref.pdf
 %{_bindir}/task
 %{_datadir}/doc/task
 %{_datadir}/man/man1/task*

++ task-2.0.0.beta4.tar.gz -> task-2.0.0.tar.gz ++
 14788 lines of diff (skipped)

++ taskwarrior-gcc47.patch ++
--- /var/tmp/diff_new_pack.0a0Kns/_old  2012-04-03 09:20:40.0 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.0 +0200
@@ -1,24 +1,12 @@
-Index: task-2.0.0.beta4/src/commands/CmdEdit.cpp
+Index: task-2.0.0/src/commands/CmdEdit.cpp
 ===
 task-2.0.0.beta4.orig/src/commands/CmdEdit.cpp
-+++ task-2.0.0.beta4/src/commands/CmdEdit.cpp
-@@ -36,6 +36,7 @@
- #include 
+--- task-2.0.0.orig/src/commands/CmdEdit.cpp   2012-03-17 21:57:58.0 
+0100
 task-2.0.0/src/commands/CmdEdit.cpp2012-04-02 11:19:43.110252379 
+0200
+@@ -39,6 +39,7 @@
+ #include 
  #include 
  #include 
 +#include 
  
  extern Context context;
  
-Index: task-2.0.0.beta4/src/A3.cpp
-===
 task-2.0.0.beta4.orig/src/A3.cpp
-+++ task-2.0.0.beta4/src/A3.cpp
-@@ -31,6 +31,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2012-03-26 11:08:22

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-02-16 
15:02:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2012-03-26 11:08:23.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 21 22:53:01 UTC 2012 - dims...@opensuse.org
+
+- Add taskwarrior-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  taskwarrior-gcc47.patch



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.hdCNbT/_old  2012-03-26 11:08:24.0 +0200
+++ /var/tmp/diff_new_pack.hdCNbT/_new  2012-03-26 11:08:24.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   taskwarrior
 Version:1.9.99.beta4
 Release:0
@@ -29,14 +30,16 @@
 #PATCH-FIX-OPENSUSE: remove dropped functions in lua 5.2
 #sent a patch to upstream
 Patch1: taskwarrior-lua52.patch
+# PATCH-FIX-UPSTREAM taskwarrior-gcc47.patch dims...@opensuse.org -- Fix build 
with gcc 4.7
+Patch2: taskwarrior-gcc47.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
 BuildRequires:  lua-devel
 # for completion
 BuildRequires:  bash
-BuildRequires:  zsh
 BuildRequires:  vim-base
+BuildRequires:  zsh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # use the name as other distributions, so 
 # zypper in task will work as well
@@ -55,6 +58,7 @@
 %setup -q -n task-2.0.0.beta4/
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++ taskwarrior-gcc47.patch ++
Index: task-2.0.0.beta4/src/commands/CmdEdit.cpp
===
--- task-2.0.0.beta4.orig/src/commands/CmdEdit.cpp
+++ task-2.0.0.beta4/src/commands/CmdEdit.cpp
@@ -36,6 +36,7 @@
 #include 
 #include 
 #include 
+#include 
 
 extern Context context;
 
Index: task-2.0.0.beta4/src/A3.cpp
===
--- task-2.0.0.beta4.orig/src/A3.cpp
+++ task-2.0.0.beta4/src/A3.cpp
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit taskwarrior for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2012-02-16 15:01:52

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  2011-11-29 
16:24:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes 
2012-02-16 15:02:34.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 15:48:08 UTC 2012 - mvysko...@suse.cz
+
+- fix build with lua 5.2
+  * taskwarrior-lua52.patch
+
+---

New:

  taskwarrior-lua52.patch



Other differences:
--
++ taskwarrior.spec ++
--- /var/tmp/diff_new_pack.odtov6/_old  2012-02-16 15:02:35.0 +0100
+++ /var/tmp/diff_new_pack.odtov6/_new  2012-02-16 15:02:35.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package taskwarrior
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,15 +17,18 @@
 
 Name:   taskwarrior
 Version:1.9.99.beta4
-Release:1
-License:MIT
+Release:0
 Summary:Command-line todo list manager
-Url:http://taskwarrior.org
+License:MIT
 Group:  Productivity/Office/Organizers
+Url:http://taskwarrior.org
 Source0:http://www.taskwarrior.org/download/task-2.0.0.beta4.tar.gz
 Source1:http://www.taskwarrior.org/download/task-2.0.0.ref.pdf
 #PATCH-FIX-OPENSUSE: skip the INSTALL from files intended for the installation
 Patch0: task-skip-INSTALL.patch
+#PATCH-FIX-OPENSUSE: remove dropped functions in lua 5.2
+#sent a patch to upstream
+Patch1: taskwarrior-lua52.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  libuuid-devel
@@ -51,6 +54,7 @@
 %prep
 %setup -q -n task-2.0.0.beta4/
 %patch0 -p1
+%patch1 -p1
 
 %build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++ taskwarrior-lua52.patch ++
Index: task-2.0.0.beta4/src/API.cpp
===
--- task-2.0.0.beta4.orig/src/API.cpp   2011-10-16 22:37:49.0 +0200
+++ task-2.0.0.beta4/src/API.cpp2012-02-15 16:15:51.636754352 +0100
@@ -131,7 +131,7 @@
 void API::initialize ()
 {
   // Initialize Lua.
-  _state = lua_open ();
+  _state = luaL_newstate ();
   luaL_openlibs (_state);  // TODO Error handling
 
   // Register all the API functions in Lua global space.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org