diff --git a/.abf.yml b/.abf.yml index fbdad86..932c121 100644 --- a/.abf.yml +++ b/.abf.yml @@ -9,5 +9,6 @@ removed_sources: youtube-dl-2015.08.28.tar.gz: 40239ed25172035b765b8c797b3e2239e1f5cf8d youtube-dl-2015.09.09.tar.gz: 1b7dd89bd4298163d5c9bfe34dc4307da23fcfeb youtube-dl-2015.12.23.tar.gz: cb61b3e0321f1ec5b46bdbab11686277a6b6a250 -sources: youtube-dl-2016.01.01.tar.gz: 3e2ceac648c284ec06259b0d2e5b6dc2d282e3ca +sources: + youtube-dl-2016.01.23.tar.gz: 4843069809d9605d92d66969293652db07fde5ba diff --git a/youtube-dl.spec b/youtube-dl.spec index d11a5e0..bf3143e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,18 +1,19 @@ Summary: Small command-line program to download videos from YouTube Name: youtube-dl -Version: 2016.01.01 +Version: 2016.01.23 Release: 1 License: Public Domain and GPLv2+ Group: Video Url: http://rg3.github.com/youtube-dl/ Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch BuildRequires: pythonegg(nose) BuildRequires: pythonegg(setuptools) # For tests BuildRequires: ffmpeg Requires: python Suggests: ffmpeg -BuildArch: noarch + %description Small command-line program to download videos from YouTube and similar sites.