diff --git a/.gitignore b/.gitignore index 1eeb630..16199a8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /youtube-dl-2013.10.07.tar.gz /youtube-dl-2013.10.09.tar.gz /youtube-dl-2013.10.17.tar.gz +/youtube-dl-2013.10.18.2.tar.gz diff --git a/sources b/sources index 50db914..b584a60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bcd7a5d20387a6dfd985f4a77dbe26d youtube-dl-2013.10.17.tar.gz +dd86912d1bf1a7a550df06e59c436063 youtube-dl-2013.10.18.2.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 7d3b94e..22705ec 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,18 +1,14 @@ Name: youtube-dl -Version: 2013.10.17 +Version: 2013.10.18.2 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf -# Used to generate manpage -%if %{_arch} == x86_64 || %{_arch} == i686 -BuildRequires: pandoc -%endif BuildRequires: python # Tests failed because of no connection in Koji. -#BuildRequires: python-nose +# BuildRequires: python-nose Requires: python BuildArch: noarch @@ -44,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Sun Oct 20 2013 Christopher Meng - 2013.10.18.2-1 +- Update to new release(BZ#1020787). + * Thu Oct 17 2013 Christopher Meng - 2013.10.17-1 - Update to new release(BZ#1019694).