From 9163f6bde774b7f30c0a92fea6d8386780139c6f Mon Sep 17 00:00:00 2001 From: Dalibor Pospisil Date: Sat, 3 Feb 2018 23:53:40 +0100 Subject: [PATCH] fixed automatic patches applying --- .gitignore | 17 +++-------------- beakerlib.spec | 6 +++--- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 399e58f..094a4a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,4 @@ +*.tar.gz .project -beakerlib-1.3.tar.gz -/beakerlib-1.4.tar.gz -/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 +*.orig +*.rej diff --git a/beakerlib.spec b/beakerlib.spec index 21926ad..86fb68d 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.17 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -47,7 +47,7 @@ Patch15: unified-footer.patch %prep %setup -q -%autopatch -p1 +%(grep -E '^Patch[0-9]+:' %{_specdir}/%{name}.spec | sed -r 's/^P/%p/;s/: / -p1 -b ./;s/.patch$//') %build make build @@ -96,7 +96,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog -* Fri Feb 2 2018 Dalibor Pospisil - 1.17-8 +* Sat Feb 3 2018 Dalibor Pospisil - 1.17-9 - support rxvt terminal colors - fixed persistent data load for bash version <= 4.1.2 - moved printing of final summray to rlJournalEnd