Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2025-03-11 20:42:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Tue Mar 11 20:42:41 2025 rev:534 rq:1251596 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2025-03-08 17:52:29.406645227 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.19136/Mesa.changes 2025-03-11 20:42:52.880089453 +0100 @@ -1,0 +2,5 @@ +Sun Mar 9 11:06:22 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Make build recipe POSIX sh compatible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.9Un51p/_old 2025-03-11 20:42:54.304148919 +0100 +++ /var/tmp/diff_new_pack.9Un51p/_new 2025-03-11 20:42:54.308149085 +0100 @@ -1097,16 +1097,18 @@ ln -sv %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_indirect.so.0 # pickup pkgconfig files from libglvnd build -rm -fv %{buildroot}/%{_libdir}/pkgconfig/{gl,egl,glesv1_cm,glesv2}.pc -install -vm 0644 /usr/share/doc/packages/libglvnd/pkgconfig/{gl,egl,glesv1_cm,glesv2}.pc \ +for i in gl egl glesv1_cm glesv2; do + rm -fv "%{buildroot}/%{_libdir}/pkgconfig/$i.pc" + install -vm 0644 "%{_docdir}/libglvnd/pkgconfig/$i.pc" \ %{buildroot}/%{_libdir}/pkgconfig/ +done -for dir in ../xc/doc/man/{GL/gl,GL/glx}; do - pushd $dir +for dir in GL/gl GL/glx; do + cd "../xc/doc/man/$dir" xmkmf -a %make_build V=1 make install.man DESTDIR=%{buildroot} MANPATH=%{_mandir} LIBMANSUFFIX=3gl - popd + cd - done %endif