From 71d2ba9e1543885e247594ffb45a4f41f4a009c2 Mon Sep 17 00:00:00 2001 From: smilner Date: Tue, 13 Apr 2010 14:04:16 +0000 Subject: [PATCH] update for BZ 581663 --- python-pygments.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pygments.spec b/python-pygments.spec index 2738848..af28538 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -2,7 +2,7 @@ Name: python-pygments Version: 1.3.1 -Release: 1%{?dist} +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,9 @@ 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.