Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package man-pages for openSUSE:Factory checked in at 2024-06-17 19:27:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man-pages (Old) and /work/SRC/openSUSE:Factory/.man-pages.new.19518 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages" Mon Jun 17 19:27:12 2024 rev:156 rq:1181301 version:6.9 Changes: -------- --- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes 2024-05-21 18:34:51.754927820 +0200 +++ /work/SRC/openSUSE:Factory/.man-pages.new.19518/man-pages.changes 2024-06-17 19:27:40.622264279 +0200 @@ -1,0 +2,8 @@ +Mon Jun 17 10:24:06 UTC 2024 - pgaj...@suse.com + +- version update to 6.9 + * Split several huge pages into smaller pages. + * Rename some ioctl_*(2) pages for consistency. + * new dir man2const/ + +------------------------------------------------------------------- Old: ---- man-pages-6.8.tar.sign man-pages-6.8.tar.xz New: ---- man-pages-6.9.tar.sign man-pages-6.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.Tliqux/_old 2024-06-17 19:27:41.346290774 +0200 +++ /var/tmp/diff_new_pack.Tliqux/_new 2024-06-17 19:27:41.350290920 +0200 @@ -17,7 +17,7 @@ Name: man-pages -Version: 6.8 +Version: 6.9 Release: 0 Summary: Linux Manual Pages License: BSD-3-Clause AND GPL-2.0-or-later AND MIT @@ -61,6 +61,8 @@ # conflicts with mandoc; man.7 is not so link on groff_man.7, # which is part of groff-full rm man7/man.7 +# ioctl_ficlone.2 does not exist +rm man2const/FICLONERANGE.2const %install for i in man[0-9]*; do @@ -71,17 +73,16 @@ RETVAL=0 ARE_MISSING="" for i in */* ; do - FOUND=0 - grep "^.so man" "$i" && FOUND=1 - if [ "$FOUND" == 1 ] ; then - if [ ! -f `grep "^.so man" "$i" | awk '{print $2}'` ]; then - ARE_MISSING="$i $ARE_MISSING" + so_ref="$(grep '^.so man' $i | awk '{print $2}')" + if [ -n $so_ref ] ; then + if [ ! -f $so_ref ]; then + ARE_MISSING="$i $ARE_MISSING ($so_ref missing)" RETVAL=1 fi fi done echo "" -echo "The following manual pages are now missing (for .so reference):" +echo "The following manual pages have wrong .so reference:" echo "$ARE_MISSING" echo "" if [ "$RETVAL" -ne 0 ] ; then @@ -100,5 +101,6 @@ %dir %{_mandir}/man3const %dir %{_mandir}/man3head %dir %{_mandir}/man3type +%dir %{_mandir}/man2const %{_mandir}/man*/*.gz ++++++ man-pages-6.8.tar.xz -> man-pages-6.9.tar.xz ++++++ ++++ 21265 lines of diff (skipped)