From 261e2b19fa1f39b38ca3f5de1927c63bf038e4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20=E3=83=86=E3=82=A3=E3=83=93=E3=83=84?= Date: Tue, 26 May 2009 22:31:13 +0000 Subject: [PATCH 01/13] Initialize branch F-10 for task --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 8259e019396e88a2dea4a99bde583fdeb98318d8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 27 May 2009 09:20:57 +0000 Subject: [PATCH 02/13] Initial import of task 1.7.0 --- .cvsignore | 1 + import.log | 1 + sources | 1 + task.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 import.log create mode 100644 task.spec diff --git a/.cvsignore b/.cvsignore index e69de29..2220f6f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +task-1.7.0.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..8a7a1b7 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 diff --git a/sources b/sources index e69de29..b8cb4be 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4f6fe66dbd9fb3249dd201fd843b8319 task-1.7.0.tar.gz diff --git a/task.spec b/task.spec new file mode 100644 index 0000000..35ecfd9 --- /dev/null +++ b/task.spec @@ -0,0 +1,53 @@ +Name: task +Version: 1.7.0 +Release: 2%{?dist} +Summary: An open source, command-line, TODO list manager + +Group: Applications/Productivity +License: GPLv2+ +URL: http://www.beckingham.net/task.html +Source0: http://www.beckingham.net/%{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 + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING INSTALL NEWS README task_completion.sh +%{_bindir}/task +%{_mandir}/man1/task.1.gz +%{_mandir}/man5/taskrc.5.gz + + +%changelog +* 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 +* Tue May 19 2009 Federico Hernandez - 1.7.0-1 +- Initial RPM. From 9f1f80b89de42915e9723792d18dc2701fbbda5e Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Jun 2009 12:09:20 +0000 Subject: [PATCH 03/13] 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 8a7a1b7..522486d 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 +task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 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 From fe3c78598557b3c1fd3c61e97e1b3d184ddad0b1 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Jun 2009 16:15:22 +0000 Subject: [PATCH 04/13] Fixed man page inclusion --- import.log | 1 + sources | 2 +- task.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/import.log b/import.log index 522486d..c59c45a 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 +task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 diff --git a/sources b/sources index bf919aa..34eafab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -830665584883812daeb651f00900e55e task-1.7.1.tar.gz +393baac71ab282d567e1fe4a66cae5bb task-1.7.1.tar.gz diff --git a/task.spec b/task.spec index 68604dd..6ff62ad 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -47,6 +47,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 08 2009 Federico Hernandez - 1.7.1-2 +- Fixed inclusion of manpages. * 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. From 075db0792631ea0bda0a4fa6590cd6643139d57f Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 11 Aug 2009 13:16:47 +0000 Subject: [PATCH 05/13] task updated to 1.8.0 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 32 +++++++++++++++++++++----------- 4 files changed, 24 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index ae57674..e6887f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.7.1.tar.gz +task-1.8.0.tar.gz diff --git a/import.log b/import.log index c59c45a..cc46583 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 +task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 diff --git a/sources b/sources index 34eafab..bc4ff30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -393baac71ab282d567e1fe4a66cae5bb task-1.7.1.tar.gz +a50d7a143c8a15ae3d33bb2041840da6 task-1.8.0.tar.gz diff --git a/task.spec b/task.spec index 6ff62ad..e74480e 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task -Version: 1.7.1 -Release: 2%{?dist} +Version: 1.8.0 +Release: 1%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -12,13 +12,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel %description -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 +Task is a command-line to do list manager. It has +support for GTD functionality and includes the +following features: tags, colorful tabular output, +reports and graphs, lots of manipulation commands, +low-level API, abbreviations for all commands and +options, multiuser file locking, recurring tasks. %prep %setup -q @@ -32,7 +31,8 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT - +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d +install -m 644 -T scripts/bash/task_completion.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/task %clean rm -rf $RPM_BUILD_ROOT @@ -40,13 +40,23 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL NEWS README task_completion.sh +%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n %{_bindir}/task %{_mandir}/man1/task.1.gz %{_mandir}/man5/taskrc.5.gz +%{_mandir}/man5/task-tutorial.5.gz +%config(noreplace) %{_sysconfdir}/bash_completion.d %changelog +* Tue Jul 21 2009 Federico Hernandez - 1.8.0-1 + Intial RPM for task release 1.8.0 +* Mon Jul 13 2009 Federico Hernandez - 1.8.0.beta3-1 + Intial RPM for task beta release 1.8.0.beta3 +* Wed Jul 08 2009 Federico Hernandez - 1.8.0.beta2-1 + Intial RPM for task beta release 1.8.0.beta2 +* Tue Jul 07 2009 Federico Hernandez - 1.8.0.beta1-1 + Intial RPM for task beta release 1.8.0.beta1 * Tue Jun 08 2009 Federico Hernandez - 1.7.1-2 - Fixed inclusion of manpages. * Tue Jun 08 2009 Federico Hernandez - 1.7.1-1 From d9ab86440da73612d5690a771ef180479964e048 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Thu, 20 Aug 2009 22:01:39 +0000 Subject: [PATCH 06/13] task updated to 1.8.1 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 4 +++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e6887f6..b375638 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.0.tar.gz +task-1.8.1.tar.gz diff --git a/import.log b/import.log index cc46583..b860a51 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 +task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 diff --git a/sources b/sources index bc4ff30..baad3d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a50d7a143c8a15ae3d33bb2041840da6 task-1.8.0.tar.gz +c21590baf207f83cf5448351c3ac4ffb task-1.8.1.tar.gz diff --git a/task.spec b/task.spec index e74480e..ac5b0bf 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.8.0 +Version: 1.8.1 Release: 1%{?dist} Summary: A command-line to do list manager @@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 + Intial RPM for task bugfix release 1.8.1 * Tue Jul 21 2009 Federico Hernandez - 1.8.0-1 Intial RPM for task release 1.8.0 * Mon Jul 13 2009 Federico Hernandez - 1.8.0.beta3-1 From 71a50a13bba239553964a884763f694068347ed8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 7 Sep 2009 10:02:59 +0000 Subject: [PATCH 07/13] task updated to 1.8.2 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 16 +++++++++------- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index b375638..bda0def 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.1.tar.gz +task-1.8.2.tar.gz diff --git a/import.log b/import.log index b860a51..db46df0 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 +task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 diff --git a/sources b/sources index baad3d0..776f720 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c21590baf207f83cf5448351c3ac4ffb task-1.8.1.tar.gz +1bc2d6e8fb7be15ee732f1eca6989beb task-1.8.2.tar.gz diff --git a/task.spec b/task.spec index ac5b0bf..c8391e5 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} Summary: A command-line to do list manager @@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 + Intial RPM for task bugfix release 1.8.2 * Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 Intial RPM for task bugfix release 1.8.1 * Tue Jul 21 2009 Federico Hernandez - 1.8.0-1 @@ -60,12 +62,12 @@ rm -rf $RPM_BUILD_ROOT * Tue Jul 07 2009 Federico Hernandez - 1.8.0.beta1-1 Intial RPM for task beta release 1.8.0.beta1 * Tue Jun 08 2009 Federico Hernandez - 1.7.1-2 -- Fixed inclusion of manpages. + Fixed inclusion of manpages. * 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. + 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 + Changed license to GPLv2+ and removed Requires macro. + See https://bugzilla.redhat.com/show_bug.cgi?id=501498 * Tue May 19 2009 Federico Hernandez - 1.7.0-1 -- Initial RPM. + Initial RPM. From fb38e27aac10de42c54f6cf65a46fb04eaf9690c Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 21 Oct 2009 22:02:40 +0000 Subject: [PATCH 08/13] task updated to 1.8.3 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 4 +++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index bda0def..ee5efab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.2.tar.gz +task-1.8.3.tar.gz diff --git a/import.log b/import.log index db46df0..461f000 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 +task-1_8_3-1_fc10:F-10:task-1.8.3-1.fc10.src.rpm:1256161807 diff --git a/sources b/sources index 776f720..5d0fc7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bc2d6e8fb7be15ee732f1eca6989beb task-1.8.2.tar.gz +9ac27bdd2e6b63d07d46c61cf82e8dcd task-1.8.3.tar.gz diff --git a/task.spec b/task.spec index c8391e5..1cf8baf 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.8.2 +Version: 1.8.3 Release: 1%{?dist} Summary: A command-line to do list manager @@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 21 2009 Federico Hernandez - 1.8.3-1 + Intial RPM for task bugfix release 1.8.3 * Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 Intial RPM for task bugfix release 1.8.2 * Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 From 7d05d024ba7656b1ca9db32bcc12f34dfa9fe44b Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 17 Nov 2009 14:04:59 +0000 Subject: [PATCH 09/13] task updated to 1.8.4 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index ee5efab..adb48cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.3.tar.gz +task-1.8.4.tar.gz diff --git a/import.log b/import.log index 461f000..a6a81b1 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 task-1_8_3-1_fc10:F-10:task-1.8.3-1.fc10.src.rpm:1256161807 +task-1_8_4-1_fc11:F-10:task-1.8.4-1.fc11.src.rpm:1258466669 diff --git a/sources b/sources index 5d0fc7c..e0f88d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ac27bdd2e6b63d07d46c61cf82e8dcd task-1.8.3.tar.gz +f78071a21d493ba0ea575878d3aaff20 task-1.8.4.tar.gz diff --git a/task.spec b/task.spec index 1cf8baf..5f1ef4f 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.8.3 +Version: 1.8.4 Release: 1%{?dist} Summary: A command-line to do list manager @@ -49,8 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Oct 21 2009 Federico Hernandez - 1.8.3-1 - Intial RPM for task bugfix release 1.8.3 +* Tue Nov 17 2009 Federico Hernandez - 1.8.4-1 + Intial RPM for task bugfix release 1.8.4 * Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 Intial RPM for task bugfix release 1.8.2 * Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 From 4b600a2173fb23597d5bc8378cf5c7046b2b205d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:38 +0000 Subject: [PATCH 10/13] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e95a60..ad02dfb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := task SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 3cdc2c58c56384304b5de38ca6642058053021d8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sat, 5 Dec 2009 23:40:31 +0000 Subject: [PATCH 11/13] task updated to 1.8.5 --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- task.spec | 6 +++++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index adb48cf..513be82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -task-1.8.4.tar.gz +task-1.8.5.tar.gz diff --git a/import.log b/import.log index a6a81b1..ebffbd5 100644 --- a/import.log +++ b/import.log @@ -6,3 +6,4 @@ task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 task-1_8_3-1_fc10:F-10:task-1.8.3-1.fc10.src.rpm:1256161807 task-1_8_4-1_fc11:F-10:task-1.8.4-1.fc11.src.rpm:1258466669 +task-1_8_5-1_fc11:F-10:task-1.8.5-1.fc11.src.rpm:1260056409 diff --git a/sources b/sources index e0f88d4..625ccbe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f78071a21d493ba0ea575878d3aaff20 task-1.8.4.tar.gz +83e1ddd9494be56606a4b8e068359aa4 task-1.8.5.tar.gz diff --git a/task.spec b/task.spec index 5f1ef4f..7a426ef 100644 --- a/task.spec +++ b/task.spec @@ -1,5 +1,5 @@ Name: task -Version: 1.8.4 +Version: 1.8.5 Release: 1%{?dist} Summary: A command-line to do list manager @@ -49,8 +49,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 05 2009 Federico Hernandez - 1.8.5-1 + Intial RPM for task bugfix release 1.8.5 * Tue Nov 17 2009 Federico Hernandez - 1.8.4-1 Intial RPM for task bugfix release 1.8.4 +* Wed Oct 21 2009 Federico Hernandez - 1.8.3-1 + Intial RPM for task bugfix release 1.8.3 * Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 Intial RPM for task bugfix release 1.8.2 * Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 From b72402cf5548eb2fe6fb161cc2ea38824d8a75a8 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Sun, 6 Dec 2009 01:33:20 +0000 Subject: [PATCH 12/13] task updated to 1.8.5 --- import.log | 1 + sources | 2 +- task.spec | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/import.log b/import.log index ebffbd5..88401d9 100644 --- a/import.log +++ b/import.log @@ -7,3 +7,4 @@ task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 task-1_8_3-1_fc10:F-10:task-1.8.3-1.fc10.src.rpm:1256161807 task-1_8_4-1_fc11:F-10:task-1.8.4-1.fc11.src.rpm:1258466669 task-1_8_5-1_fc11:F-10:task-1.8.5-1.fc11.src.rpm:1260056409 +task-1_8_5-2_fc11:F-10:task-1.8.5-2.fc11.src.rpm:1260063182 diff --git a/sources b/sources index 625ccbe..8868a8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83e1ddd9494be56606a4b8e068359aa4 task-1.8.5.tar.gz +b7e5ab3abf624027068d9a01bf684035 task-1.8.5.tar.gz diff --git a/task.spec b/task.spec index 7a426ef..94d25e0 100644 --- a/task.spec +++ b/task.spec @@ -1,6 +1,6 @@ Name: task Version: 1.8.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command-line to do list manager Group: Applications/Productivity @@ -49,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 05 2009 Federico Hernandez - 1.8.5-2 + Fixed wrong ChangeLog file * Sat Dec 05 2009 Federico Hernandez - 1.8.5-1 Intial RPM for task bugfix release 1.8.5 * Tue Nov 17 2009 Federico Hernandez - 1.8.4-1 From 7664db7933952e46478bbfc58000edb4acf5428b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 13:51:18 +0000 Subject: [PATCH 13/13] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 10 ---------- 4 files changed, 32 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index ad02dfb..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: task -# $Id$ -NAME := task -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 diff --git a/import.log b/import.log deleted file mode 100644 index 88401d9..0000000 --- a/import.log +++ /dev/null @@ -1,10 +0,0 @@ -task-1_7_0-2_fc10:F-10:task-1.7.0-2.fc10.src.rpm:1243416007 -task-1_7_1-1_fc10:F-10:task-1.7.1-1.fc10.src.rpm:1244549329 -task-1_7_1-2_fc10:F-10:task-1.7.1-2.fc10.src.rpm:1244564097 -task-1_8_0-1_fc10:F-10:task-1.8.0-1.fc10.src.rpm:1249996577 -task-1_8_1-1_fc10:F-10:task-1.8.1-1.fc10.src.rpm:1250805496 -task-1_8_2-1_fc10:F-10:task-1.8.2-1.fc10.src.rpm:1252317762 -task-1_8_3-1_fc10:F-10:task-1.8.3-1.fc10.src.rpm:1256161807 -task-1_8_4-1_fc11:F-10:task-1.8.4-1.fc11.src.rpm:1258466669 -task-1_8_5-1_fc11:F-10:task-1.8.5-1.fc11.src.rpm:1260056409 -task-1_8_5-2_fc11:F-10:task-1.8.5-2.fc11.src.rpm:1260063182