Rebuilt for Python3.5 rebuild

This commit is contained in:
Robert Kuska 2015-10-12 13:58:43 +02:00
parent 71f16372bf
commit d1b3ff2bbd

View File

@ -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 <rkuska@redhat.com> - 2.0.2-2
- Rebuilt for Python3.5 rebuild
* Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1
- update for upstream release.
- Added python-pygments/python3-pygments to BuildRequires.