rpms/python-pygments/EL-5 python-pygments.spec,1.5,1.6

smilner smilner at fedoraproject.org
Tue Apr 13 15:22:07 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-pygments/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8649

Modified Files:
	python-pygments.spec 
Log Message:
fix for BZ 581663


Index: python-pygments.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pygments/EL-5/python-pygments.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-pygments.spec	30 Sep 2009 00:28:24 -0000	1.5
+++ python-pygments.spec	13 Apr 2010 15:22:06 -0000	1.6
@@ -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}-%{ve
 
 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 at stevemilner.org> - 1.3.1-2
+- added python-imaging as a dependency per BZ#581663.
+
+* Sat Mar  6 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.3.1-1
+- Updated for release.
+
 * Tue Sep 29 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.1.1-1
 - Updated for release.
 



More information about the scm-commits mailing list