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

John Eckersberg jeckersb at fedoraproject.org
Tue Mar 3 00:56:10 UTC 2009


Author: jeckersb

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

Modified Files:
	PyYAML.spec 
Log Message:
Add libyaml to BuildRequires


Index: PyYAML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/devel/PyYAML.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PyYAML.spec	23 Feb 2009 22:40:03 -0000	1.5
+++ PyYAML.spec	3 Mar 2009 00:55:40 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           PyYAML
 Version:        3.08
-Release:        2%{?dist}
+Release:        3%{?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
+BuildRequires:  python-devel, python-setuptools, libyaml
 
 %description
 YAML is a data serialization format designed for human readability and
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Mon Mar 2 2009 John Eckersberg <jeckersb at redhat.com> - 3.08-3
+- Add libyaml to BuildRequires
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.08-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list