From 17919bf0dcc39ae3974ca1b112fd6b29e49f0b56 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Sun, 27 Dec 2009 16:01:16 +0000 Subject: [PATCH] Update to 0.6.6. --- sympy.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sympy.spec b/sympy.spec index d50b6d8..2b1c039 100644 --- a/sympy.spec +++ b/sympy.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: sympy -Version: 0.6.5 +Version: 0.6.6 Release: 1%{?dist} Summary: A Python library for symbolic mathematics Group: Development/Languages @@ -41,12 +41,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE -%{python_sitelib}/* +%{python_sitelib}/sympy/ +%{python_sitelib}/sympy-%{version}-*.egg-info %{_bindir}/isympy %{_mandir}/man1/isympy.1* %changelog +* Sun Dec 27 2009 Jussi Lehtola - 0.6.6-1 +- Update to 0.6.6. + * Sat Nov 07 2009 Jussi Lehtola - 0.6.5-1 - Update to 0.6.5.