release 1.17-2

fixing a typo in the code
This commit is contained in:
Dalibor Pospisil 2017-10-18 11:05:25 +02:00
parent 24d96495bc
commit 2097d28e49

View File

@ -1,7 +1,7 @@
Name: beakerlib
Summary: A shell-level integration testing library
Version: 1.17
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -35,11 +35,14 @@ Group: Development/Libraries
Requires: vim-common
BuildRequires: vim-common
Patch0: test-built-time.patch
%description vim-syntax
Files for syntax highlighting BeakerLib tests in VIM editor
%prep
%setup -q
%patch0 -p1 -b .test-built-time
%build
make build
@ -77,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog
* Wed Oct 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-1
* Wed Oct 18 2017 Dalibor Pospisil <dapospis@redhat.com> - 1.17-2
- completely reworked getting rpms
- bstor.py rewritten in pure bash
- some doc fixes