From debdfa842bd7cf45959012df0fe44fc46dc984a3 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: May 15 2014 13:41:22 +0000 Subject: Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 --- diff --git a/python-basemap.spec b/python-basemap.spec index 3703bfe..15de4f0 100644 --- a/python-basemap.spec +++ b/python-basemap.spec @@ -2,7 +2,7 @@ Name: python-basemap Version: 1.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plots data on map projections (with continental and political boundaries) Group: Development/Libraries License: LGPLv2+ @@ -110,10 +110,13 @@ rm -rf $RPM_BUILD_ROOT %exclude %{python3_sitearch}/mpl_toolkits/__init__.* %{python3_sitearch}/mpl_toolkits/basemap %{python3_sitearch}/*.egg-info -%{python3_sitearch}/_geoslib.cpython-33m.so -%{python3_sitearch}/mpl_toolkits/__pycache__/__init__.cpython-33.py* +%{python3_sitearch}/_geoslib.cpython-3?m.so +%{python3_sitearch}/mpl_toolkits/__pycache__/__init__.cpython-3?.py* %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Thu Mar 13 2014 Jon Ciesla - 1.0.7-1 - Latest upstream, Python3 support, BZ 1076037. - Dropped datadir patch, no longer needed.