rpms/PyYAML/EL-5 PyYAML.spec,1.2,1.3 sources,1.3,1.4

John Eckersberg jeckersb at fedoraproject.org
Wed Mar 4 17:56:25 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/PyYAML/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31440

Modified Files:
	PyYAML.spec sources 
Log Message:
copy spec over from devel and remove old sources line


Index: PyYAML.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/EL-5/PyYAML.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyYAML.spec	24 Oct 2008 17:30:42 -0000	1.2
+++ PyYAML.spec	4 Mar 2009 17:55:55 -0000	1.3
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           PyYAML
-Version:        3.06
-Release:        1%{?dist}
+Version:        3.08
+Release:        4%{?dist}
 Summary:        YAML parser and emitter for Python
 
 Group:          Development/Libraries
@@ -11,8 +11,7 @@
 Source0:        http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools
+BuildRequires:  python-devel, python-setuptools, libyaml-devel
 
 %description
 YAML is a data serialization format designed for human readability and
@@ -53,6 +52,21 @@
 
 
 %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
+
+* 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
+
+* Wed Feb 18 2009 John Eckersberg <jeckersb at redhat.com> - 3.08-1
+- New upstream release
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.06-2
+- Rebuild for Python 2.6
+
 * Fri Oct 24 2008 John Eckersberg <jeckersb at redhat.com> - 3.06-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyYAML/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Oct 2008 17:30:42 -0000	1.3
+++ sources	4 Mar 2009 17:55:55 -0000	1.4
@@ -1 +1 @@
-3d3c92528f1547756c9e1d80d7d905c7  PyYAML-3.06.tar.gz
+a4163a2017fa57f448c66815511fa555  PyYAML-3.08.tar.gz




More information about the fedora-extras-commits mailing list