From 4b05f0cb01262aca2cf19283f8ddd4b6fc3e945f Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sat, 22 Jun 2013 14:00:09 -0400 Subject: [PATCH] Update to taskwarrior 2.2.0 --- .gitignore | 1 + sources | 2 +- task.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3204a5..6ba3d87 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ task-1.9.2.tar.gz /task-2.0.0.RC1.tar.gz /task-2.0.0.tar.gz /task-2.1.2.tar.gz +/task-2.2.0.tar.gz diff --git a/sources b/sources index f45b5a9..c8ab0ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ff0c712a18a47f79787b971b8d1ff207 task-2.1.2.tar.gz +eb5af01b51b90e01b574464a5d11d4e9 task-2.2.0.tar.gz diff --git a/task.spec b/task.spec index 7c6b162..0fef165 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task -Version: 2.1.2 -Release: 2%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity License: MIT @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/bash_completion.d %changelog +* Sat Jun 22 2013 Luke Macken - 2.2.0-1 +- Update to task 2.2.0 + * Thu Feb 21 2013 Luke Macken - 2.1.2-2 - Build against libuuid instead of using their internal implementation (#799664)