From 08d76a2071c4ffaf665f45dc1bc65a46152a1b4f Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Jun 2009 12:19:21 +0000 Subject: [PATCH] task updated to 1.7.1 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 26 +++++++++++++++----------- 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2220f6f..ae57674 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.7.0.tar.gz +task-1.7.1.tar.gz diff --git a/import.log b/import.log index 5f40e3e..41a2016 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ task-1_7_0-2_fc10:F-11:task-1.7.0-2.fc10.src.rpm:1243416155 +task-1_7_1-1_fc10:F-11:task-1.7.1-1.fc10.src.rpm:1244549924 diff --git a/sources b/sources index b8cb4be..bf919aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f6fe66dbd9fb3249dd201fd843b8319 task-1.7.0.tar.gz +830665584883812daeb651f00900e55e task-1.7.1.tar.gz diff --git a/task.spec b/task.spec index 35ecfd9..68604dd 100644 --- a/task.spec +++ b/task.spec @@ -1,23 +1,24 @@ Name: task -Version: 1.7.0 -Release: 2%{?dist} -Summary: An open source, command-line, TODO list manager +Version: 1.7.1 +Release: 1%{?dist} +Summary: A command-line to do list manager Group: Applications/Productivity License: GPLv2+ -URL: http://www.beckingham.net/task.html -Source0: http://www.beckingham.net/%{name}-%{version}.tar.gz +URL: http://taskwarrior.org +Source0: http://taskwarrior.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel %description -Task is an open source, command-line, TODO list manager. It is -scope-limited to GTD functionality and features: tags, colorful -tabular output, reports and graphs, lots of commands, low-level -api, abbreviations for all commands and options, multiuser file -locking, recurring tasks. Task is based on ideas presented in -the todo.sh script found on: http://todotxt.org +Task is a command-line to do list manager. It is +scope-limited to GTD functionality and features: +tags, colorful tabular output, reports and graphs, +lots of commands, low-level api, abbreviations for +all commands and options, multiuser file locking, +recurring tasks. Task is based on ideas presented +in the todo.sh script found on: http://todotxt.org %prep %setup -q @@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 08 2009 Federico Hernandez - 1.7.1-1 +- Initial RPM for bugfix release 1.7.1. +- Updated references to new project homepage in spec file. * Tue May 19 2009 Federico Hernandez - 1.7.0-2 - Changed license to GPLv2+ and removed Requires macro. - See https://bugzilla.redhat.com/show_bug.cgi?id=501498