fix for BZ 581663

This commit is contained in:
smilner 2010-04-13 15:22:06 +00:00
parent 4491d0def6
commit 224b3aa97c

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-pygments
Version: 1.1.1
Release: 1%{?dist}
Version: 1.3.1
Release: 2%{?dist}
Summary: A syntax highlighting engine written in Python
Group: Development/Libraries
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel, python-setuptools
Requires: python-setuptools
Requires: python-setuptools, python-imaging
%description
@ -53,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 13 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-2
- added python-imaging as a dependency per BZ#581663.
* Sat Mar 6 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-1
- Updated for release.
* Tue Sep 29 2009 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.1.1-1
- Updated for release.