Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-04-22 12:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and      /work/SRC/openSUSE:Factory/.youtube-dl.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "youtube-dl"

Mon Apr 22 12:25:56 2019 rev:103 rq:696411 version:2019.04.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes     
2019-04-17 10:10:41.226934469 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/python-youtube-dl.changes   
2019-04-22 12:25:58.392971569 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 19:53:24 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Fix runtime requirements
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes    2019-04-17 
10:10:52.966946978 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/youtube-dl.changes  
2019-04-22 12:25:58.464971541 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 19:54:19 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Switch build to python3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-youtube-dl.spec ++++++
--- /var/tmp/diff_new_pack.fTsym1/_old  2019-04-22 12:25:59.028971321 +0200
+++ /var/tmp/diff_new_pack.fTsym1/_new  2019-04-22 12:25:59.032971320 +0200
@@ -32,7 +32,8 @@
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       %{python_module xml}
+Requires:       ffmpeg
+Requires:       python-xml
 BuildArch:      noarch
 %python_subpackages
 

++++++ youtube-dl.spec ++++++
--- /var/tmp/diff_new_pack.fTsym1/_old  2019-04-22 12:25:59.048971313 +0200
+++ /var/tmp/diff_new_pack.fTsym1/_new  2019-04-22 12:25:59.048971313 +0200
@@ -28,11 +28,12 @@
 Source2:        https://yt-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:        %name.keyring
 BuildRequires:  make >= 4
-BuildRequires:  python-devel
-BuildRequires:  python-xml
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
 BuildRequires:  zip
-Requires:       python
-Requires:       python-xml
+Requires:       ffmpeg
+Requires:       python3
+Requires:       python3-xml
 BuildArch:      noarch
 
 %description
@@ -44,7 +45,7 @@
 rm -f youtube-dl
 
 %build
-make %{?_smp_mflags}
+PYTHON=%{_bindir}/python3 make %{?_smp_mflags}
 
 %install
 install -D -m 755 youtube-dl %buildroot/%_bindir/youtube-dl



Reply via email to