diff --git a/.gitignore b/.gitignore index c81f9af..db8cd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /youtube-dl-2013.07.25.2.tar.gz /youtube-dl-2013.08.02.tar.gz /youtube-dl-2013.08.09.tar.gz +/youtube-dl-2013.08.17.tar.gz diff --git a/sources b/sources index bfc00b6..89d90da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae245c6ef518cdeb7f099a1c0d5a64ba youtube-dl-2013.08.09.tar.gz +3fd78626b19ac128f15f1bbfee578011 youtube-dl-2013.08.17.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index eeb37f1..ede094b 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.08.09 +Version: 2013.08.17 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -44,6 +44,9 @@ install -p -m644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Sun Aug 18 2013 Christopher Meng - 2013.08.17-1 +- Update to new release. + * Tue Aug 13 2013 Christopher Meng - 2013.08.09-1 - Update to new release.