[youtube-dl/f19: 3/4] Update to latest release

Till Maas till at fedoraproject.org
Tue Sep 23 19:41:52 UTC 2014


commit 002d25dd8a03bd50b3d387ff1d5bf5550852fffe
Author: Till Maas <opensource at till.name>
Date:   Tue Sep 23 21:37:41 2014 +0200

    Update to latest release
    
    - Exclude fish completion script

 .gitignore      |    2 ++
 sources         |    4 ++--
 youtube-dl.spec |    7 ++++++-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc9704b..7128ee2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /youtube-dl-2014.08.29.tar.gz
 /youtube-dl-2014.09.06.tar.gz.sig
 /youtube-dl-2014.09.06.tar.gz
+/youtube-dl-2014.09.22.1.tar.gz
+/youtube-dl-2014.09.22.1.tar.gz.sig
diff --git a/sources b/sources
index 99878d5..7ffac07 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2dfeed2409523ec5289d9527adc24c91  youtube-dl-2014.09.06.tar.gz.sig
-27ecb9bded60bd2a2781489aa7c2414f  youtube-dl-2014.09.06.tar.gz
+14c03205ad3bf3866398651b9b42b298  youtube-dl-2014.09.22.1.tar.gz
+0aacb42d1900a394b935a68e8e5f9b38  youtube-dl-2014.09.22.1.tar.gz.sig
diff --git a/youtube-dl.spec b/youtube-dl.spec
index c42f87f..1d3a6f9 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2014.09.06
+Version:        2014.09.22.1
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -39,8 +39,13 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_mandir}/man1/%{name}.1*
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_sysconfdir}/bash_completion.d/%{name}
+%exclude %{_sysconfdir}/fish/completions/youtube-dl.fish
 
 %changelog
+* Tue Sep 23 2014 Till Maas <opensource at till.name> - 2014.09.22.1-1
+- Update to latest release
+- Exclude fish completion script
+
 * Sun Sep 07 2014 Till Maas <opensource at till.name> - 2014.09.06-1
 - Update to 2014-09-06
 - Add GPG signature


More information about the scm-commits mailing list