[ipython/f13/master] - update to new version - patch3 is included upstream - fixes #663823, #649281

tomspur tomspur at fedoraproject.org
Sat Apr 9 11:40:28 UTC 2011


commit 8c88386538cce1811d300f2b411d8970334a0ee9
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Sat Apr 9 11:12:37 2011 +0200

    - update to new version
    - patch3 is included upstream
    - fixes #663823, #649281

 .gitignore                |    1 +
 ipython-0.10-no-gtk.patch |   37 -------------------------------------
 ipython.spec              |   13 +++++++------
 sources                   |    2 +-
 4 files changed, 9 insertions(+), 44 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a3cb4a..b32a689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ipython-0.10.tar.gz
 /ipython-0.10.1.tar.gz
+/ipython-0.10.2.tar.gz
diff --git a/ipython.spec b/ipython.spec
index 9345066..6f5d988 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           ipython
-Version:        0.10.1
-Release:        3%{?dist}
+Version:        0.10.2
+Release:        1%{?dist}
 Summary:        An enhanced interactive Python shell
 
 Group:          Development/Libraries
@@ -21,9 +21,6 @@ Patch1:         %{name}-unbundle-external-module.patch
 # fix for #628742, will be in 0.11
 Patch2:         ipython-0.10-pycolor-wrong-filename.patch
 
-# fix for #646079, will be in 0.11
-Patch3:         ipython-0.10-no-gtk.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -120,7 +117,6 @@ mv validate.py validate/_validate.py
 popd
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # delete bundling libs
 pushd IPython/external
@@ -236,6 +232,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Apr  9 2011 Thomas Spura <tomspur at fedoraproject.org> - 0.10.2-1
+- update to new version
+- patch3 is included upstream
+- fixes #663823, #649281
+
 * Mon Nov 15 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.10.1-3
 - add fix for #646079 and use upstream fix for #628742
 
diff --git a/sources b/sources
index b44f71b..0e3aeef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54ae47079b0e9a0998593a99ce76ec1f  ipython-0.10.1.tar.gz
+dda59bfc6e256ce786c4bc4aadb220a4  ipython-0.10.2.tar.gz


More information about the scm-commits mailing list