diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-08-29 12:32:40 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-08-29 12:32:40 +0300 |
commit | 5150546fe4f8b2ca8731a68b92b1dd37ddfb31d3 (patch) | |
tree | fd8b3e2746cd5cd84fa2529f46e718972e5e2046 | |
parent | 19e6810017946a00f78f87d86c859e1d4936fc29 (diff) | |
download | python-nose-5150546fe4f8b2ca8731a68b92b1dd37ddfb31d3.tar.gz python-nose-5150546fe4f8b2ca8731a68b92b1dd37ddfb31d3.tar.bz2 python-nose-5150546fe4f8b2ca8731a68b92b1dd37ddfb31d3.zip |
Autoremove imported patches from packaging
Removed all imported patches from python-nose.spec
and patch files from the packaging dir.
-rw-r--r-- | packaging/nose-coverage-0.3.4.patch | 16 | ||||
-rw-r--r-- | packaging/python-nose.spec | 2 |
2 files changed, 0 insertions, 18 deletions
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 - <BLANKLINE> -- 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 - <BLANKLINE> 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 |