diff --git a/.gitignore b/.gitignore index e939499..b4f35df 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /youtube-dl-2013.11.25.3.tar.gz /youtube-dl-2013.11.29.tar.gz /youtube-dl-2013.12.02.tar.gz +/youtube-dl-2013.12.04.tar.gz diff --git a/sources b/sources index 39ca6b7..077e9b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad791992d0eb0a364d66d8478c4adde0 youtube-dl-2013.12.02.tar.gz +b0db9d5bfe29b23425847f8cc90dd9be youtube-dl-2013.12.04.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 45fac18..7ad547f 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.12.02 +Version: 2013.12.04 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 Dec 03 2013 Christopher Meng - 2013.12.04-1 +- Update to new release. + * Tue Dec 03 2013 Christopher Meng - 2013.12.02-1 - Update to new release.