|
|
|
@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
|
|
|
|
|
%bcond_without tests |
|
|
|
|
|
|
|
|
|
Name: yt-dlp |
|
|
|
|
Version: 2022.11.11 |
|
|
|
|
Version: 2023.10.07 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Summary: A command-line program to download videos from online video platforms |
|
|
|
|
|
|
|
|
@ -30,10 +30,9 @@ BuildRequires: %{py3_dist pytest}
@@ -30,10 +30,9 @@ BuildRequires: %{py3_dist pytest}
|
|
|
|
|
BuildRequires: pandoc |
|
|
|
|
BuildRequires: make |
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 36 |
|
|
|
|
# ffmpeg-free is now available in Fedora. |
|
|
|
|
Recommends: /usr/bin/ffmpeg /usr/bin/ffprobe |
|
|
|
|
%endif |
|
|
|
|
Recommends: /usr/bin/ffmpeg |
|
|
|
|
Recommends: /usr/bin/ffprobe |
|
|
|
|
|
|
|
|
|
Suggests: python3dist(keyring) |
|
|
|
|
|
|
|
|
@ -103,15 +102,48 @@ make yt-dlp.1 completion-bash completion-zsh completion-fish
@@ -103,15 +102,48 @@ make yt-dlp.1 completion-bash completion-zsh completion-fish
|
|
|
|
|
%license LICENSE |
|
|
|
|
|
|
|
|
|
%files bash-completion |
|
|
|
|
%{_datadir}/bash-completion/completions/%{name} |
|
|
|
|
%{bash_completions_dir}/%{name} |
|
|
|
|
|
|
|
|
|
%files zsh-completion |
|
|
|
|
%{_datadir}/zsh/site-functions/_%{name} |
|
|
|
|
%{zsh_completions_dir}/_%{name} |
|
|
|
|
|
|
|
|
|
%files fish-completion |
|
|
|
|
%{_datadir}/fish/vendor_completions.d/%{name}.fish |
|
|
|
|
%{fish_completions_dir}/%{name}.fish |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Oct 11 2023 Marcus Müller <marcus_fedora@baseband.digital> - 2023.10.07-1 |
|
|
|
|
- Update to 2023.10.07. |
|
|
|
|
- Fixes rhbz#2243274 |
|
|
|
|
- Fixes rhbz#2240465 |
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.07.06-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Fri Jul 07 2023 Maxwell G <maxwell@gtmx.me> - 2023.07.06-1 |
|
|
|
|
- Update to 2023.07.06. |
|
|
|
|
- Mitigates CVE-2023-35934 / GHSA-v8mc-9377-rwjj |
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 Maxwell G <maxwell@gtmx.me> - 2023.06.22-1 |
|
|
|
|
- Update to 2023.06.22. Fixes rhbz#2216612. |
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Maxwell G <maxwell@gtmx.me> - 2023.06.21-1 |
|
|
|
|
- Update to 2023.06.21. Fixes rhbz#2216612. |
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 2023.03.04-2 |
|
|
|
|
- Rebuilt for Python 3.12 |
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Maxwell G <maxwell@gtmx.me> - 2023.03.04-1 |
|
|
|
|
- Update to 2023.03.04. Fixes rhbz#2175395. |
|
|
|
|
|
|
|
|
|
* Fri Feb 17 2023 Maxwell G <maxwell@gtmx.me> - 2023.02.17-1 |
|
|
|
|
- Update to 2023.02.17. |
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2023.01.06-2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Tue Jan 10 2023 Maxwell G <gotmax@e.email> - 2023.01.06-1 |
|
|
|
|
- Update to 2023.01.06. Fixes rhbz#2157879. |
|
|
|
|
|
|
|
|
|
* Mon Nov 14 2022 Maxwell G <gotmax@e.email> - 2022.11.11-1 |
|
|
|
|
- Update to 2022.11.11. Fixes rhbz#2142417. |
|
|
|
|
|
|
|
|
|