diff --git a/.gitignore b/.gitignore index 6b7c274..63851d6 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,10 @@ /youtube-dl-2013.11.02.tar.gz /youtube-dl-2013.11.03.tar.gz /youtube-dl-2013.11.07.tar.gz +/youtube-dl-2013.11.11.tar.gz +/youtube-dl-2013.11.13.tar.gz +/youtube-dl-2013.11.15.tar.gz +/youtube-dl-2013.11.18.1.tar.gz +/youtube-dl-2013.11.19.tar.gz +/youtube-dl-2013.11.20.tar.gz +/youtube-dl-2013.11.22.2.tar.gz diff --git a/sources b/sources index 8f2f030..b0b1897 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91e60ba6dc72ac53f4eaf3f4c0159b4e youtube-dl-2013.11.13.tar.gz +bf0015537e50f85c8ca3d95394b47d78 youtube-dl-2013.11.22.2.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 0c3e962..0df2745 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.13 +Version: 2013.11.22.2 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -25,7 +25,7 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} \ PREFIX=%{_prefix} \ MANDIR=%{_mandir} \ - PYTHON=%{__python2} + PYTHON=%{__python} mkdir -p %{buildroot}%{_sysconfdir} install -pm644 %{S:1} %{buildroot}%{_sysconfdir} @@ -37,7 +37,7 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog -* Thu Nov 14 2013 Christopher Meng - 2013.11.13-1 +* Sun Nov 24 2013 Christopher Meng - 2013.11.22.2-1 - Update to new release. * Fri Nov 08 2013 Christopher Meng - 2013.11.07-1