diff --git a/.gitignore b/.gitignore index cff728c..18f7bce 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /youtube-dl-2013.07.17.1.tar.gz /youtube-dl-2013.07.19.tar.gz /youtube-dl-2013.07.25.2.tar.gz +/youtube-dl-2013.08.02.tar.gz diff --git a/sources b/sources index 7f85e15..adc3577 100644 --- a/sources +++ b/sources @@ -7,3 +7,4 @@ 689d7d2507a0a452e53c2c40957220dc youtube-dl-2013.07.17.1.tar.gz e426467eee65cb6224e1ca37433296d1 youtube-dl-2013.07.19.tar.gz db09e5672c674ccadd3c9afed77189d9 youtube-dl-2013.07.25.2.tar.gz +772d2bbf3e9bcfc3da05d956cf6d8705 youtube-dl-2013.08.02.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index f034763..36898d5 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.07.25.2 +Version: 2013.08.02 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -45,6 +45,9 @@ install -p -m644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Sat Aug 03 2013 Christopher Meng - 2013.08.02-1 +- Update to new release. + * Mon Jul 22 2013 Christopher Meng - 2013.07.25.2-1 - Update to new release.