rpms/PyYAML/devel PyYAML.spec,1.6,1.7

John Eckersberg jeckersb at fedoraproject.org
Tue Mar 3 18:14:18 UTC 2009


Author: jeckersb

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

Modified Files:
	PyYAML.spec 
Log Message:
fix buildrequires s/libyaml/libyaml-devel/


Index: PyYAML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/devel/PyYAML.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PyYAML.spec	3 Mar 2009 00:55:40 -0000	1.6
+++ PyYAML.spec	3 Mar 2009 18:13:47 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           PyYAML
 Version:        3.08
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        YAML parser and emitter for Python
 
 Group:          Development/Libraries
@@ -11,7 +11,7 @@
 Source0:        http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel, python-setuptools, libyaml
+BuildRequires:  python-devel, python-setuptools, libyaml-devel
 
 %description
 YAML is a data serialization format designed for human readability and
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Tue Mar 3 2009 John Eckersberg <jeckersb at redhat.com> - 3.08-4
+- Correction, change libyaml to libyaml-devel in BuildRequires
+
 * Mon Mar 2 2009 John Eckersberg <jeckersb at redhat.com> - 3.08-3
 - Add libyaml to BuildRequires
 




More information about the fedora-extras-commits mailing list