mcepl pushed to python-behave (f21). "Add a patch for embeding video in HTML formatted report"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 15:07:52 UTC 2015


From 354bf71dfb6230cea8dbed8c74448b57483fa789 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <mcepl at cepl.eu>
Date: Thu, 21 May 2015 16:56:09 +0200
Subject: Add a patch for embeding video in HTML formatted report


diff --git a/python-behave.spec b/python-behave.spec
index 99ecd62..5055143 100644
--- a/python-behave.spec
+++ b/python-behave.spec
@@ -12,7 +12,7 @@
 
 Name:               python-%{modname}
 Version:            1.2.5
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Tools for the behavior-driven development, Python style
 
 License:            BSD
@@ -21,6 +21,7 @@ Source0:            http://pypi.python.org/packages/source/b/%{modname}/%{modnam
 # Pending pull request in the upstream repository
 # https://github.com/behave/behave/pull/86
 Patch0: HTML-Formatter.patch
+Patch1: html_formatter_no_set_codecs.patch
 BuildArch:          noarch
 
 Requires:           python-setuptools
@@ -77,6 +78,7 @@ brief feature-examples.
 %prep
 %setup -q -n %{modname}-%{version}
 %patch0 -p1 -b .HTMLformatter
+%patch1 -p1 -b .html_no_codecs
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}*.egg-info
@@ -146,6 +148,9 @@ nosetests -v
 
 
 %changelog
+* Thu May 21 2015 Matej Cepl <mcepl at redhat.com> - 1.2.5-2
+- Add a patch for embeding video in HTML formatted report
+
 * Wed Apr 29 2015 Matej Cepl <mcepl at redhat.com> - 1.2.5-1
 - Upgrade to the latest release (fix #1214767)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-behave.git/commit/?h=f21&id=354bf71dfb6230cea8dbed8c74448b57483fa789


More information about the scm-commits mailing list