Update to taskwarrior 2.2.0

This commit is contained in:
Luke Macken 2013-06-22 14:00:09 -04:00
commit 4b05f0cb01
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
ff0c712a18a47f79787b971b8d1ff207 task-2.1.2.tar.gz
eb5af01b51b90e01b574464a5d11d4e9 task-2.2.0.tar.gz

View file

@ -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 <lmacken@redhat.com> - 2.2.0-1
- Update to task 2.2.0
* Thu Feb 21 2013 Luke Macken <lmacken@redhat.com> - 2.1.2-2
- Build against libuuid instead of using their internal
implementation (#799664)