Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-06-03 18:54:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and      /work/SRC/openSUSE:Factory/.youtube-dl.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "youtube-dl"

Mon Jun  3 18:54:20 2019 rev:107 rq:707033 version:2019.05.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes     
2019-05-12 11:46:12.252123452 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/python-youtube-dl.changes   
2019-06-03 18:55:02.160436295 +0200
@@ -1,0 +2,11 @@
+Sun May 26 05:53:20 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Split completions into subpackages
+
+-------------------------------------------------------------------
+Tue May 21 07:54:10 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 2019.05.20
+  * svtplay: Update API URL
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes    2019-06-01 
09:50:25.707305263 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/youtube-dl.changes  
2019-06-03 18:55:02.388436211 +0200
@@ -1,0 +2,5 @@
+Sun May 26 05:53:20 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Split completions into subpackages
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ youtube-dl.spec ++++++
--- /var/tmp/diff_new_pack.LprcHh/_old  2019-06-03 18:55:03.348435854 +0200
+++ /var/tmp/diff_new_pack.LprcHh/_new  2019-06-03 18:55:03.352435853 +0200
@@ -40,6 +40,36 @@
 youtube-dl is a small command-line program to retrieve videos from
 YouTube.com and other video sites for later watching.
 
+%package        bash-completion
+Summary:        Bash completion for %name
+Group:          System/Shells
+Requires:       bash-completion
+Supplements:    packageand(%name:bash)
+BuildArch:      noarch
+
+%description    bash-completion
+Bash command line completion support for %name.
+
+%package        fish-completion
+Summary:        Fish completion for %name
+Group:          System/Shells
+Requires:       fish
+Supplements:    packageand(%name:fish)
+BuildArch:      noarch
+
+%description    fish-completion
+Fish command line completion support for %name.
+
+%package        zsh-completion
+Summary:        Zsh Completion for %name
+Group:          System/Shells
+Requires:       zsh
+Supplements:    packageand(%name:zsh)
+BuildArch:      noarch
+
+%description zsh-completion
+ZSH command line completion support for %name.
+
 %prep
 %setup -q -n %name
 rm -f youtube-dl
@@ -48,19 +78,25 @@
 PYTHON=%{_bindir}/python3 make %{?_smp_mflags}
 
 %install
-install -D -m 755 youtube-dl %buildroot/%_bindir/youtube-dl
-install -D -m 644 youtube-dl.bash-completion 
%buildroot/%_datadir/bash-completion/completions/youtube-dl
-install -D -m 644 youtube-dl.zsh 
%buildroot/%_datadir/zsh/site-functions/_youtube-dl
-install -D -m 644 youtube-dl.fish 
%buildroot/%_datadir/fish/completions/youtube-dl.fish
-install -D -m 644 youtube-dl.1 %buildroot/%_mandir/man1/youtube-dl.1
+install -D -m 755 youtube-dl %buildroot/%_bindir/%name
+install -D -m 644 youtube-dl.bash-completion 
%buildroot/%_datadir/bash-completion/completions/%name
+install -D -m 644 youtube-dl.zsh %buildroot/%_datadir/zsh/site-functions/_%name
+install -D -m 644 youtube-dl.fish 
%buildroot/%_datadir/fish/completions/%name.fish
+install -D -m 644 youtube-dl.1 %buildroot/%_mandir/man1/%name.1
 
 %files
 %license LICENSE
 %doc README.txt
-%_bindir/youtube-dl
-%_mandir/man1/youtube-dl.1*
+%_bindir/%name
+%_mandir/man1/%name.1%{?ext_man}
+
+%files bash-completion
+%_datadir/bash-completion/
+
+%files fish-completion
 %_datadir/fish/
+
+%files zsh-completion
 %_datadir/zsh/
-%_datadir/bash-completion/
 
 %changelog



Reply via email to