Autoremove imported patches from packaging
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 29 Aug 2013 09:32:40 +0000 (12:32 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 29 Aug 2013 09:32:40 +0000 (12:32 +0300)
Removed all imported patches from python-nose.spec
and patch files from the packaging dir.

packaging/nose-coverage-0.3.4.patch [deleted file]
packaging/python-nose.spec

diff --git a/packaging/nose-coverage-0.3.4.patch b/packaging/nose-coverage-0.3.4.patch
deleted file mode 100644 (file)
index 233737b..0000000
+++ /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>
index fdd22c0c63903568ba392fbd85f377e8de238d80..74c194a20b29e9b1477ebd4bc3dcf49e39fc86b6 100644 (file)
@@ -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