Hello community,
here is the log from the commit of package gstreamer-plugins-base for
openSUSE:Factory checked in at 2017-12-04 12:15:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Mon Dec 4 12:15:20 2017 rev:46 rq:547076 version:1.12.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2017-09-25 13:55:57.280058206 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
2017-12-04 12:15:21.390811587 +0100
@@ -1,0 +2,13 @@
+Fri Dec 1 01:54:53 UTC 2017 - [email protected]
+
+- Add explicit python3-xml BuildRequires: fix build on older
+ versions of openSUSE.
+
+-------------------------------------------------------------------
+Wed Nov 29 14:25:58 UTC 2017 - [email protected]
+
+- Switch to python3:
+ + Replace python-base BuildRequires with python3-base.
+ + Export PYTHON=/usr/bin/python3 before calling configure.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.PIyOf9/_old 2017-12-04 12:15:22.066787043 +0100
+++ /var/tmp/diff_new_pack.PIyOf9/_new 2017-12-04 12:15:22.066787043 +0100
@@ -38,7 +38,8 @@
BuildRequires: libXext-devel
BuildRequires: libXv-devel
BuildRequires: orc >= 0.4.24
-BuildRequires: python-base
+BuildRequires: python3-base
+BuildRequires: python3-xml
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
@@ -414,6 +415,7 @@
# 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'\