From a95c60dd91ee855352c6b8c7aed5d3d69df1dd63 Mon Sep 17 00:00:00 2001 From: symbianflo Date: Tue, 21 Oct 2014 19:34:02 +0200 Subject: [PATCH] Log: update to 2014.10.18, add zsh completion --- .abf.yml | 4 +++- youtube-dl.spec | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index 1762b17..c2af94e 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,4 @@ -sources: +removed_sources: youtube-dl-2014.09.25.tar.gz: b5d22e23d5525a418ed5cbb1c7f151baf16975d5 +sources: + youtube-dl-2014.10.18.tar.gz: 2433ecdfd07a255be5e1cdd56da1c84af881076a diff --git a/youtube-dl.spec b/youtube-dl.spec index 3a1f142..9f01dad 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,6 +1,6 @@ Summary: Small command-line program to download videos from YouTube Name: youtube-dl -Version: 2014.09.25 +Version: 2014.10.18 Release: 1 License: Public Domain and GPLv2+ Group: Video @@ -33,8 +33,9 @@ Small command-line program to download videos from YouTube. #make test %files -%doc LICENSE README.md +%doc LICENSE README.txt %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* +%{_datadir}/zsh/site-functions/_youtube-dl %config(noreplace) %{_sysconfdir}/bash_completion.d/%{name} -%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish \ No newline at end of file +%config(noreplace) %{_sysconfdir}/fish/completions/%{name}.fish