Merge branch 'master' into f20

epel9
Matěj Cepl 10 years ago
commit 97e6fb8787

2
.gitignore vendored

@ -35,3 +35,5 @@
/youtube-dl-2015.02.18.1.tar.gz.sig /youtube-dl-2015.02.18.1.tar.gz.sig
/youtube-dl-2015.02.21.tar.gz /youtube-dl-2015.02.21.tar.gz
/youtube-dl-2015.02.21.tar.gz.sig /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

@ -1,2 +1,2 @@
4ea83fd4b99654470fdc6935ab147ce7 youtube-dl-2015.02.21.tar.gz 17042c2b78c0250333d594e6f41a20c1 youtube-dl-2015.03.03.1.tar.gz
e4429a4bfe78425d150cb0dd35ecfb22 youtube-dl-2015.02.21.tar.gz.sig 82f28eea24fd899544743cc1cbcf9923 youtube-dl-2015.03.03.1.tar.gz.sig

@ -1,5 +1,5 @@
Name: youtube-dl Name: youtube-dl
Version: 2015.02.21 Version: 2015.03.03.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A small command-line program to download online videos Summary: A small command-line program to download online videos
License: Public Domain License: Public Domain
@ -59,6 +59,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub
%{python_sitelib}/youtube_dl*.egg-info %{python_sitelib}/youtube_dl*.egg-info
%changelog %changelog
* Thu Mar 05 2015 Matej Cepl <mcepl@redhat.com> - 2015.03.03.1-1
- Update to latest release (# 1195539, 1195779)
* Sun Feb 22 2015 Matej Cepl <mcepl@redhat.com> - 2015.02.21-1 * Sun Feb 22 2015 Matej Cepl <mcepl@redhat.com> - 2015.02.21-1
- Update to latest release - Update to latest release

Loading…
Cancel
Save