From b3ade5649287b35c851a367f1233d42a7d2e530b Mon Sep 17 00:00:00 2001 From: konradm Date: Fri, 5 Dec 2008 01:08:48 +0000 Subject: [PATCH] Bump to 0.6.3. --- .cvsignore | 2 +- sources | 2 +- sympy-0.6.2-remove-extraneous-shebangs.diff | 34 --------------------- sympy.spec | 14 +++++---- 4 files changed, 10 insertions(+), 42 deletions(-) delete mode 100644 sympy-0.6.2-remove-extraneous-shebangs.diff diff --git a/.cvsignore b/.cvsignore index cbf36c0..fbe9fa8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sympy-0.6.2.tar.gz +sympy-0.6.3.tar.gz diff --git a/sources b/sources index fe2a917..3cbb6c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60f5edddeb72cd0e700363901fe94ab5 sympy-0.6.2.tar.gz +7407285e8a68d1a6d2e35a0608e51104 sympy-0.6.3.tar.gz diff --git a/sympy-0.6.2-remove-extraneous-shebangs.diff b/sympy-0.6.2-remove-extraneous-shebangs.diff deleted file mode 100644 index d1bec5c..0000000 --- a/sympy-0.6.2-remove-extraneous-shebangs.diff +++ /dev/null @@ -1,34 +0,0 @@ -diff -r -U 3 sympy-0.6.2.orig/sympy/mpmath/elliptic.py sympy-0.6.2/sympy/mpmath/elliptic.py ---- sympy-0.6.2.orig/sympy/mpmath/elliptic.py 2008-08-17 08:00:28.000000000 -0700 -+++ sympy-0.6.2/sympy/mpmath/elliptic.py 2008-10-13 13:03:31.000000000 -0700 -@@ -1,4 +1,3 @@ --#!/usr/bin/env python - """ - elliptic.py - -diff -r -U 3 sympy-0.6.2.orig/sympy/mpmath/tests/test_elliptic.py sympy-0.6.2/sympy/mpmath/tests/test_elliptic.py ---- sympy-0.6.2.orig/sympy/mpmath/tests/test_elliptic.py 2008-08-17 08:00:28.000000000 -0700 -+++ sympy-0.6.2/sympy/mpmath/tests/test_elliptic.py 2008-10-13 13:03:52.000000000 -0700 -@@ -1,4 +1,3 @@ --#!/usr/bin/env python - """ - Limited tests of the elliptic functions module. A full suite of - extensive testing can be found in elliptic_torture_tests.py -diff -r -U 3 sympy-0.6.2.orig/sympy/solvers/numeric.py sympy-0.6.2/sympy/solvers/numeric.py ---- sympy-0.6.2.orig/sympy/solvers/numeric.py 2008-08-17 08:00:30.000000000 -0700 -+++ sympy-0.6.2/sympy/solvers/numeric.py 2008-10-13 13:03:23.000000000 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - # TODO: * calculate J numerically - # * better exceptions for bad input - # * solving overdetermined systems with Gauss-Newton algorithm -diff -r -U 3 sympy-0.6.2.orig/sympy/utilities/compilef.py sympy-0.6.2/sympy/utilities/compilef.py ---- sympy-0.6.2.orig/sympy/utilities/compilef.py 2008-08-17 08:00:31.000000000 -0700 -+++ sympy-0.6.2/sympy/utilities/compilef.py 2008-10-13 13:03:10.000000000 -0700 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - # needs access to libtcc and math.h - # TODO: *get tcc errors (currently something like 'Unknown error 3217941984', - # this makes debugging painful) diff --git a/sympy.spec b/sympy.spec index 8594c55..041db84 100644 --- a/sympy.spec +++ b/sympy.spec @@ -1,16 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: sympy -Version: 0.6.2 -Release: 2%{?dist} +Version: 0.6.3 +Release: 1%{?dist} Summary: A Python library for symbolic mathematics Group: Development/Languages License: BSD URL: http://code.google.com/p/sympy/ Source0: http://sympy.googlecode.com/files/%{name}-%{version}.tar.gz -# Patch0 submitted upstream: -# http://code.google.com/p/sympy/issues/detail?id=1156 -Patch0: sympy-0.6.2-remove-extraneous-shebangs.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +23,6 @@ Python and does not require any external libraries. %prep %setup -q -%patch0 -p1 %build @@ -51,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 4 2008 Conrad Meyer - 0.6.3-1 +- Bump to 0.6.3, supports python 2.6. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.2-3 +- Rebuild for Python 2.6 + * Mon Oct 13 2008 Conrad Meyer - 0.6.2-2 - Patch to remove extraneous shebangs.