Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yt-dlp for openSUSE:Factory checked 
in at 2022-08-11 18:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yt-dlp (Old)
 and      /work/SRC/openSUSE:Factory/.yt-dlp.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yt-dlp"

Thu Aug 11 18:32:13 2022 rev:11 rq:994385 version:2022.08.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/yt-dlp/yt-dlp.changes    2022-08-09 
15:28:32.897658773 +0200
+++ /work/SRC/openSUSE:Factory/.yt-dlp.new.1521/yt-dlp.changes  2022-08-11 
18:32:26.858277941 +0200
@@ -1,0 +2,5 @@
+Wed Aug 10 15:54:47 UTC 2022 - Luigi Baldoni <[email protected]>
+
+- Force python 3.9 on anything older than Tumbleweed
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yt-dlp.spec ++++++
--- /var/tmp/diff_new_pack.3R2xa3/_old  2022-08-11 18:32:27.362277168 +0200
+++ /var/tmp/diff_new_pack.3R2xa3/_new  2022-08-11 18:32:27.370277156 +0200
@@ -25,13 +25,23 @@
 URL:            https://github.com/yt-dlp/yt-dlp
 Source:         %url/releases/download/%version/yt-dlp.tar.gz
 BuildRequires:  make >= 4
+%if 0%{?suse_version} > 1500
 BuildRequires:  python3-devel
 BuildRequires:  python3-xml
+%else
+BuildRequires:  python39-devel
+BuildRequires:  python39-xml
+%endif
 BuildRequires:  zip
 BuildArch:      noarch
 Requires:       ffmpeg
+%if 0%{?suse_version} > 1500
 Requires:       python3
 Requires:       python3-xml
+%else
+Requires:       python39
+Requires:       python39-xml
+%endif
 
 %description
 yt-dlp is a command-line program to retrieve videos from
@@ -69,7 +79,12 @@
 
 %build
 rm -f youtube-dl yt-dlp
-PYTHON="%_bindir/python3" %make_build yt-dlp
+%if 0%{?suse_version} > 1500
+PYTHON="%_bindir/python3" \
+%else
+PYTHON="%_bindir/python3.9" \
+%endif
+ %make_build yt-dlp
 
 %install
 b="%buildroot"

Reply via email to