New version.

epel9
Christopher Meng 12 years ago
parent c3bfaae81d
commit a4a3049971

1
.gitignore vendored

@ -4,3 +4,4 @@
/youtube-dl-2013.04.18.tar.gz /youtube-dl-2013.04.18.tar.gz
/youtube-dl-2013.05.07.tar.gz /youtube-dl-2013.05.07.tar.gz
/youtube-dl-2013.05.23.tar.gz /youtube-dl-2013.05.23.tar.gz
/youtube-dl-2013.06.31.tar.gz

@ -1,2 +1,3 @@
139ffe39568318a5939edf05afbac4d0 youtube-dl-2013.05.14.tar.gz 139ffe39568318a5939edf05afbac4d0 youtube-dl-2013.05.14.tar.gz
6cb4ee904456d102d4f3edb68272ca50 youtube-dl-2013.05.23.tar.gz 6cb4ee904456d102d4f3edb68272ca50 youtube-dl-2013.05.23.tar.gz
83638449553afa6bedce40edc254d182 youtube-dl-2013.06.31.tar.gz

@ -1,5 +1,5 @@
Name: youtube-dl Name: youtube-dl
Version: 2013.05.23 Version: 2013.06.31
Release: 1%{?dist} Release: 1%{?dist}
Summary: A small command-line program to download videos from YouTube.com and other sites Summary: A small command-line program to download videos from YouTube.com and other sites
License: Public Domain License: Public Domain
@ -38,6 +38,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}
%{_sysconfdir}/bash_completion.d/%{name} %{_sysconfdir}/bash_completion.d/%{name}
%changelog %changelog
* Wed Jun 26 2013 Christopher Meng <rpm@cicku.me> - 2013.06.31-1
- Update to new release.
* Mon Jun 17 2013 Christopher Meng <rpm@cicku.me> - 2013.05.23-1 * Mon Jun 17 2013 Christopher Meng <rpm@cicku.me> - 2013.05.23-1
- Update to new release and cleanup the spec. - Update to new release and cleanup the spec.

Loading…
Cancel
Save