From: Markus Lehtonen Date: Thu, 29 Aug 2013 09:32:40 +0000 (+0300) Subject: Autoremove imported patches from packaging X-Git-Tag: submit/trunk/20190927.012842~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5150546fe4f8b2ca8731a68b92b1dd37ddfb31d3;p=tools%2Fpython-nose.git Autoremove imported patches from packaging Removed all imported patches from python-nose.spec and patch files from the packaging dir. --- diff --git a/packaging/nose-coverage-0.3.4.patch b/packaging/nose-coverage-0.3.4.patch deleted file mode 100644 index 233737b..0000000 --- a/packaging/nose-coverage-0.3.4.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: nose-0.11.4/functional_tests/doc_tests/test_coverage_html/coverage_html.rst -=================================================================== ---- nose-0.11.4.orig/functional_tests/doc_tests/test_coverage_html/coverage_html.rst -+++ nose-0.11.4/functional_tests/doc_tests/test_coverage_html/coverage_html.rst -@@ -32,9 +32,9 @@ The console coverage output is printed, - test_covered.test_blah ... hi - ok - -- Name Stmts Exec Cover Missing -+ Name Stmts Miss Cover Missing - ------------------------------------- -- blah 4 3 75% 6 -+ blah 4 1 75% 6 - ---------------------------------------------------------------------- - Ran 1 test in ...s - diff --git a/packaging/python-nose.spec b/packaging/python-nose.spec index fdd22c0..74c194a 100644 --- a/packaging/python-nose.spec +++ b/packaging/python-nose.spec @@ -18,7 +18,6 @@ License: LGPLv2+ and Public Domain URL: http://somethingaboutorange.com/mrl/projects/nose/ Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz # Upstream has this change already. -Patch0: nose-coverage-0.3.4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -60,7 +59,6 @@ Documentation for Nose %prep %setup -q -n %{upstream_name}-%{version} -%patch0 -p1 -b .coverage dos2unix examples/attrib_plugin.py