Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2021-04-15 16:57:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang"

Thu Apr 15 16:57:30 2021 rev:108 rq:884956 version:23.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2021-01-27 
18:58:01.960414618 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new.12324/erlang.changes 2021-04-15 
16:58:10.950746946 +0200
@@ -1,0 +2,5 @@
+Thu Apr  8 16:27:35 UTC 2021 - Matwey Kornilov <matwey.korni...@gmail.com>
+
+- Pack doc/chunks into %{_libdir} (boo#1184492)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.PK95uy/_old  2021-04-15 16:58:11.690748116 +0200
+++ /var/tmp/diff_new_pack.PK95uy/_new  2021-04-15 16:58:11.694748123 +0200
@@ -292,7 +292,8 @@
 # doc
 mv README.md README
 mkdir -p erlang_doc
-find %{buildroot}%{_libdir}/erlang -maxdepth 3 -type d -name doc -or -name 
info | while read S;do D=`echo $S | sed -e 
's|%{buildroot}%{_libdir}/erlang|erlang_doc|'`; B=`dirname $D`; mkdir -p $B; mv 
$S $D; done
+mv %{buildroot}%{_libdir}/erlang/doc ./erlang_doc
+find %{buildroot}%{_libdir}/erlang -maxdepth 4 -name info -or -type d -and 
-path '%{buildroot}%{_libdir}/**/doc/*' -and -not -name chunks -prune | while 
read S;do D=`echo $S | sed -e 's|%{buildroot}%{_libdir}/erlang|erlang_doc|'`; 
B=`dirname $D`; mkdir -p $B; mv $S $D; done
 # compress man pages ...
 find %{buildroot}%{_libdir}/erlang/man -type f -exec gzip {} +
 
@@ -358,6 +359,7 @@
 %exclude %{_bindir}/epmd
 %dir %{_libdir}/erlang
 %dir %{_libdir}/erlang/lib/
+%exclude %{_libdir}/erlang/lib/*/doc/chunks
 %exclude %{_libdir}/erlang/lib/*/src
 %exclude %{_libdir}/erlang/lib/*/c_src
 %exclude %{_libdir}/erlang/lib/*/java_src
@@ -423,6 +425,14 @@
 %files doc
 %defattr(0644,root,root,0755)
 %doc erlang_doc/*
+%{_libdir}/erlang/lib/*/doc/chunks
+%exclude %{_libdir}/erlang/lib/debugger-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/dialyzer-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/diameter-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/et-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/reltool-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/observer-*/doc/chunks
+%exclude %{_libdir}/erlang/lib/wx-*/doc/chunks
 
 %files et
 %{_libdir}/erlang/lib/et-*/

Reply via email to