task updated to 1.9.0
This commit is contained in:
parent
ed6c3920e8
commit
35a4e450b5
4 changed files with 17 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
task-1.8.5.tar.gz
|
||||
task-1.9.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ task-1_8_3-1_fc10:F-12:task-1.8.3-1.fc10.src.rpm:1256163996
|
|||
task-1_8_4-1_fc11:F-12:task-1.8.4-1.fc11.src.rpm:1258468591
|
||||
task-1_8_5-1_fc11:F-12:task-1.8.5-1.fc11.src.rpm:1260056647
|
||||
task-1_8_5-2_fc11:F-12:task-1.8.5-2.fc11.src.rpm:1260063445
|
||||
task-1_9_0-1_fc12:F-12:task-1.9.0-1.fc12.src.rpm:1266888580
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b7e5ab3abf624027068d9a01bf684035 task-1.8.5.tar.gz
|
||||
b9c12f60ff509c1ce5c6292041789baa task-1.9.0.tar.gz
|
||||
|
|
|
|||
18
task.spec
18
task.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: task
|
||||
Version: 1.8.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line to do list manager
|
||||
|
||||
Group: Applications/Productivity
|
||||
|
|
@ -17,7 +17,7 @@ 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.
|
||||
options, multi-user file locking, recurring tasks.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
|
@ -40,15 +40,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README scripts i18n doc/rc
|
||||
%{_bindir}/task
|
||||
%{_mandir}/man1/task.1.gz
|
||||
%{_mandir}/man5/taskrc.5.gz
|
||||
%{_mandir}/man5/task-tutorial.5.gz
|
||||
%{_mandir}/man5/task-color.5.gz
|
||||
%{_mandir}/man5/task-faq.5.gz
|
||||
%config(noreplace) %{_sysconfdir}/bash_completion.d
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2010 Federico Hernandez <ultrafredde@gmail.com> - 1.9.0-1
|
||||
Intial RPM for task beta release 1.9.0
|
||||
* Mon Feb 15 2010 Federico Hernandez <ultrafredde@gmail.com> - 1.9.0.beta3-1
|
||||
Intial RPM for task beta release 1.9.0.beta3
|
||||
* Mon Feb 08 2010 Federico Hernandez <ultrafredde@gmail.com> - 1.9.0.beta2-1
|
||||
Intial RPM for task beta release 1.9.0.beta2
|
||||
* Wed Feb 03 2010 Federico Hernandez <ultrafredde@gmail.com> - 1.9.0.beta1-1
|
||||
Intial RPM for task beta release 1.9.0.beta1
|
||||
* Sat Dec 05 2009 Federico Hernandez <ultrafredde@gmail.com> - 1.8.5-2
|
||||
Fixed wrong ChangeLog file
|
||||
* Sat Dec 05 2009 Federico Hernandez <ultrafredde@gmail.com> - 1.8.5-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue