Updating to 0.11.1 per upstream release.

This commit is contained in:
smilner 2008-09-14 22:55:59 +00:00
parent f99f1e3b97
commit fb080f00d8
4 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
Pygments-0.10.tar.gz Pygments-0.11.1.tar.gz

1
import.log Normal file
View File

@ -0,0 +1 @@
python-pygments-0_11_1-1_fc10:HEAD:python-pygments-0.11.1-1.fc10.src.rpm:1221432893

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-pygments Name: python-pygments
Version: 0.10 Version: 0.11.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A syntax highlighting engine written in Python Summary: A syntax highlighting engine written in Python
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sun Sep 14 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.11.1-1
- Updated for upstream 0.11.
* Mon Jul 21 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.10-1 * Mon Jul 21 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.10-1
- Updated for upstream 0.10. - Updated for upstream 0.10.

View File

@ -1 +1 @@
1f24bee773010d0d53690a6f4bdc8bdb Pygments-0.10.tar.gz a7dc555f316437ba5241855ac306209a Pygments-0.11.1.tar.gz