From e7d3f3a60b36b516430d74491cb9ca2740ae6cba Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Tue, 26 Nov 2013 09:30:12 +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 b6bb9a5..e3360ac 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /youtube-dl-2013.11.19.tar.gz /youtube-dl-2013.11.20.tar.gz /youtube-dl-2013.11.22.2.tar.gz +/youtube-dl-2013.11.25.3.tar.gz diff --git a/sources b/sources index b0b1897..b6a7e6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf0015537e50f85c8ca3d95394b47d78 youtube-dl-2013.11.22.2.tar.gz +cf3e08333ff164b15d5389124936998d youtube-dl-2013.11.25.3.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 0912dc5..a4c99f8 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.22.2 +Version: 2013.11.25.3 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 +* Tue Nov 26 2013 Christopher Meng - 2013.11.25.3-1 +- Update to new release(BZ#1034138). + * Sun Nov 24 2013 Christopher Meng - 2013.11.22.2-1 - Update to new release. From dca5fb840f0ed58d85b7a6bc3360f9ed07e8d26c Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 29 Nov 2013 11:49:30 +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 e3360ac..4acfea1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /youtube-dl-2013.11.20.tar.gz /youtube-dl-2013.11.22.2.tar.gz /youtube-dl-2013.11.25.3.tar.gz +/youtube-dl-2013.11.29.tar.gz diff --git a/sources b/sources index b6a7e6a..ee9b59e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf3e08333ff164b15d5389124936998d youtube-dl-2013.11.25.3.tar.gz +5a03df2c239f3cd2ed9f6c0c64afdb40 youtube-dl-2013.11.29.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index a4c99f8..2e0822e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.25.3 +Version: 2013.11.29 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 +* Fri Nov 29 2013 Christopher Meng - 2013.11.29-1 +- Update to new release(BZ#1035738). + * Tue Nov 26 2013 Christopher Meng - 2013.11.25.3-1 - Update to new release(BZ#1034138). From ff76942a98e5af4477ce6f79c6132c4a5d103a0f Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Tue, 3 Dec 2013 16:50:24 +0800 Subject: [PATCH 3/3] Update to 12.02 --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4acfea1..e939499 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /youtube-dl-2013.11.22.2.tar.gz /youtube-dl-2013.11.25.3.tar.gz /youtube-dl-2013.11.29.tar.gz +/youtube-dl-2013.12.02.tar.gz diff --git a/sources b/sources index ee9b59e..39ca6b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a03df2c239f3cd2ed9f6c0c64afdb40 youtube-dl-2013.11.29.tar.gz +ad791992d0eb0a364d66d8478c4adde0 youtube-dl-2013.12.02.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 2e0822e..45fac18 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.29 +Version: 2013.12.02 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 +* Tue Dec 03 2013 Christopher Meng - 2013.12.02-1 +- Update to new release. + * Fri Nov 29 2013 Christopher Meng - 2013.11.29-1 - Update to new release(BZ#1035738).