From 280d1ae16fa89667171062063177450f4c7ea315 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 13 Dec 2014 09:28:00 +0100 Subject: [PATCH] Update to new release --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d234a1c..3ca3140 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ /youtube-dl-2014.11.02.1.tar.gz.sig /youtube-dl-2014.11.13.tar.gz /youtube-dl-2014.11.13.tar.gz.sig +/youtube-dl-2014.12.10.3.tar.gz +/youtube-dl-2014.12.10.3.tar.gz.sig diff --git a/sources b/sources index 4766a38..cc07eee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -dd251814d18d7cb9d8ac0fe88821dc74 youtube-dl-2014.11.13.tar.gz -18af854addb34574f3ebf3c07202ecfa youtube-dl-2014.11.13.tar.gz.sig +323cf70b32d193d3b9f411a1272dae90 youtube-dl-2014.12.10.3.tar.gz +660d5e885bad226effa93f523a79a42a youtube-dl-2014.12.10.3.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index e783435..955fae2 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2014.11.13 +Version: 2014.12.10.3 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -46,6 +46,9 @@ install -pm644 %{S:3} %{buildroot}%{_sysconfdir} %{_datadir}/zsh/site-functions/_youtube-dl %changelog +* Sat Dec 13 2014 Till Maas - 2014.12.10.3-1 +- Update to new release + * Thu Nov 13 2014 Jon Ciesla - 2014.11.13-1 - Update to latest release.