From b1c6b8ce561c4bfafe7cdd7d05fb37ba1977d0218f75300d2b98685335c32500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Nov 2017 15:09:12 +0000 Subject: [PATCH 1/2] Accepting request 546451 from GNOME:Next - Switch to python3: + Replace python-base BuildRequires with python3-base. + Export PYTHON=/usr/bin/python3 before calling configure. OBS-URL: https://build.opensuse.org/request/show/546451 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=99 --- gstreamer-plugins-base.changes | 7 +++++++ gstreamer-plugins-base.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index da13e7e..6e43f1e 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 29 14:25:58 UTC 2017 - dimstar@opensuse.org + +- Switch to python3: + + Replace python-base BuildRequires with python3-base. + + Export PYTHON=/usr/bin/python3 before calling configure. + ------------------------------------------------------------------- Mon Sep 18 21:15:50 UTC 2017 - zaitor@opensuse.org diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 4c0018d..b702d61 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -38,7 +38,7 @@ BuildRequires: libSM-devel BuildRequires: libXext-devel BuildRequires: libXv-devel BuildRequires: orc >= 0.4.24 -BuildRequires: python-base +BuildRequires: python3-base BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0 %if !0%{?is_opensuse} BuildRequires: translation-update-upstream @@ -414,6 +414,7 @@ translation-update-upstream po gst-plugins-base-%{gst_branch} # FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS: # Silently ignored compilation of uninstalled gtk-doc scanners without RPM_OPT_FLAGS. export CFLAGS="%{optflags} -fno-strict-aliasing" +export PYTHON=/usr/bin/python3 %configure\ --with-package-name='openSUSE GStreamer-plugins-base package'\ --with-package-origin='http://download.opensuse.org'\ From 3307ff70916a077e5ab75ac54a005d83e99bef338f284fa1eadb84ef61b84c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Dec 2017 11:33:59 +0000 Subject: [PATCH 2/2] Accepting request 547064 from home:Zaitor:branches:multimedia:libs - Add explicit python3-xml BuildRequires: fix build on older versions of openSUSE. OBS-URL: https://build.opensuse.org/request/show/547064 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=100 --- gstreamer-plugins-base.changes | 6 ++++++ gstreamer-plugins-base.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 6e43f1e..bc6e846 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 1 01:54:53 UTC 2017 - zaitor@opensuse.org + +- Add explicit python3-xml BuildRequires: fix build on older + versions of openSUSE. + ------------------------------------------------------------------- Wed Nov 29 14:25:58 UTC 2017 - dimstar@opensuse.org diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index b702d61..1b98304 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -39,6 +39,7 @@ BuildRequires: libXext-devel BuildRequires: libXv-devel BuildRequires: orc >= 0.4.24 BuildRequires: python3-base +BuildRequires: python3-xml BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0 %if !0%{?is_opensuse} BuildRequires: translation-update-upstream