From 224b3aa97c22d8f8011b21ff85d9a7487f0690b2 Mon Sep 17 00:00:00 2001 From: smilner Date: Apr 13 2010 15:22:06 +0000 Subject: fix for BZ 581663 --- diff --git a/python-pygments.spec b/python-pygments.spec index b479022..af28538 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -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 - 1.3.1-2 +- added python-imaging as a dependency per BZ#581663. + +* Sat Mar 6 2010 Steve 'Ashcrow' Milner - 1.3.1-1 +- Updated for release. + * Tue Sep 29 2009 Steve 'Ashcrow' Milner - 1.1.1-1 - Updated for release.