rpms/pygrace/F-11 pygrace.spec,1.6,1.7

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Jul 21 14:32:04 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pygrace/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13435/F-11

Modified Files:
	pygrace.spec 
Log Message:
* Tue Jul 21 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.4-2
- Change Requires: python-numeric to numpy.



Index: pygrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygrace/F-11/pygrace.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- pygrace.spec	16 Jul 2009 15:00:28 -0000	1.6
+++ pygrace.spec	21 Jul 2009 14:31:34 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:		pygrace
 Version:	0.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python bindings for grace
 Group:		Applications/Engineering
 License:	GPLv2+ and MIT
@@ -13,10 +13,10 @@ BuildArch:	noarch
 
 BuildRequires:	python-devel
 BuildRequires:	python-setuptools
-BuildRequires:	python-numeric
+BuildRequires:	numpy
 
 Requires:	grace
-Requires:	python-numeric
+Requires:	numpy
 
 %description
 Python bindings for grace, based on Nathan Gray's gracePlot.
@@ -45,6 +45,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{name}-*.egg-info/
 
 %changelog
+* Tue Jul 21 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.4-2
+- Change Requires: python-numeric to numpy.
+
 * Thu Jul 16 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.4-1
 - Update to 0.4.
 




More information about the fedora-extras-commits mailing list