From a8735bcf38b7a7c7ba582a9cb04aa69c1f50a5649fc6e460dd5408f977b2b4d3 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 30 Mar 2020 15:31:14 +0000 Subject: [PATCH] Accepting request 789151 from home:scarabeus_iv:branches:graphics - Add also configure option to not build py2 if the python2 build is disabled - Auto-identify the correct ruby-version using pkg-config. - Add also configure option to not build py2 if the python2 build is disabled - Add python2/python3 split subpkgs in order to allow building without python2 available OBS-URL: https://build.opensuse.org/request/show/789151 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=149 --- graphviz-addons.changes | 11 +++++++++++ graphviz-addons.spec | 6 ++++++ graphviz.changes | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/graphviz-addons.changes b/graphviz-addons.changes index 0108847..18954f0 100644 --- a/graphviz-addons.changes +++ b/graphviz-addons.changes @@ -1,9 +1,20 @@ +------------------------------------------------------------------- +Fri Mar 27 20:28:30 UTC 2020 - Tomáš Chvátal + +- Add also configure option to not build py2 if the python2 + build is disabled + ------------------------------------------------------------------- Thu Mar 12 09:07:17 UTC 2020 - Tomáš Chvátal - Add python2/python3 split subpkgs in order to allow building without python2 available +------------------------------------------------------------------- +Thu Mar 5 12:03:06 UTC 2020 - Dominique Leuenberger + +- Auto-identify the correct ruby-version using pkg-config. + ------------------------------------------------------------------- Mon Jan 13 11:59:55 UTC 2020 - Christian Vögl diff --git a/graphviz-addons.spec b/graphviz-addons.spec index 65b6a02..7775180 100644 --- a/graphviz-addons.spec +++ b/graphviz-addons.spec @@ -369,6 +369,12 @@ export LDFLAGS="-pie" --disable-io \ --without-visio \ %if %{with extras} +%if %{with python2} + --enable-python2 \ +%else + --disable-python \ + --disable-python2 \ +%endif --with-x \ --with-qt \ --with-smyrna \ diff --git a/graphviz.changes b/graphviz.changes index 5b7c64d..18954f0 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 27 20:28:30 UTC 2020 - Tomáš Chvátal + +- Add also configure option to not build py2 if the python2 + build is disabled + +------------------------------------------------------------------- +Thu Mar 12 09:07:17 UTC 2020 - Tomáš Chvátal + +- Add python2/python3 split subpkgs in order to allow building + without python2 available + ------------------------------------------------------------------- Thu Mar 5 12:03:06 UTC 2020 - Dominique Leuenberger