mcepl pushed to youtube-dl (f21). "Merge branch 'master' into el6"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 5 09:32:11 UTC 2015


From f54e41a14cf523afcff33587c190225c10938173 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Mon, 7 Oct 2013 21:50:59 +0800
Subject: New version.


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 <rpm at cicku.me> - 2013.10.07-1
+- Update to new release(BZ#1014266).
+
 * Mon Sep 30 2013 Christopher Meng <rpm at cicku.me> - 2013.09.29-1
 - Update to new release(BZ#1013394).
 
-- 
cgit v0.10.2


From bd32939876df5afb5a32dd4d4cc0fac8086aa2e5 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Thu, 10 Oct 2013 17:26:51 +0800
Subject: New version.


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 <rpm at cicku.me> - 2013.10.09-1
+- Update to new release(BZ#1017630).
+
 * Mon Oct 07 2013 Christopher Meng <rpm at cicku.me> - 2013.10.07-1
 - Update to new release(BZ#1014266).
 
-- 
cgit v0.10.2


From ce37fa2e0cf3c78585072ab0e5907adfaaeece56 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Thu, 10 Oct 2013 17:37:25 +0800
Subject: pandoc is not in %arm.


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
-- 
cgit v0.10.2


From 7697ff5479d8350ca5f9625ee15169b26e372173 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Fri, 18 Oct 2013 11:16:09 +0800
Subject: New version.


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 <rpm at cicku.me> - 2013.10.17-1
+- Update to new release(BZ#1019694).
+
 * Thu Oct 10 2013 Christopher Meng <rpm at cicku.me> - 2013.10.09-1
 - Update to new release(BZ#1017630).
 
-- 
cgit v0.10.2


From 801bd70ddf5604498185bb5e1ca1937f6d9936ce Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Sun, 20 Oct 2013 10:14:38 +0800
Subject: New version.


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 <rpm at cicku.me> - 2013.10.18.2-1
+- Update to new release(BZ#1020787).
+
 * Thu Oct 17 2013 Christopher Meng <rpm at cicku.me> - 2013.10.17-1
 - Update to new release(BZ#1019694).
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/youtube-dl.git/commit/?h=f21&id=6dedbe91b0cf927f7e34a49cf824e9e099f269c7


More information about the scm-commits mailing list