From 936061e7f6e92a23d1c3c932eb7be55c4ca78b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 16 Feb 2015 12:45:09 +0100 Subject: [PATCH 1/2] Add .sig file (fix RHBZ #1191520) --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2722a5c..30ace4d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /youtube-dl-2015.02.10.4.tar.gz /youtube-dl-2015.02.10.4.tar.gz.sig /youtube-dl-2015.02.11.tar.gz +/youtube-dl-2015.02.11.tar.gz.sig diff --git a/sources b/sources index 23dd44b..5822874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8922f062c1bae78997e08274fdf35d35 youtube-dl-2015.02.11.tar.gz +43ecbbe6d932d55ed768ec170eb5b0fe youtube-dl-2015.02.11.tar.gz.sig From 8b41b1420b2d4a9c2a2d4fe56f11987dca62469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 5 Jun 2015 11:14:10 +0200 Subject: [PATCH 2/2] Update to the latest release (#1222017) --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7750bca..f4a6297 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ /youtube-dl-2015.04.28.tar.gz.sig /youtube-dl-2015.05.10.tar.gz /youtube-dl-2015.05.10.tar.gz.sig +/youtube-dl-2015.06.04.1.tar.gz +/youtube-dl-2015.06.04.1.tar.gz.sig diff --git a/sources b/sources index 75d0147..c00f503 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -214ed869da7a442f8faadb463339a645 youtube-dl-2015.05.10.tar.gz -c41b63b78accea9ee02ca04bfbd9c434 youtube-dl-2015.05.10.tar.gz.sig +7e6fab7bfd246c8a414ca368edf81394 youtube-dl-2015.06.04.1.tar.gz +c267c40a9cd1a1487f3bfc0aaca4150d youtube-dl-2015.06.04.1.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index af1deb6..a61e1a3 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.05.10 +Version: 2015.06.04.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -66,6 +66,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Fri Jun 05 2015 Matej Cepl - 2015.06.04.1-1 +- Update to the latest release (#1222017) + * Fri May 15 2015 Matej Cepl - 2015.05.10-1 - Update to the latest release (#1218015, 1200569, 1206484)