[gtg] Added python-dateutil as Requires

Ankur Sinha ankursinha at fedoraproject.org
Wed Dec 25 23:45:55 UTC 2013


commit 75f6dde3691280f4bffae510dd618cf6c679810e
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Thu Dec 26 10:45:15 2013 +1100

    Added python-dateutil as Requires
    
    Required for RTM backend which still works.

 gtg.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gtg.spec b/gtg.spec
index 734b0e4..38bf9d8 100644
--- a/gtg.spec
+++ b/gtg.spec
@@ -3,7 +3,7 @@
 
 Name:           gtg
 Version:        0.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Personal organizer for the GNOME desktop
 
 Group:          Applications/Productivity
@@ -24,6 +24,9 @@ Requires:       python-liblarch_gtk
 Requires:       dbus-python
 Requires:       hicolor-icon-theme
 
+# For RTM backend
+Requires:       python-dateutil
+
 %description
 Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop
 environment inspired by the Getting Things Done (GTD) methodology. GTG is
@@ -92,6 +95,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Dec 26 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.1-3
+- Add optional dep for RTM backend. 
+
 * Sun Dec 01 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.1-2
 - Update URL
 


More information about the scm-commits mailing list