diff --git a/python-PyYAML.changes b/python-PyYAML.changes index b2bdec5..8725283 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 16:01:56 UTC 2012 - saschpe@suse.de + +- Build against libyaml to get the faster module + ------------------------------------------------------------------- Tue Jan 31 13:15:21 UTC 2012 - saschpe@suse.de diff --git a/python-PyYAML.spec b/python-PyYAML.spec index a9c1e18..4a1a401 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -11,10 +11,11 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-PyYAML Version: 3.10 Release: 0 @@ -24,6 +25,7 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libyaml-devel BuildRequires: python-devel BuildRequires: python-nose Provides: python-yaml = %{version}