rpms/sympy/EL-5 sources,1.2,1.3 sympy.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Dec 27 16:34:25 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/sympy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8945/EL-5

Modified Files:
	sources sympy.spec 
Log Message:
Update to 0.6.6.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sympy/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Oct 2008 20:06:53 -0000	1.2
+++ sources	27 Dec 2009 16:34:25 -0000	1.3
@@ -1 +1 @@
-60f5edddeb72cd0e700363901fe94ab5  sympy-0.6.2.tar.gz
+aa7be690a1df7e7415fe968f5e076733  sympy-0.6.6.tar.gz


Index: sympy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sympy/EL-5/sympy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sympy.spec	15 Oct 2008 20:06:53 -0000	1.1
+++ sympy.spec	27 Dec 2009 16:34:25 -0000	1.2
@@ -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.6
+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
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -34,23 +30,43 @@ Python and does not require any external
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+# Remove extra files
+rm -f %{buildroot}%{_bindir}/{,doc}test
  
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %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 <jussilehtola at fedoraproject.org> - 0.6.6-1
+- Update to 0.6.6.
+
+* Sat Nov 07 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.6.5-1
+- Update to 0.6.5.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Dec 4 2008 Conrad Meyer <konrad at tylerc.org> - 0.6.3-1
+- Bump to 0.6.3, supports python 2.6.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.6.2-3
+- Rebuild for Python 2.6
+
 * Mon Oct 13 2008 Conrad Meyer <konrad at tylerc.org> - 0.6.2-2
 - Patch to remove extraneous shebangs.
 




More information about the fedora-extras-commits mailing list