diff --git a/.gitignore b/.gitignore index be74153..e698ef3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/beakerlib.spec b/beakerlib.spec index 27b1537..4ce3dc2 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -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 - 1.9-1 +- rebase to upstream 1.9 + * Sat Jun 07 2014 Fedora Release Engineering - 1.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8443190..da804b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a18c09798e2b9a068bd50ed306d42af beakerlib-1.8.tar.gz +7405571fe5e8195325dfa889cd72a5c0 beakerlib-1.9.tar.gz