From b3e9e30b4aa4442c3289bcada8ab3ec6b74c929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:30:55 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- youtube-dl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/youtube-dl.spec b/youtube-dl.spec index 385964f..7e63fa4 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -13,7 +13,7 @@ Name: youtube-dl Version: 2018.05.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small command-line program to download online videos License: Unlicense URL: https://yt-dl.org @@ -116,6 +116,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Tue Jun 19 2018 Miro Hrončok - 2018.05.18-2 +- Rebuilt for Python 3.7 + * Fri May 25 2018 Matěj Cepl - 2018.05.18-1 - Update to the latest release.