From 98a614a6b58273158e089f6f895245526e73d80f Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Wed, 23 Oct 2013 20:11:51 +0800 Subject: [PATCH 1/3] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 16199a8..aa59744 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /youtube-dl-2013.10.09.tar.gz /youtube-dl-2013.10.17.tar.gz /youtube-dl-2013.10.18.2.tar.gz +/youtube-dl-2013.10.23.tar.gz diff --git a/sources b/sources index b584a60..f10c244 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd86912d1bf1a7a550df06e59c436063 youtube-dl-2013.10.18.2.tar.gz +28301edb7b00604c16a49c5a33d25ff9 youtube-dl-2013.10.23.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 22705ec..ec512ab 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.18.2 +Version: 2013.10.23 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Wed Oct 23 2013 Christopher Meng - 2013.10.23-1 +- Update to new release. + * Sun Oct 20 2013 Christopher Meng - 2013.10.18.2-1 - Update to new release(BZ#1020787). From a8e3f3d81dd7cf536ff41c5f2a3c83567418c549 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 28 Oct 2013 22:49:07 +0800 Subject: [PATCH 2/3] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aa59744..3d48bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /youtube-dl-2013.10.17.tar.gz /youtube-dl-2013.10.18.2.tar.gz /youtube-dl-2013.10.23.tar.gz +/youtube-dl-2013.10.28.tar.gz diff --git a/sources b/sources index f10c244..1fdb0bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28301edb7b00604c16a49c5a33d25ff9 youtube-dl-2013.10.23.tar.gz +cf6169efa73e6d546221eff89937bb85 youtube-dl-2013.10.28.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index ec512ab..f397f1d 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.23 +Version: 2013.10.28 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Oct 28 2013 Christopher Meng - 2013.10.28-1 +- Update to new release(BZ#1022706). + * Wed Oct 23 2013 Christopher Meng - 2013.10.23-1 - Update to new release. From 499d57f77ef5d5e6a36e08c368a9eed3a654bf96 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 31 Oct 2013 12:21:16 +0800 Subject: [PATCH 3/3] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d48bf6..ee48113 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /youtube-dl-2013.10.18.2.tar.gz /youtube-dl-2013.10.23.tar.gz /youtube-dl-2013.10.28.tar.gz +/youtube-dl-2013.10.30.tar.gz diff --git a/sources b/sources index 1fdb0bb..298e50f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf6169efa73e6d546221eff89937bb85 youtube-dl-2013.10.28.tar.gz +86891d5bf22d2a45fb3d1430cb1bfcca youtube-dl-2013.10.30.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index f397f1d..4c64cca 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.28 +Version: 2013.10.30 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 31 2013 Christopher Meng - 2013.10.30-1 +- Update to new release(BZ#1024948). + * Mon Oct 28 2013 Christopher Meng - 2013.10.28-1 - Update to new release(BZ#1022706).