[task] update to 2.0.0.RC1

Tom Callaway spot at fedoraproject.org
Mon Mar 5 17:14:54 UTC 2012


commit 11212979ec244f4f24d9a144a57428039ba2f506
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Mar 5 12:14:22 2012 -0500

    update to 2.0.0.RC1

 .gitignore |    1 +
 sources    |    2 +-
 task.spec  |   15 +++++----------
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62e438b..f4179b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ task-1.9.2.tar.gz
 /task-1.9.3.tar.gz
 /task-1.9.4.tar.gz
 /task-2.0.0.beta4.tar.gz
+/task-2.0.0.RC1.tar.gz
diff --git a/sources b/sources
index 85f1a4b..c15fded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d545e7627b03e3c2dd567f3fca38a8e  task-2.0.0.beta4.tar.gz
+42333fa5a0ab3a6b058146182cbb7b1a  task-2.0.0.RC1.tar.gz
diff --git a/task.spec b/task.spec
index 5c5050e..fcdfe9c 100644
--- a/task.spec
+++ b/task.spec
@@ -1,20 +1,16 @@
-%global betaver beta4
+%global betaver RC1
 
 Name:           task
 Version:        2.0.0
-Release:        0.1.%{betaver}%{?dist}
+Release:        0.2.%{betaver}%{?dist}
 Summary:        A command-line to do list manager
-
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://taskwarrior.org
 Source0:        http://taskwarrior.org/download/%{name}-%{version}.%{betaver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         %{name}-unistd.patch
-
 BuildRequires:  cmake
 
-
 %description
 Task is a command-line to do list manager. It has
 support for GTD functionality and includes the
@@ -25,8 +21,6 @@ options, multi-user file locking, recurring tasks.
 
 %prep
 %setup -q -n %{name}-%{version}.%{betaver}
-%patch0 -p0
-
 
 %build
 %cmake
@@ -41,7 +35,6 @@ install -m 644 -T scripts/bash/task_completion.sh $RPM_BUILD_ROOT%{_sysconfdir}/
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc /usr/share/doc/task/
@@ -54,8 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/task-sync.5.gz
 %config(noreplace) %{_sysconfdir}/bash_completion.d
 
-
 %changelog
+* Mon Mar  5 2012 Tom Callaway <spot at fedoraproject.org> 2.0.0-0.2.RC1
+- update to 2.0.0 RC1
+
 * Mon Feb 20 2012 Luke Macken <lmacken at redhat.com> - 2.0.0-0.1.beta4
 - Update to the latest 2.0 beta
 - Build with cmake


More information about the scm-commits mailing list