rpms/PyQuante/devel PyQuante.spec,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Dec 17 12:19:13 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/PyQuante/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11738

Modified Files:
	PyQuante.spec 
Log Message:
Fix FTBFS.


Index: PyQuante.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQuante/devel/PyQuante.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- PyQuante.spec	24 Jul 2009 16:02:40 -0000	1.2
+++ PyQuante.spec	17 Dec 2009 12:19:13 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:		PyQuante
 Version:	1.6.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Python Quantum Chemistry
 Group:		Applications/Engineering
 License:	BSD
@@ -10,7 +10,8 @@ URL:		http://pyquante.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/pyquante/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	python-setuptools-devel
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
 BuildRequires:	numpy
 Requires:	numpy
 
@@ -48,6 +49,9 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}
 
 %changelog
+* Thu Dec 17 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 1.6.3-3
+- Fix FTBFS on Fedora 13.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list