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)