fixed automatic patches applying

This commit is contained in:
Dalibor Pospisil 2018-02-03 23:53:40 +01:00
parent 368503090d
commit 9163f6bde7
2 changed files with 6 additions and 17 deletions

17
.gitignore vendored
View File

@ -1,15 +1,4 @@
*.tar.gz
.project .project
beakerlib-1.3.tar.gz *.orig
/beakerlib-1.4.tar.gz *.rej
/beakerlib-1.5.tar.gz
/beakerlib-1.6.tar.gz
/beakerlib-1.7.tar.gz
/beakerlib-1.8.tar.gz
/beakerlib-1.9.tar.gz
/beakerlib-1.10.tar.gz
/beakerlib-1.11.tar.gz
/beakerlib-1.12.tar.gz
/beakerlib-1.13.tar.gz
/beakerlib-1.15.tar.gz
/beakerlib-1.16.tar.gz
/beakerlib-1.17.tar.gz

View File

@ -1,7 +1,7 @@
Name: beakerlib Name: beakerlib
Summary: A shell-level integration testing library Summary: A shell-level integration testing library
Version: 1.17 Version: 1.17
Release: 8%{?dist} Release: 9%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Libraries Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -47,7 +47,7 @@ Patch15: unified-footer.patch
%prep %prep
%setup -q %setup -q
%autopatch -p1 %(grep -E '^Patch[0-9]+:' %{_specdir}/%{name}.spec | sed -r 's/^P/%p/;s/: / -p1 -b ./;s/.patch$//')
%build %build
make build make build
@ -96,7 +96,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog %changelog
* Fri Feb 2 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-8 * Sat Feb 3 2018 Dalibor Pospisil <dapospis@redhat.com> - 1.17-9
- support rxvt terminal colors - support rxvt terminal colors
- fixed persistent data load for bash version <= 4.1.2 - fixed persistent data load for bash version <= 4.1.2
- moved printing of final summray to rlJournalEnd - moved printing of final summray to rlJournalEnd