diff --git a/.gitignore b/.gitignore index 4a6d9f7..cc56903 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ /youtube-dl-2013.10.09.tar.gz /youtube-dl-2013.10.17.tar.gz /youtube-dl-2013.10.18.2.tar.gz +/youtube-dl-2013.10.23.tar.gz +/youtube-dl-2013.10.28.tar.gz +/youtube-dl-2013.10.30.tar.gz diff --git a/sources b/sources index b584a60..298e50f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd86912d1bf1a7a550df06e59c436063 youtube-dl-2013.10.18.2.tar.gz +86891d5bf22d2a45fb3d1430cb1bfcca youtube-dl-2013.10.30.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 15887b2..2464886 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.18.2 +Version: 2013.10.30 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -37,6 +37,15 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 31 2013 Christopher Meng - 2013.10.30-1 +- Update to new release(BZ#1024948). + +* Mon Oct 28 2013 Christopher Meng - 2013.10.28-1 +- Update to new release(BZ#1022706). + +* Wed Oct 23 2013 Christopher Meng - 2013.10.23-1 +- Update to new release. + * Sun Oct 20 2013 Christopher Meng - 2013.10.18.2-1 - Update to new release(BZ#1020787).