[python-mpmath/f13/master] Update to 0.16.

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Sep 26 14:24:20 UTC 2010


commit 718eead71452a089a33efe55edcc7ee8702fd2ae
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Sep 26 17:24:20 2010 +0300

    Update to 0.16.

 python-mpmath.spec |   13 +++++++++++--
 sources            |    3 ++-
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/python-mpmath.spec b/python-mpmath.spec
index e5197bc..fc4ef6e 100644
--- a/python-mpmath.spec
+++ b/python-mpmath.spec
@@ -1,13 +1,16 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		python-mpmath
-Version:	0.15
+Version:	0.16
 Release:	1%{?dist}
 Summary:	A pure Python library for multiprecision floating-point arithmetic
 Group:		Applications/Engineering
 License:	BSD
 URL:		http://code.google.com/p/mpmath/
+# Source tarball
 Source0:	http://mpmath.googlecode.com/files/mpmath-%{version}.tar.gz
+# Documentation
+Source1:	http://mpmath.googlecode.com/files/mpmath-docsrc-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:	noarch
 
@@ -42,7 +45,7 @@ This package contains the HTML documentation for %{name}.
 
 
 %prep
-%setup -q -n mpmath-%{version}
+%setup -q -a1 -n mpmath-%{version}
 # Convert line encodings 
 for doc in LICENSE CHANGES PKG-INFO README mpmath/tests/runtests.py; do
  sed "s|\r||g" $doc > $doc.new && \
@@ -86,6 +89,12 @@ rm -rf %{buildroot}
 %doc doc/build/*
 
 %changelog
+* Sun Sep 26 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.16-1
+- Update to 0.16.
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Mon Jun 07 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.15-1
 - Update to 0.15.
 
diff --git a/sources b/sources
index c550551..b6a9ae9 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-40a917ce8c55325f87c53b5095ca71a6  mpmath-0.15.tar.gz
+7780f99cafd3292c0776249825d66aed  mpmath-0.16.tar.gz
+124fbe9441b52ea9fdd8fa5b1bb30329  mpmath-docsrc-0.16.tar.gz


More information about the scm-commits mailing list