[beakerlib/epel7] rebase to upstream 1.9

Dalibor Pospisil sopos at fedoraproject.org
Tue Jun 17 13:49:42 UTC 2014


commit 0b0165578c2e3fde4be05097bacdb55fb2fe090e
Author: Dalibor Pospisil <dapospis at redhat.com>
Date:   Tue Jun 17 15:46:48 2014 +0200

    rebase to upstream 1.9

 .gitignore     |    1 +
 beakerlib.spec |   24 ++++++++++++++++++++----
 sources        |    2 +-
 3 files changed, 22 insertions(+), 5 deletions(-)
---
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 578fff0..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,16 +14,24 @@ 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
 could be used when writing operating system level integration tests.
 
 
+%package vim-syntax
+Summary: Files for syntax highlighting BeakerLib tests in VIM editor
+Group: Development/Libraries
+Requires: vim-common
+BuildRequires: vim-common
+
+%description vim-syntax
+Files for syntax highlighting BeakerLib tests in VIM editor
+
+
 %prep
 %setup -q
-%patch0 -p1 -b .configurable-docdir
 
 %build
 make build
@@ -58,7 +66,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_pkgdocdir}/examples/*/*
 %config %{_tmpfilesdir}/%{name}.conf
 
+
+%files vim-syntax
+%{_datadir}/vim/vimfiles/after/ftdetect/beakerlib.vim
+%{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim
+
 %changelog
+* Tue Jun 17 2014 Dalibor Pospisil <dapospis at redhat.com> - 1.9-1
+- rebase to upstream 1.9
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list