diff --git a/.gitignore b/.gitignore index 130946d..b212f47 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /youtube-dl-2013.09.04.tar.gz /youtube-dl-2013.09.07.tar.gz /youtube-dl-2013.09.10.tar.gz +/youtube-dl-2013.09.16.tar.gz diff --git a/sources b/sources index 34d84b3..e1a0fa4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ad831c338c82b97e0b4ef4f62d55a0c youtube-dl-2013.09.10.tar.gz +8b02356879e80a90acbb2ebb07b26629 youtube-dl-2013.09.16.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 021239d..a814742 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.10 +Version: 2013.09.16 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Sep 16 2013 Christopher Meng - 2013.09.16-1 +- Update to new release(BZ#1006829). + * Wed Sep 11 2013 Christopher Meng - 2013.09.10-1 - Update to new release(BZ#1006334).