diff --git a/.gitignore b/.gitignore index cc56903..6b7c274 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ /youtube-dl-2013.10.23.tar.gz /youtube-dl-2013.10.28.tar.gz /youtube-dl-2013.10.30.tar.gz +/youtube-dl-2013.11.02.tar.gz +/youtube-dl-2013.11.03.tar.gz +/youtube-dl-2013.11.07.tar.gz diff --git a/sources b/sources index 298e50f..d250e8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86891d5bf22d2a45fb3d1430cb1bfcca youtube-dl-2013.10.30.tar.gz +ce580854bbc15dab1f096c1f6a287fb1 youtube-dl-2013.11.07.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 2464886..400cda7 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.30 +Version: 2013.11.07 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -37,6 +37,12 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Fri Nov 08 2013 Christopher Meng - 2013.11.07-1 +- Update to new release(BZ#1027822). + +* Thu Oct 31 2013 Christopher Meng - 2013.11.02-1 +- Update to new release(BZ#1026034). + * Thu Oct 31 2013 Christopher Meng - 2013.10.30-1 - Update to new release(BZ#1024948).