From 2f1df775340379025daae0b9f4f267a717f45e2b7b09a4ff8fdd3193d104fd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 8 Nov 2017 08:40:08 +0000 Subject: [PATCH] Accepting request 539781 from home:pluskalm:branches:devel:tools:building - Run python2 and python3 tests for Factory OBS-URL: https://build.opensuse.org/request/show/539781 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=104 --- swig.changes | 5 +++++ swig.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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