diff --git a/python-descartes.spec b/python-descartes.spec index 658e7a4..727379e 100644 --- a/python-descartes.spec +++ b/python-descartes.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Use geometric objects as Matplotlib paths and patches %global _description \ A Python module that allows using Shapely or GeoJSON-like geometric objects as \ @@ -24,8 +24,7 @@ Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-numpy BuildRequires: python2-matplotlib -# Missing python2-shapely. -BuildRequires: python-shapely +BuildRequires: python2-shapely Requires: python2-numpy Requires: python2-matplotlib @@ -78,6 +77,9 @@ Requires: python3-matplotlib %changelog +* Fri Dec 08 2017 Elliott Sales de Andrade 1.1.0-4 +- Use python2-* BR. + * Sat Aug 12 2017 Elliott Sales de Andrade 1.1.0-3 - Simplify spec with more macros.