summarylogtreecommitdiffstats
path: root/task-2.4.1-1.patch
diff options
context:
space:
mode:
authorstef2042015-07-03 16:22:47 +0200
committerstef2042015-07-03 16:22:47 +0200
commitad3fbf303a31bcf73f0dd722cb65b69ce91e7ed2 (patch)
tree4ec1825be71e4882a8b622ac19e9efeaa4510b80 /task-2.4.1-1.patch
downloadaur-ad3fbf303a31bcf73f0dd722cb65b69ce91e7ed2.tar.gz
Initial import
Diffstat (limited to 'task-2.4.1-1.patch')
-rw-r--r--task-2.4.1-1.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/task-2.4.1-1.patch b/task-2.4.1-1.patch
new file mode 100644
index 000000000000..ff2b2cb919a8
--- /dev/null
+++ b/task-2.4.1-1.patch
@@ -0,0 +1,13 @@
+--- ../ptask-0.0.9/src/tw.c 2014-10-10 13:04:35.000000000 +0200
++++ ../ptask-0.0.9-patched/src/tw.c 2015-02-18 15:07:45.850462451 +0100
+@@ -109,8 +109,8 @@
+ log_debug("task version: %s", ver);
+
+ if (!strcmp(ver, "2.2.0")
+- || !strcmp(ver, "2.0.0")
+- || !strcmp(ver, "2.3.0"))
++ || !strcmp(ver, "2.3.0")
++ || !strcmp(ver, "2.4.1-1"))
+ return 1;
+ else
+ return 0;