rebase to upstream 1.9

This commit is contained in:
Dalibor Pospisil 2014-06-17 14:48:31 +02:00
parent 93c2592908
commit e1b32c85c1
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ beakerlib-1.3.tar.gz
/beakerlib-1.6.tar.gz
/beakerlib-1.7.tar.gz
/beakerlib-1.8.tar.gz
/beakerlib-1.9.tar.gz

View File

@ -1,7 +1,7 @@
Name: beakerlib
Summary: A shell-level integration testing library
Version: 1.8
Release: 5%{?dist}
Version: 1.9
Release: 1%{?dist}
License: GPLv2
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -14,7 +14,6 @@ Requires: python2
Requires: grep
Requires: sed
BuildRequires: /usr/bin/pod2man
Patch0: configurable-docdir.patch
%description
The BeakerLib project means to provide a library of various helpers, which
@ -33,7 +32,6 @@ Files for syntax highlighting BeakerLib tests in VIM editor
%prep
%setup -q
%patch0 -p1 -b .configurable-docdir
%build
make build
@ -74,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
%changelog
* Tue Jun 17 2014 Dalibor Pospisil <dapospis@redhat.com> - 1.9-1
- rebase to upstream 1.9
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
1a18c09798e2b9a068bd50ed306d42af beakerlib-1.8.tar.gz
7405571fe5e8195325dfa889cd72a5c0 beakerlib-1.9.tar.gz