[python-mpmath] Update to 0.16.

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Sep 26 13:58:55 UTC 2010


commit 0d6bf074031c7fec08747c3ffb52bae41c31dce4
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Sep 26 16:58:55 2010 +0300

    Update to 0.16.

 .gitignore         |    2 ++
 python-mpmath.spec |   12 +++++++++---
 sources            |    3 ++-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e53450..dbd5d77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 mpmath-0.15.tar.gz
+/mpmath-0.16.tar.gz
+/mpmath-docsrc-0.16.tar.gz
diff --git a/python-mpmath.spec b/python-mpmath.spec
index 7ac0bd9..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
-Release:	2%{?dist}
+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,9 @@ 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
 
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