diff --git a/.gitignore b/.gitignore index aaceaba..f1acbe8 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /youtube-dl-2013.11.02.tar.gz /youtube-dl-2013.11.03.tar.gz /youtube-dl-2013.11.07.tar.gz +/youtube-dl-2013.11.11.tar.gz diff --git a/sources b/sources index d250e8c..cc3610d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce580854bbc15dab1f096c1f6a287fb1 youtube-dl-2013.11.07.tar.gz +330c4d08c4de15ab8c8b64667cabe039 youtube-dl-2013.11.11.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 44c7bd3..20acd56 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.07 +Version: 2013.11.11 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Tue Nov 12 2013 Christopher Meng - 2013.11.11-1 +- Update to new release. + * Fri Nov 08 2013 Christopher Meng - 2013.11.07-1 - Update to new release(BZ#1027822).