diff --git a/.cvsignore b/.cvsignore index f5fc475..fd105ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Pygments-0.9.tar.gz +Pygments-0.10.tar.gz diff --git a/python-pygments.spec b/python-pygments.spec index f676ad9..35460e3 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: 0.9 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: A syntax highlighting engine written in Python Group: Development/Libraries @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 21 2008 Steve 'Ashcrow' Milner - 0.10-1 +- Updated for upstream 0.10. + * Thu Nov 29 2007 Steve 'Ashcrow' Milner - 0.9-2 - Added python-setuptools as a Requires per bz#403601. diff --git a/sources b/sources index be52c39..0b7bce6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8cdce901a66c0febb576955e90814485 Pygments-0.9.tar.gz +1f24bee773010d0d53690a6f4bdc8bdb Pygments-0.10.tar.gz