diff --git a/.gitignore b/.gitignore index 35123ef..272a8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /youtube-dl-2013.06.31.tar.gz /youtube-dl-2013.07.02.tar.gz /youtube-dl-2013.07.10.tar.gz +/youtube-dl-2013.07.12.tar.gz diff --git a/sources b/sources index a1fd7fc..2444fb8 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ 83638449553afa6bedce40edc254d182 youtube-dl-2013.06.31.tar.gz 89f7959dec2a7e669887b509bb101358 youtube-dl-2013.07.02.tar.gz 17888031303b26437e5195df22697940 youtube-dl-2013.07.10.tar.gz +5549a8be5054eaf02470da8955b838a0 youtube-dl-2013.07.12.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 00be2e4..dfada4e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.07.10 +Version: 2013.07.12 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 +* Tue Jul 16 2013 Christopher Meng - 2013.07.12-1 +- Update to new release. + * Thu Jul 11 2013 Christopher Meng - 2013.07.10-1 - Update to new release.