Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F13057
0001-Initial-inclusion-for-Topydo.patch
BridouZ (Justin Berthault)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
BridouZ
Feb 27 2017, 9:01 PM
2017-02-27 21:01:08 (UTC+0)
Size
21 KB
Referenced Files
None
Subscribers
None
0001-Initial-inclusion-for-Topydo.patch
View Options
From 3f1a1ec75901a322e02bec6c7e5ccff8e1b975ac Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
Date: Mon, 27 Feb 2017 22:00:16 +0100
Subject: [PATCH] Initial inclusion for Topydo
---
Makefile | 1 +
package.yml | 23 +++++++
pspec_x86_64.xml | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 218 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..05c9a46
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : topydo
+version : 0.12
+release : 1
+source :
+ - https://github.com/bram85/topydo/archive/0.12.tar.gz : d723198e7ced9014d8692f561b1c9a07f2adb03352c6d4271e718b920424f5c4
+license : GPL-3.0
+component : office.notes
+summary : A powerful todo list application for the console, using the todo.txt format
+description: |
+ A powerful todo list application for the console, using the todo.txt format
+rundeps :
+ - python-arrow
+ - python-pathtools
+ - python-prompt-toolkit
+ - python-setuptools
+ - python-six
+ - python-watchdog
+ - python-wcwidth
+ - python3-urwid
+build : |
+ %python3_setup
+install : |
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..c0c0f1a
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,194 @@
+<PISI>
+ <Source>
+ <Name>topydo</Name>
+ <Packager>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>office.notes</PartOf>
+ <Summary xml:lang="en">A powerful todo list application for the console, using the todo.txt format</Summary>
+ <Description xml:lang="en">A powerful todo list application for the console, using the todo.txt format
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>topydo</Name>
+ <Summary xml:lang="en">A powerful todo list application for the console, using the todo.txt format</Summary>
+ <Description xml:lang="en">A powerful todo list application for the console, using the todo.txt format
+</Description>
+ <PartOf>office.notes</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo-0.12-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/Commands.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/__pycache__/Commands.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/AddCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/AppendCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/ArchiveCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/DeleteCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/DepCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/DepriCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/DoCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/EditCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/ExitCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/ListCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/ListContextCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/ListProjectCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/PostponeCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/PriorityCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/RevertCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/SortCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/TagCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/AddCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/AppendCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/ArchiveCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/DeleteCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/DepCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/DepriCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/DoCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/EditCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/ExitCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/ListCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/ListContextCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/ListProjectCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/PostponeCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/PriorityCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/RevertCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/SortCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/TagCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/commands/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/ChangeSet.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Color.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Command.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Config.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/DCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/ExpressionCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Filter.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Graph.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/HashListValues.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Importance.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/ListFormat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/MultiCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/PrettyPrinterFilter.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/ProgressColor.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Recurrence.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/RelativeDate.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Sorter.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Todo.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoBase.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoFile.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoFileWatched.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoList.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoListBase.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TodoParser.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/TopydoString.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/Version.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/View.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/WriteCommand.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/ChangeSet.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Color.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Command.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Config.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/DCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/ExpressionCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Filter.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Graph.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/HashListValues.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Importance.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/ListFormat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/MultiCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/PrettyPrinterFilter.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/ProgressColor.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Recurrence.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/RelativeDate.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Sorter.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Todo.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoBase.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoFile.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoFileWatched.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoList.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoListBase.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TodoParser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/TopydoString.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/Version.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/View.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/WriteCommand.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/Colors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/Format.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/Numbers.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/__pycache__/Colors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/__pycache__/Format.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/__pycache__/Numbers.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/prettyprinters/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/Dot.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/Ical.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/Json.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/PrettyPrinter.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__pycache__/Dot.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__pycache__/Ical.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__pycache__/Json.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__pycache__/PrettyPrinter.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/lib/printers/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/CLIApplicationBase.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/UILoader.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/__pycache__/CLIApplicationBase.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/__pycache__/UILoader.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/cli/CLI.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/cli/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/cli/__pycache__/CLI.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/cli/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/ColumnLayout.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/CommandLineWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/ConsoleWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/KeystateWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/Main.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/TodoListWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/TodoWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/Utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/ViewWidget.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/ColumnLayout.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/CommandLineWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/ConsoleWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/KeystateWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/Main.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/TodoListWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/TodoWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/Utils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/ViewWidget.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/columns/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/Prompt.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/TopydoCompleter.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/__pycache__/Prompt.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/__pycache__/TopydoCompleter.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/topydo/ui/prompt/__pycache__/__init__.cpython-35.pyc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-27</Date>
+ <Version>0.12</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.1
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8643
Default Alt Text
0001-Initial-inclusion-for-Topydo.patch (21 KB)
Attached To
Mode
T2747: Topydo
Attached
Detach File
Event Timeline
Log In to Comment