From 2097d28e4975bccb5ee0d20a1012811c6ef18893 Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Wed, 18 Oct 2017 11:05:25 +0200 Subject: [PATCH] release 1.17-2 fixing a typo in the code --- beakerlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/beakerlib.spec b/beakerlib.spec index f1d9e0e..93cc641 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -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 - 1.17-1 +* Wed Oct 18 2017 Dalibor Pospisil - 1.17-2 - completely reworked getting rpms - bstor.py rewritten in pure bash - some doc fixes