[youtube-dl/f18: 1/2] New version.

Christopher Meng cicku at fedoraproject.org
Sun Oct 20 02:15:38 UTC 2013


commit 801bd70ddf5604498185bb5e1ca1937f6d9936ce
Author: Christopher Meng <rpm at cicku.me>
Date:   Sun Oct 20 10:14:38 2013 +0800

    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 <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).
 


More information about the scm-commits mailing list