From 8f973da177df61815b9ef74e9f6b92996aff5929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 19 Mar 2015 17:03:29 +0100 Subject: [PATCH 1/2] Update to latest release (# 1201585) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 52a1dac..94642da 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ /youtube-dl-2015.02.21.tar.gz.sig /youtube-dl-2015.03.03.1.tar.gz /youtube-dl-2015.03.03.1.tar.gz.sig +/youtube-dl-2015.03.18.tar.gz +/youtube-dl-2015.03.18.tar.gz.sig diff --git a/sources b/sources index a2f2fc4..dce099b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -17042c2b78c0250333d594e6f41a20c1 youtube-dl-2015.03.03.1.tar.gz -82f28eea24fd899544743cc1cbcf9923 youtube-dl-2015.03.03.1.tar.gz.sig +84170cf8ecb4d9734a9d26336b1784cf youtube-dl-2015.03.18.tar.gz +878582bcfb85ac4a0375ccaf226aa954 youtube-dl-2015.03.18.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 16d6caa..84421df 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.03.03.1 +Version: 2015.03.18 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -59,6 +59,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %{python_sitelib}/youtube_dl*.egg-info %changelog +* Thu Mar 19 2015 Matej Cepl - 2015.03.18-1 +- Update to latest release (# 1201585) + * Thu Mar 05 2015 Matej Cepl - 2015.03.03.1-1 - Update to latest release (# 1195539, 1195779) From 289f972ff1e2f7837a1069687fb3a3ee422eca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 4 Apr 2015 13:19:07 +0200 Subject: [PATCH 2/2] Update to the latest release (#1205700) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 94642da..99183cd 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ /youtube-dl-2015.03.03.1.tar.gz.sig /youtube-dl-2015.03.18.tar.gz /youtube-dl-2015.03.18.tar.gz.sig +/youtube-dl-2015.04.03.tar.gz +/youtube-dl-2015.04.03.tar.gz.sig diff --git a/sources b/sources index dce099b..d8e6322 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -84170cf8ecb4d9734a9d26336b1784cf youtube-dl-2015.03.18.tar.gz -878582bcfb85ac4a0375ccaf226aa954 youtube-dl-2015.03.18.tar.gz.sig +37b68876c3a4b9218a4b77e023eca722 youtube-dl-2015.04.03.tar.gz +1a10a242ae4fca9debc4d69584ecbd11 youtube-dl-2015.04.03.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 84421df..a324a7d 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.03.18 +Version: 2015.04.03 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -59,6 +59,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %{python_sitelib}/youtube_dl*.egg-info %changelog +* Sat Apr 04 2015 Matej Cepl - 2015.04.03-1 +- Update to the latest release (#1205700) + * Thu Mar 19 2015 Matej Cepl - 2015.03.18-1 - Update to latest release (# 1201585)