From d3f8574dcd250684235d613eebb44547ea8faac4 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Wed, 22 May 2013 09:30:00 +0800 Subject: [PATCH] New release --- .gitignore | 1 + sources | 1 + youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7198ea..361b44f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /youtube-dl-2013.01.13.tar.gz /youtube-dl-2013.04.18.tar.gz /youtube-dl-2013.05.07.tar.gz +/youtube-dl-2013.05.14.tar.gz diff --git a/sources b/sources index 96f9c65..f023b63 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ f525dfa558c06b4360cc38aaadf0ae7a youtube-dl-2013.05.07.tar.gz +139ffe39568318a5939edf05afbac4d0 youtube-dl-2013.05.14.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 48a8313..f906912 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.05.07 +Version: 2013.05.14 Release: 1%{?dist} Summary: Small command-line program to download videos from YouTube Group: Applications/Multimedia @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Wed May 22 2013 Christopher Meng - 2013.05.14-1 +- Update to new release + * Wed May 08 2013 Christopher Meng - 2013.05.07-1 - Update to new release