From eb01a5abec1ed09b980d0ab98f6833972c1bebba0c88d8b028321a4122028807 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Aug 2013 15:14:30 +0000 Subject: [PATCH] Accepting request 185432 from devel:languages:python - The *.egg-info is a file, not a directory OBS-URL: https://build.opensuse.org/request/show/185432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=34 --- python-numpy-doc.changes | 5 +++++ python-numpy-doc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index fcc3274..ab0f351 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 1 11:52:47 UTC 2013 - speilicke@suse.com + +- The *.egg-info is a file, not a directory + ------------------------------------------------------------------- Fri May 3 22:27:24 UTC 2013 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index 25ae749..310597c 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -173,6 +173,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files -n python-numpydoc %defattr(-,root,root) %{python_sitelib}/%{docname}/ -%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info/ +%{python_sitelib}/%{docname}-%{docvers}-py%{py_ver}.egg-info %changelog