diff --git a/swig.changes b/swig.changes index 92c7582..2ba5ae7 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 7 20:07:12 UTC 2017 - mpluskal@suse.com + +- Run python2 and python3 tests for Factory + ------------------------------------------------------------------- Sun Sep 24 10:47:22 UTC 2017 - coolo@suse.com diff --git a/swig.spec b/swig.spec index 6f1f84e..0a3e642 100644 --- a/swig.spec +++ b/swig.spec @@ -34,8 +34,11 @@ BuildRequires: autoconf BuildRequires: automake %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel +BuildRequires: python2-devel +BuildRequires: python3-devel %else BuildRequires: boost-devel +BuildRequires: python-devel %endif BuildRequires: gcc-c++ BuildRequires: libtool @@ -47,7 +50,6 @@ BuildRequires: ocaml-findlib %endif BuildRequires: pcre-devel BuildRequires: perl -BuildRequires: python-devel %if 0%{?rhel_version} > 0 BuildRequires: -vim %endif