Latest beta from upstream.
This commit is contained in:
parent
033379ab8c
commit
62c5b19a17
3 changed files with 11 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@ task-1.9.2.tar.gz
|
|||
/task-2.5.0.beta2.tar.gz
|
||||
/task-2.5.0.beta3.tar.gz
|
||||
/task-2.5.0.tar.gz
|
||||
/task-2.5.1.beta1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bca2a8a6f7727ccbcefd5e190d935910 task-2.5.0.tar.gz
|
||||
8fa80556a60c7dd04dc77d6ba8ed5955 task-2.5.1.beta1.tar.gz
|
||||
|
|
|
|||
13
task.spec
13
task.spec
|
|
@ -1,11 +1,13 @@
|
|||
%global prerelease .beta1
|
||||
|
||||
Name: task
|
||||
Version: 2.5.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.5.1
|
||||
Release: 0.1%{?prerelease}%{?dist}
|
||||
Summary: Taskwarrior - a command-line TODO list manager
|
||||
Group: Applications/Productivity
|
||||
License: MIT
|
||||
URL: http://taskwarrior.org
|
||||
Source0: http://taskwarrior.org/download/%{name}-%{version}.tar.gz
|
||||
Source0: http://taskwarrior.org/download/%{name}-%{version}%{?prerelease}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Need to build with cmake28 for EPEL6 builds
|
||||
|
|
@ -28,7 +30,7 @@ capabilities though, and it becomes a sophisticated data query tool that can
|
|||
help you stay organized, and get through your work.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}%{?prerelease}
|
||||
|
||||
%build
|
||||
# Need to build with cmake28 for EPEL6 builds
|
||||
|
|
@ -66,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2016 Ralph Bean <rbean@redhat.com> - 2.5.1-0.1.beta1
|
||||
- A beta prerelease from upstream.
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue