diff --git a/.gitignore b/.gitignore index 46f390b..490c5e0 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /youtube-dl-2013.09.16.tar.gz /youtube-dl-2013.09.20.1.tar.gz /youtube-dl-2013.09.24.2.tar.gz +/youtube-dl-2013.09.29.tar.gz diff --git a/sources b/sources index 4babcc3..cd9e8b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f62dcb15581a3ce35cfc323bf9aed905 youtube-dl-2013.09.24.2.tar.gz +7f5a8b7a411e833e9a0d8759140e1949 youtube-dl-2013.09.29.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index bda2e78..9e5dde2 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.24.2 +Version: 2013.09.29 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 +* Mon Sep 30 2013 Christopher Meng - 2013.09.29-1 +- Update to new release(BZ#1013394). + * Wed Sep 25 2013 Christopher Meng - 2013.09.24.2-1 - Update to new release(BZ#1011845).