diff --git a/.gitignore b/.gitignore index 7ef9d93..35123ef 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /youtube-dl-2013.05.23.tar.gz /youtube-dl-2013.06.31.tar.gz /youtube-dl-2013.07.02.tar.gz +/youtube-dl-2013.07.10.tar.gz diff --git a/sources b/sources index 03cfac6..a1fd7fc 100644 --- a/sources +++ b/sources @@ -2,3 +2,4 @@ 6cb4ee904456d102d4f3edb68272ca50 youtube-dl-2013.05.23.tar.gz 83638449553afa6bedce40edc254d182 youtube-dl-2013.06.31.tar.gz 89f7959dec2a7e669887b509bb101358 youtube-dl-2013.07.02.tar.gz +17888031303b26437e5195df22697940 youtube-dl-2013.07.10.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 23988fa..00be2e4 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.07.02 +Version: 2013.07.10 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 +* Thu Jul 11 2013 Christopher Meng - 2013.07.10-1 +- Update to new release. + * Tue Jul 02 2013 Christopher Meng - 2013.07.02-1 - Update to new release. - SPEC cleanup.