From f54e41a14cf523afcff33587c190225c10938173 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 7 Oct 2013 21:50:59 +0800 Subject: [PATCH 1/5] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 490c5e0..0bd0545 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /youtube-dl-2013.09.20.1.tar.gz /youtube-dl-2013.09.24.2.tar.gz /youtube-dl-2013.09.29.tar.gz +/youtube-dl-2013.10.07.tar.gz diff --git a/sources b/sources index cd9e8b4..eb7a45e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f5a8b7a411e833e9a0d8759140e1949 youtube-dl-2013.09.29.tar.gz +8fcf8c27dc2444f78c0413f9ddee383a youtube-dl-2013.10.07.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 9e5dde2..59e95c8 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.29 +Version: 2013.10.07 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Oct 07 2013 Christopher Meng - 2013.10.07-1 +- Update to new release(BZ#1014266). + * Mon Sep 30 2013 Christopher Meng - 2013.09.29-1 - Update to new release(BZ#1013394). From bd32939876df5afb5a32dd4d4cc0fac8086aa2e5 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 10 Oct 2013 17:26:51 +0800 Subject: [PATCH 2/5] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bd0545..6f454ef 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /youtube-dl-2013.09.24.2.tar.gz /youtube-dl-2013.09.29.tar.gz /youtube-dl-2013.10.07.tar.gz +/youtube-dl-2013.10.09.tar.gz diff --git a/sources b/sources index eb7a45e..e7d0439 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fcf8c27dc2444f78c0413f9ddee383a youtube-dl-2013.10.07.tar.gz +ddbefc30e4efefe29a2fe89ed6f4bccc youtube-dl-2013.10.09.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 59e95c8..2566682 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.07 +Version: 2013.10.09 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 10 2013 Christopher Meng - 2013.10.09-1 +- Update to new release(BZ#1017630). + * Mon Oct 07 2013 Christopher Meng - 2013.10.07-1 - Update to new release(BZ#1014266). From ce37fa2e0cf3c78585072ab0e5907adfaaeece56 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 10 Oct 2013 17:37:25 +0800 Subject: [PATCH 3/5] pandoc is not in %arm. --- youtube-dl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube-dl.spec b/youtube-dl.spec index 2566682..12247a2 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -7,7 +7,9 @@ URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf # Used to generate manpage +%if %{_arch} == x86_64 || %{_arch} == i686 BuildRequires: pandoc +%endif BuildRequires: python # Tests failed because of no connection in Koji. #BuildRequires: python-nose From 7697ff5479d8350ca5f9625ee15169b26e372173 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 18 Oct 2013 11:16:09 +0800 Subject: [PATCH 4/5] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f454ef..1eeb630 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /youtube-dl-2013.09.29.tar.gz /youtube-dl-2013.10.07.tar.gz /youtube-dl-2013.10.09.tar.gz +/youtube-dl-2013.10.17.tar.gz diff --git a/sources b/sources index e7d0439..50db914 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddbefc30e4efefe29a2fe89ed6f4bccc youtube-dl-2013.10.09.tar.gz +5bcd7a5d20387a6dfd985f4a77dbe26d youtube-dl-2013.10.17.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 12247a2..7d3b94e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.09 +Version: 2013.10.17 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -44,6 +44,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 17 2013 Christopher Meng - 2013.10.17-1 +- Update to new release(BZ#1019694). + * Thu Oct 10 2013 Christopher Meng - 2013.10.09-1 - Update to new release(BZ#1017630). From 801bd70ddf5604498185bb5e1ca1937f6d9936ce Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sun, 20 Oct 2013 10:14:38 +0800 Subject: [PATCH 5/5] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 11 +++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1eeb630..16199a8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /youtube-dl-2013.10.07.tar.gz /youtube-dl-2013.10.09.tar.gz /youtube-dl-2013.10.17.tar.gz +/youtube-dl-2013.10.18.2.tar.gz diff --git a/sources b/sources index 50db914..b584a60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bcd7a5d20387a6dfd985f4a77dbe26d youtube-dl-2013.10.17.tar.gz +dd86912d1bf1a7a550df06e59c436063 youtube-dl-2013.10.18.2.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 7d3b94e..22705ec 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,18 +1,14 @@ Name: youtube-dl -Version: 2013.10.17 +Version: 2013.10.18.2 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf -# Used to generate manpage -%if %{_arch} == x86_64 || %{_arch} == i686 -BuildRequires: pandoc -%endif BuildRequires: python # Tests failed because of no connection in Koji. -#BuildRequires: python-nose +# BuildRequires: python-nose Requires: python BuildArch: noarch @@ -44,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Sun Oct 20 2013 Christopher Meng - 2013.10.18.2-1 +- Update to new release(BZ#1020787). + * Thu Oct 17 2013 Christopher Meng - 2013.10.17-1 - Update to new release(BZ#1019694).