diff --git a/.gitignore b/.gitignore index eecc659..6cf7e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /youtube-dl-2015.11.13.tar.gz /youtube-dl-2015.11.13.tar.gz.sig +/youtube-dl-2015.11.15.tar.gz +/youtube-dl-2015.11.15.tar.gz.sig diff --git a/sources b/sources index a7d6a0b..a2caf38 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a1871b0e09c39bd6eee5053c5c55c70a youtube-dl-2015.11.13.tar.gz -f5803c26163cb939856ff334564112d6 youtube-dl-2015.11.13.tar.gz.sig +cc4f5bba1a366e6da6c9e0a3d94bf527 youtube-dl-2015.11.15.tar.gz +2f38973e669e0a6e9990c2c8deeb4127 youtube-dl-2015.11.15.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 91a1d0c..b799094 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,8 +6,8 @@ %endif Name: youtube-dl -Version: 2015.11.13 -Release: 2%{?dist} +Version: 2015.11.15 +Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense URL: https://yt-dl.org @@ -91,6 +91,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Mon Nov 16 2015 Matěj Cepl - 2015.11.15-1 +- Update to new release. + * Sun Nov 15 2015 Till Maas - 2015.11.13-2 - Use python3 on Fedora (#1282086)