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

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 5 09:28:37 UTC 2015


From d80a59a69e8434ab50581db8a3915c621039c4cb Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Tue, 12 Nov 2013 12:23:44 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index aaceaba..f1acbe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /youtube-dl-2013.11.02.tar.gz
 /youtube-dl-2013.11.03.tar.gz
 /youtube-dl-2013.11.07.tar.gz
+/youtube-dl-2013.11.11.tar.gz
diff --git a/sources b/sources
index d250e8c..cc3610d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce580854bbc15dab1f096c1f6a287fb1  youtube-dl-2013.11.07.tar.gz
+330c4d08c4de15ab8c8b64667cabe039  youtube-dl-2013.11.11.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 44c7bd3..20acd56 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.07
+Version:        2013.11.11
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Tue Nov 12 2013 Christopher Meng <rpm at cicku.me> - 2013.11.11-1
+- Update to new release.
+
 * Fri Nov 08 2013 Christopher Meng <rpm at cicku.me> - 2013.11.07-1
 - Update to new release(BZ#1027822).
 
-- 
cgit v0.10.2


From b5eb2c194c676a2182da82f4dbb235aed78796d5 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Thu, 14 Nov 2013 11:53:36 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index f1acbe8..3a7864d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /youtube-dl-2013.11.03.tar.gz
 /youtube-dl-2013.11.07.tar.gz
 /youtube-dl-2013.11.11.tar.gz
+/youtube-dl-2013.11.13.tar.gz
diff --git a/sources b/sources
index cc3610d..8f2f030 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-330c4d08c4de15ab8c8b64667cabe039  youtube-dl-2013.11.11.tar.gz
+91e60ba6dc72ac53f4eaf3f4c0159b4e  youtube-dl-2013.11.13.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 20acd56..e5c4ff0 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.11
+Version:        2013.11.13
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Thu Nov 14 2013 Christopher Meng <rpm at cicku.me> - 2013.11.13-1
+- Update to new release.
+
 * Tue Nov 12 2013 Christopher Meng <rpm at cicku.me> - 2013.11.11-1
 - Update to new release.
 
-- 
cgit v0.10.2


From 89f8aec5b13381aab81c34d03789672a600c0ad8 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Fri, 15 Nov 2013 09:59:03 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index 3a7864d..f8e1a7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
 /youtube-dl-2013.11.07.tar.gz
 /youtube-dl-2013.11.11.tar.gz
 /youtube-dl-2013.11.13.tar.gz
+/youtube-dl-2013.11.15.tar.gz
diff --git a/sources b/sources
index 8f2f030..f38fee5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91e60ba6dc72ac53f4eaf3f4c0159b4e  youtube-dl-2013.11.13.tar.gz
+f7fd2814e5c4ddbc6f4c1837f082e62d  youtube-dl-2013.11.15.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index e5c4ff0..2f1f348 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.13
+Version:        2013.11.15
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Fri Nov 15 2013 Christopher Meng <rpm at cicku.me> - 2013.11.15-1
+- Update to new release.
+
 * Thu Nov 14 2013 Christopher Meng <rpm at cicku.me> - 2013.11.13-1
 - Update to new release.
 
-- 
cgit v0.10.2


From df5b7c0dfabd24364284582dfd604317785cc715 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Mon, 18 Nov 2013 21:14:26 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index f8e1a7b..c069e61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /youtube-dl-2013.11.11.tar.gz
 /youtube-dl-2013.11.13.tar.gz
 /youtube-dl-2013.11.15.tar.gz
+/youtube-dl-2013.11.18.1.tar.gz
diff --git a/sources b/sources
index f38fee5..7e66227 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7fd2814e5c4ddbc6f4c1837f082e62d  youtube-dl-2013.11.15.tar.gz
+f0277dae78ee144ceb8f2382ef402157  youtube-dl-2013.11.18.1.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 2f1f348..a806d8a 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.15
+Version:        2013.11.18.1
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Mon Nov 18 2013 Christopher Meng <rpm at cicku.me> - 2013.11.18.1-1
+- Update to new release.
+
 * Fri Nov 15 2013 Christopher Meng <rpm at cicku.me> - 2013.11.15-1
 - Update to new release.
 
-- 
cgit v0.10.2


From d2f114a427c1c766e0320589e3c7dce7ed38a7dc Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Wed, 20 Nov 2013 08:41:40 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index c069e61..d57f396 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
 /youtube-dl-2013.11.13.tar.gz
 /youtube-dl-2013.11.15.tar.gz
 /youtube-dl-2013.11.18.1.tar.gz
+/youtube-dl-2013.11.19.tar.gz
diff --git a/sources b/sources
index 7e66227..b9b2f83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0277dae78ee144ceb8f2382ef402157  youtube-dl-2013.11.18.1.tar.gz
+86e407ff40f9f06651dfcc21c17e2465  youtube-dl-2013.11.19.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index a806d8a..ac90537 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.18.1
+Version:        2013.11.19
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Wed Nov 20 2013 Christopher Meng <rpm at cicku.me> - 2013.11.19-1
+- Update to new release.
+
 * Mon Nov 18 2013 Christopher Meng <rpm at cicku.me> - 2013.11.18.1-1
 - Update to new release.
 
-- 
cgit v0.10.2


From a7006181d5e0adf1bf14797f64ef8a54f5eca9ed Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Thu, 21 Nov 2013 11:55:17 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index d57f396..4bb4d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /youtube-dl-2013.11.15.tar.gz
 /youtube-dl-2013.11.18.1.tar.gz
 /youtube-dl-2013.11.19.tar.gz
+/youtube-dl-2013.11.20.tar.gz
diff --git a/sources b/sources
index b9b2f83..116dd5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86e407ff40f9f06651dfcc21c17e2465  youtube-dl-2013.11.19.tar.gz
+30742fe1b0e0f14996206afa968faa40  youtube-dl-2013.11.20.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index ac90537..592e9cf 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.19
+Version:        2013.11.20
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Thu Nov 21 2013 Christopher Meng <rpm at cicku.me> - 2013.11.20-1
+- Update to new release.
+
 * Wed Nov 20 2013 Christopher Meng <rpm at cicku.me> - 2013.11.19-1
 - Update to new release.
 
-- 
cgit v0.10.2


From 375268707f0237a3861be84dbe1f574458d7a2c0 Mon Sep 17 00:00:00 2001
From: Christopher Meng <rpm at cicku.me>
Date: Sun, 24 Nov 2013 08:46:39 +0800
Subject: New version.


diff --git a/.gitignore b/.gitignore
index 4bb4d56..b6bb9a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
 /youtube-dl-2013.11.18.1.tar.gz
 /youtube-dl-2013.11.19.tar.gz
 /youtube-dl-2013.11.20.tar.gz
+/youtube-dl-2013.11.22.2.tar.gz
diff --git a/sources b/sources
index 116dd5c..b0b1897 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30742fe1b0e0f14996206afa968faa40  youtube-dl-2013.11.20.tar.gz
+bf0015537e50f85c8ca3d95394b47d78  youtube-dl-2013.11.22.2.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 592e9cf..0912dc5 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.11.20
+Version:        2013.11.22.2
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
@@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Sun Nov 24 2013 Christopher Meng <rpm at cicku.me> - 2013.11.22.2-1
+- Update to new release.
+
 * Thu Nov 21 2013 Christopher Meng <rpm at cicku.me> - 2013.11.20-1
 - Update to new release.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/youtube-dl.git/commit/?h=master&id=896679e8ac742dd0e01571f19dfead4ed1cd7a42


More information about the scm-commits mailing list