diff --git a/.gitignore b/.gitignore index a7e8468..7dd87a8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 46497de..86739bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bca2a8a6f7727ccbcefd5e190d935910 task-2.5.0.tar.gz +8fa80556a60c7dd04dc77d6ba8ed5955 task-2.5.1.beta1.tar.gz diff --git a/task.spec b/task.spec index 215cecf..bc894ad 100644 --- a/task.spec +++ b/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 - 2.5.1-0.1.beta1 +- A beta prerelease from upstream. + * Fri Feb 05 2016 Fedora Release Engineering - 2.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild