From bbf3d34f45793c122f662378e848e31f15e73f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 8 Aug 2015 10:20:06 +0200 Subject: [PATCH] Update to the latest release (#1240646) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3bca94a..1734d68 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ /youtube-dl-2015.06.04.1.tar.gz.sig /youtube-dl-2015.07.04.tar.gz /youtube-dl-2015.07.04.tar.gz.sig +/youtube-dl-2015.08.06.1.tar.gz +/youtube-dl-2015.08.06.1.tar.gz.sig diff --git a/sources b/sources index 47beead..0af97fe 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1a7fac0c8dec92204e562460e719d95b youtube-dl-2015.07.04.tar.gz -9a487f8d381191989d1967155696ca51 youtube-dl-2015.07.04.tar.gz.sig +fe6b22562743fe5f18e04b6672042ac9 youtube-dl-2015.08.06.1.tar.gz +d38b7c07bb4d1a0f8b0b860cf19615ef youtube-dl-2015.08.06.1.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index fae0fdc..5d53d3a 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.07.04 +Version: 2015.08.06.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -77,6 +77,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Sat Aug 08 2015 Matej Cepl - 2015.08.06.1-1 +- Update to the latest release (#1240646) + * Sat Jul 04 2015 Matej Cepl - 2015.07.04-1 - Update to the latest release (#1231593)