diff --git a/python-mpmath.spec b/python-mpmath.spec index 4f1d277..92f6b2d 100644 --- a/python-mpmath.spec +++ b/python-mpmath.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-mpmath -Version: 0.13 -Release: 5%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: A pure Python library for multiprecision floating-point arithmetic Group: Applications/Engineering License: BSD @@ -86,6 +86,9 @@ rm -rf %{buildroot} %doc doc/build/* %changelog +* Tue Apr 27 2010 Jussi Lehtola - 0.14-1 +- Update to 0.14. + * Tue Oct 06 2009 Jussi Lehtola - 0.13-5 - Removed BR: python-matplotlib, since it didn't actually help in the missing image problem. diff --git a/sources b/sources index ffcffdd..8f3f0cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed7812cc7470c0b8fbbca76a2ff02075 mpmath-0.13.tar.gz +33c753255a783d8e57d376befaa187a9 mpmath-0.14.tar.gz