From 9c35d4071f52410325da8f54cb6d2c1182890c7f Mon Sep 17 00:00:00 2001 From: jialei Date: Fri, 30 Oct 2020 13:20:40 +0800 Subject: [PATCH] python2 to python3 --- farstream02.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/farstream02.spec b/farstream02.spec index 147e712..0cdb478 100644 --- a/farstream02.spec +++ b/farstream02.spec @@ -1,6 +1,6 @@ Name: farstream02 Version: 0.2.8 -Release: 4 +Release: 5 Summary: Audio/Video Communications Framework License: LGPLv2+ and GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Farstream @@ -8,7 +8,7 @@ Source0: http://freedesktop.org/software/farstream/releases/farstrea Patch0001: build-Adapt-to-backwards-incompatible-change-in-GNU-Make-4.3.patch -BuildRequires: libnice-devel >= 0.1.3 gstreamer1-devel >= 1.0.0 python-devel autoconf +BuildRequires: libnice-devel >= 0.1.3 gstreamer1-devel >= 1.0.0 python3-devel autoconf BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0 gupnp-igd-devel gobject-introspection-devel Requires: gstreamer1-plugins-good >= 1.0.0 gstreamer1-plugins-bad-free >= 1.0.0 libnice-gstreamer1 @@ -67,8 +67,12 @@ autoreconf --force --install %{_datadir}/gtk-doc/html/farstream-plugins-0.2/ %changelog +* Tue Oct 27 2020 jialei - 0.2.8-5 +- change python2 to python3 + * Fri Jul 31 2020 lingsheng - 0.2.8-4 - Fix build fail with make 4.3 * Thu Apr 23 2020 leiju - 0.2.8-3 - Package init +