diff --git a/.gitignore b/.gitignore index f1acbe8..3a7864d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /youtube-dl-2013.11.03.tar.gz /youtube-dl-2013.11.07.tar.gz /youtube-dl-2013.11.11.tar.gz +/youtube-dl-2013.11.13.tar.gz diff --git a/sources b/sources index cc3610d..8f2f030 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -330c4d08c4de15ab8c8b64667cabe039 youtube-dl-2013.11.11.tar.gz +91e60ba6dc72ac53f4eaf3f4c0159b4e youtube-dl-2013.11.13.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 20acd56..e5c4ff0 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.11 +Version: 2013.11.13 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 +* Thu Nov 14 2013 Christopher Meng - 2013.11.13-1 +- Update to new release. + * Tue Nov 12 2013 Christopher Meng - 2013.11.11-1 - Update to new release.