From df5b7c0dfabd24364284582dfd604317785cc715 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 18 Nov 2013 21:14:26 +0800 Subject: [PATCH] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8e1a7b..c069e61 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /youtube-dl-2013.11.11.tar.gz /youtube-dl-2013.11.13.tar.gz /youtube-dl-2013.11.15.tar.gz +/youtube-dl-2013.11.18.1.tar.gz diff --git a/sources b/sources index f38fee5..7e66227 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f7fd2814e5c4ddbc6f4c1837f082e62d youtube-dl-2013.11.15.tar.gz +f0277dae78ee144ceb8f2382ef402157 youtube-dl-2013.11.18.1.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 2f1f348..a806d8a 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.15 +Version: 2013.11.18.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Nov 18 2013 Christopher Meng - 2013.11.18.1-1 +- Update to new release. + * Fri Nov 15 2013 Christopher Meng - 2013.11.15-1 - Update to new release.