diff --git a/.gitignore b/.gitignore index a5defae..14fb79e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /youtube-dl-2013.08.29.tar.gz /youtube-dl-2013.08.30.tar.gz /youtube-dl-2013.09.04.tar.gz +/youtube-dl-2013.09.07.tar.gz diff --git a/sources b/sources index ba957d5..fc05b22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -252f503736cef7049d3a1ed20a2ffc5f youtube-dl-2013.09.04.tar.gz +0128368f02f404d8e15935c0b034f6a0 youtube-dl-2013.09.07.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 835b010..daccc6e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.04 +Version: 2013.09.07 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 09 2013 Christopher Meng - 2013.09.07-1 +- Update to new release. + * Thu Sep 05 2013 Christopher Meng - 2013.09.04-1 - Update to new release.