rpms/ipython/FC-3 .cvsignore, 1.2, 1.3 ipython.spec, 1.2, 1.3 sources, 1.3, 1.4

Shahms King (shahms) fedora-extras-commits at redhat.com
Mon Apr 18 16:19:36 UTC 2005


Author: shahms

Update of /cvs/extras/rpms/ipython/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1268

Modified Files:
	.cvsignore ipython.spec sources 
Log Message:
Update to new upstream version
Include Michael Schwendt's changes from devel



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ipython/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Mar 2005 17:33:52 -0000	1.2
+++ .cvsignore	18 Apr 2005 16:19:34 -0000	1.3
@@ -1 +1 @@
-ipython-0.6.11.tar.gz
+ipython-0.6.13.tar.gz


Index: ipython.spec
===================================================================
RCS file: /cvs/extras/rpms/ipython/FC-3/ipython.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipython.spec	25 Mar 2005 16:14:42 -0000	1.2
+++ ipython.spec	18 Apr 2005 16:19:34 -0000	1.3
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           ipython
-Version:        0.6.12
+Version:        0.6.13
 Release:        1
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://ipython.scipy.org/
-Source0:        http://ipython.scipy.org/dist/ipython-0.6.12.tar.gz
+Source0:        http://ipython.scipy.org/dist/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -73,14 +73,22 @@
 %{_bindir}/pycolor
 %dir %{python_sitelib}/IPython
 %{python_sitelib}/IPython/*.py
+%dir %{python_sitelib}/IPython/Extensions/
 %{python_sitelib}/IPython/Extensions/*.py
 %{python_sitelib}/IPython/*.pyc
 %{python_sitelib}/IPython/Extensions/*.pyc
+%dir %{python_sitelib}/IPython/UserConfig/
 %{python_sitelib}/IPython/UserConfig/*
 %ghost %{python_sitelib}/IPython/*.pyo
 %ghost %{python_sitelib}/IPython/Extensions/*.pyo
 
 %changelog
+* Mon Apr 18 2005 Shahms E. King <shahms at shahms.com> 0.6.13-1
+- Update to new upstream version
+
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.6.12-2
+- Include IPython Extensions and UserConfig directories.
+
 * Fri Mar 25 2005 Shahms E. King <shahms at shahms.com> 0.6.12-1
 - Update to 0.6.12
 - Removed unused python_sitearch define


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ipython/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Mar 2005 16:14:42 -0000	1.3
+++ sources	18 Apr 2005 16:19:34 -0000	1.4
@@ -1 +1 @@
-3a72e214fe2164f9f86103523e3d8276  ipython-0.6.12.tar.gz
+22f5a7a9eae21df4c3c71870dc3953f2  ipython-0.6.13.tar.gz




More information about the fedora-extras-commits mailing list