diff --git a/.gitignore b/.gitignore index 0bd0545..6f454ef 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /youtube-dl-2013.09.24.2.tar.gz /youtube-dl-2013.09.29.tar.gz /youtube-dl-2013.10.07.tar.gz +/youtube-dl-2013.10.09.tar.gz diff --git a/sources b/sources index eb7a45e..e7d0439 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fcf8c27dc2444f78c0413f9ddee383a youtube-dl-2013.10.07.tar.gz +ddbefc30e4efefe29a2fe89ed6f4bccc youtube-dl-2013.10.09.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 59e95c8..2566682 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.07 +Version: 2013.10.09 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 10 2013 Christopher Meng - 2013.10.09-1 +- Update to new release(BZ#1017630). + * Mon Oct 07 2013 Christopher Meng - 2013.10.07-1 - Update to new release(BZ#1014266).