diff --git a/pysvn.spec b/pysvn.spec index 8d0dae5..70dd6bc 100644 --- a/pysvn.spec +++ b/pysvn.spec @@ -4,20 +4,20 @@ Name: pysvn Version: 1.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pythonic style bindings for Subversion Group: Development/Languages License: ASL 1.1 URL: http://pysvn.tigris.org/ Source0: http://pysvn.barrys-emacs.org/source_kits/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: subversion-devel BuildRequires: krb5-devel BuildRequires: neon-devel BuildRequires: apr-devel BuildRequires: openssl-devel -BuildRequires: python-pycxx-devel >= 6.2.8 +BuildRequires: python2-pycxx-devel >= 6.2.8 %global _description\ Pythonic style bindings for Subversion\ @@ -123,6 +123,10 @@ popd %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 1.9.5-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Feb 05 2018 Stephen Gallagher - 1.9.5-1 - Update to 1.9.5 - Resolves: rhbz#1541765