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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new/taskwarrior.changes     
2012-04-03 09:20:36.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Apr  2 10:59:31 UTC 2012 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.000000000 +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 [email protected] -- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.0a0Kns/_new  2012-04-03 09:20:40.000000000 +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 <util.h>
+--- 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
+@@ -39,6 +39,7 @@
+ #include <i18n.h>
  #include <main.h>
  #include <CmdEdit.h>
 +#include <unistd.h>
  
  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 <sstream>
- #include <algorithm>
- #include <stdlib.h>
-+#include <unistd.h>
- #include <sys/select.h>
- #include <Context.h>
- #include <Directory.h>

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

Reply via email to