diff --git a/.gitignore b/.gitignore index 2462fc0..4e2edf0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /youtube-dl-2013.08.17.tar.gz /youtube-dl-2013.08.23.tar.gz /youtube-dl-2013.08.27.tar.gz +/youtube-dl-2013.08.29.tar.gz diff --git a/sources b/sources index 694182d..cb5dfce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6562713d1c216433a669060d421e9b77 youtube-dl-2013.08.27.tar.gz +2d55357fe9799f71d2122b4de7224440 youtube-dl-2013.08.29.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 83c4e1f..1b608f6 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.08.27 +Version: 2013.08.29 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -7,7 +7,7 @@ URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf # Used to generate manpage -# BuildRequires: pandoc +BuildRequires: pandoc BuildRequires: python # Tests failed because of no connection in Koji. #BuildRequires: python-nose @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Fri Aug 30 2013 Christopher Meng - 2013.08.29-1 +- Update to new release. + * Tue Aug 27 2013 Christopher Meng - 2013.08.27-1 - Update to new release.