SPECS: ipython.spec - ver. 0.7.3 - config file upgrade is possible...
wrobell
wrobell at pld-linux.org
Sun Mar 4 18:35:35 CET 2007
Author: wrobell Date: Sun Mar 4 17:35:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 0.7.3
- config file upgrade is possible thanks to patch 1
---- Files affected:
SPECS:
ipython.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SPECS/ipython.spec
diff -u SPECS/ipython.spec:1.38 SPECS/ipython.spec:1.39
--- SPECS/ipython.spec:1.38 Tue Feb 13 09:06:35 2007
+++ SPECS/ipython.spec Sun Mar 4 18:35:30 2007
@@ -3,13 +3,14 @@
Summary: An enhanced Interactive Python shell
Summary(pl.UTF-8): Interaktywna powłoka języka Python
Name: ipython
-Version: 0.7.2
-Release: 3
+Version: 0.7.3
+Release: 1
License: LGPL
Group: Applications/Shells
Source0: http://ipython.scipy.org/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 3565efcf87c7318c1a3930e278ac9fa5
+# Source0-md5: 40cbc814b812f2c3d6c13b47d41a6cc5
Patch0: %{name}-import_path.patch
+Patch1: %{name}-upgrade.patch
URL: http://ipython.scipy.org
BuildRequires: python-devel
BuildRequires: rpm-pythonprov
@@ -118,6 +119,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%install
rm -rf $RPM_BUILD_ROOT
@@ -137,8 +139,9 @@
%files -n python-ipython
%defattr(644,root,root,755)
-%doc README doc/{ChangeLog,NEWS} doc/manual doc/*.pdf
+%doc README doc/ChangeLog doc/manual doc/*.pdf
%{py_sitescriptdir}/%{pname}
+%{py_sitescriptdir}/*.egg-info
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -146,6 +149,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2007/03/04 17:35:30 wrobell
+- ver. 0.7.3
+- config file upgrade is possible thanks to patch 1
+
Revision 1.38 2007/02/13 08:06:35 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ipython.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list