From 0f250a06f667c0dc9b61e8d273a360ee023ae4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 15 May 2015 10:32:08 +0200 Subject: [PATCH] Update to the latest release (#1218015, 1200569, 1206484) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f493b6..7750bca 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ /youtube-dl-2015.04.03.tar.gz.sig /youtube-dl-2015.04.28.tar.gz /youtube-dl-2015.04.28.tar.gz.sig +/youtube-dl-2015.05.10.tar.gz +/youtube-dl-2015.05.10.tar.gz.sig diff --git a/sources b/sources index 4e4e57a..75d0147 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -20fac1e1a31caf544741a98c21991e52 youtube-dl-2015.04.28.tar.gz -a857db6df338045754d1aef10174e5a4 youtube-dl-2015.04.28.tar.gz.sig +214ed869da7a442f8faadb463339a645 youtube-dl-2015.05.10.tar.gz +c41b63b78accea9ee02ca04bfbd9c434 youtube-dl-2015.05.10.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 978f615..af1deb6 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.04.28 +Version: 2015.05.10 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -66,6 +66,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Fri May 15 2015 Matej Cepl - 2015.05.10-1 +- Update to the latest release (#1218015, 1200569, 1206484) + * Wed Apr 29 2015 Matej Cepl - 2015.04.28-1 - Update to the latest release (#1210132)