[task/f17] update to 2.0.0.RC1

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


commit f93a013565971f256be819be3a08b6d3fd5b2dc8
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Mar 5 12:13:39 2012 -0500

    update to 2.0.0.RC1

 sources   |    2 +-
 task.spec |   28 +++++++++++++++-------------
 2 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/sources b/sources
index ed224f9..c15fded 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c5d9dedb1ead69590af895d16708070  task-1.9.4.tar.gz
+42333fa5a0ab3a6b058146182cbb7b1a  task-2.0.0.RC1.tar.gz
diff --git a/task.spec b/task.spec
index 4cbe5f4..fcdfe9c 100644
--- a/task.spec
+++ b/task.spec
@@ -1,14 +1,15 @@
+%global betaver RC1
+
 Name:           task
-Version:        1.9.4
-Release:        3%{?dist}
+Version:        2.0.0
+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}.tar.gz
+Source0:        http://taskwarrior.org/download/%{name}-%{version}.%{betaver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+BuildRequires:  cmake
 
 %description
 Task is a command-line to do list manager. It has
@@ -19,14 +20,12 @@ low-level API, abbreviations for all commands and
 options, multi-user file locking, recurring tasks.
 
 %prep
-%setup -q
-
+%setup -q -n %{name}-%{version}.%{betaver}
 
 %build
-%configure
+%cmake
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -36,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/
@@ -49,10 +47,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man5/task-sync.5.gz
 %config(noreplace) %{_sysconfdir}/bash_completion.d
 
-
 %changelog
-* Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.4-3
-- Rebuilt for c++ ABI breakage
+* 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
+- Add task-unistd.patch to get it building
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list