diff --git a/python-pygments.spec b/python-pygments.spec index 111e7ef..4e71bf9 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -22,7 +22,7 @@ Name: python-pygments Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syntax highlighting engine written in Python Group: Development/Libraries @@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose, python-sphinx %if 0%{?with_python3} -BuildRequires: python3-devel, python3-setuptools, python3-sphinx +BuildRequires: python3-devel, python3-setuptools %if 0%{?fedora} >= 15 BuildRequires: python3-nose %endif @@ -206,6 +206,9 @@ popd %changelog +* Mon Oct 12 2015 Robert Kuska - 2.0.2-2 +- Rebuilt for Python3.5 rebuild + * Mon Aug 24 2015 Steve Milner - 2.0.2-1 - update for upstream release. - Added python-pygments/python3-pygments to BuildRequires.