diff --git a/.cvsignore b/.cvsignore index 9e87662..f5fc475 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Pygments-0.8.1.tar.gz +Pygments-0.9.tar.gz diff --git a/python-pygments.spec b/python-pygments.spec index e248df6..b2a9b41 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.8.1 -Release: 2%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: A syntax highlighting engine written in Python Group: Development/Libraries @@ -52,7 +52,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 12 2007 Steve 'Ashcrow' Milner - 0.9-1 +- Updated for upstream 0.9. + * Thu Aug 17 2007 Steve 'Ashcrow' Milner - 0.8.1-2 - Removed the dos2unix build dependency. + * Thu Jun 28 2007 Steve 'Ashcrow' Milner - 0.8.1-1 - Initial packaging for Fedora. diff --git a/sources b/sources index 6dfcccc..be52c39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f71971cbe9db538a40ea808ac5da3dc0 Pygments-0.8.1.tar.gz +8cdce901a66c0febb576955e90814485 Pygments-0.9.tar.gz