From e2636307e37cbe6d1678e1dd98b8d6217cef81e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 8 Dec 2015 13:35:18 +0100 Subject: [PATCH] New version 0.98.5, fix FTBFS --- python-admesh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-admesh.spec b/python-admesh.spec index 0c93ccd..b02aad7 100644 --- a/python-admesh.spec +++ b/python-admesh.spec @@ -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 - 0.98.5-1 +- New version 0.98.5, fix FTBFS + * Tue Nov 10 2015 Fedora Release Engineering - 0.98.3-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5