New version 0.98.5, fix FTBFS
This commit is contained in:
parent
4b8a7ea9ce
commit
e2636307e3
1 changed files with 6 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
%global with_python3 1
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.98.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.98.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for ADMesh, STL manipulation library
|
||||
|
||||
License: GPLv2+
|
||||
|
|
@ -94,12 +94,15 @@ popd
|
|||
%if 0%{?with_python3}
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.rst COPYING
|
||||
%attr(0755,root,root) %{python3_sitearch}/%{pypi_name}.cpython-??m.so
|
||||
%attr(0755,root,root) %{python3_sitearch}/%{pypi_name}.*.so
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
%endif # with_python3
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 08 2015 Miro Hrončok <mhroncok@redhat.com> - 0.98.5-1
|
||||
- New version 0.98.5, fix FTBFS
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue