Author: charles Date: Tue Oct 25 04:11:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - added -zmq_detection.patch - S: python-pyzmq (for qtconsole)
---- Files affected: packages/ipython: ipython.spec (1.51 -> 1.52) ---- Diffs: ================================================================ Index: packages/ipython/ipython.spec diff -u packages/ipython/ipython.spec:1.51 packages/ipython/ipython.spec:1.52 --- packages/ipython/ipython.spec:1.51 Tue Oct 25 06:05:09 2011 +++ packages/ipython/ipython.spec Tue Oct 25 06:11:30 2011 @@ -12,6 +12,7 @@ Group: Applications/Shells Source0: http://archive.ipython.org/release/%{version}/%{name}-%{version}.tar.gz # Source0-md5: efc899e752a4a4a67a99575cea1719ef +Patch0: %{name}-zmq_detection.patch URL: http://ipython.org BuildRequires: pydoc BuildRequires: python-devel @@ -20,6 +21,7 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 Requires: python-%{name} = %{version}-%{release} +Suggests: python-pyzmq BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -122,6 +124,7 @@ %prep %setup -q +%patch0 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -151,6 +154,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52 2011/10/25 04:11:30 charles +- added -zmq_detection.patch +- S: python-pyzmq (for qtconsole) + Revision 1.51 2011/10/25 04:05:09 charles - updated to 0.11 - removed outdated -import_path.patch & -upgrade.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipython/ipython.spec?r1=1.51&r2=1.52&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
