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 2023-01-04 17:50:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man-pages (Old) and /work/SRC/openSUSE:Factory/.man-pages.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages" Wed Jan 4 17:50:32 2023 rev:148 rq:1046140 version:6.02 Changes: -------- --- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes 2021-09-08 21:36:53.713908034 +0200 +++ /work/SRC/openSUSE:Factory/.man-pages.new.1563/man-pages.changes 2023-01-04 17:50:36.861478430 +0100 @@ -1,0 +2,52 @@ +Tue Dec 27 23:29:32 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 6.00 + * Updated manual pages and interface documentation + * Move definitions of types to separate pages in man2type/ and + man3type/. Previously, they were spread (and duplicated) in other + pages, or in system_data_types.7 (with links in man3/). + * Add man3head/ for pages that document header files. + * Add man3const/ for pages that document constants. + * Improve consistency of man(7) source + * Manual pages sections: + * Title (.TH): + * Remove 5th argument to TH (middle-header). + * Specify "Linux man-pages" and the version in the 4th argument + (left-footer). + * Add the LIBRARY section. This section standardizes a way to + document the library that provides a given interface. + * Add the CAVEATS section. BUGS and NOTES were serving that purpose + before, but CAVEATS is more appropriate. + * Rename the CONFORMING TO section to STANDARDS for consistency with + other projects, such as the BSDs. + * SYNOPSIS: Add the ISO C2X [[deprecated]] attribute for functions + that have been deprecated or removed. + * EXAMPLES: Improve consistency of C source code. Also, reduce the + number of warnings that several linting tools emit. + * COLOPHON: Remove section (its purpose is now served by the title). +- Update to version 6.01 + * Updated interface documentation + * Manual pages' sections: + * Title (.TH): + * Remove the hardcoded date (TH 3rd argument), and replace it by a + placeholder that should be changed when creating the tarball. + This removes the need for a tstamp commit before each release. +- Update to version 6.02 + * Updated manual pages and interface documentation, noteable: + * copy_file_range.2: Fix wrong kernel version information + * process_madvise.2: Fix capability and ptrace requirements + * madvise.2: Update Transparent Huge Pages file/shmem documentation + for Linux 5.4+. + * Use correct letter case in manual page titles, instead of uppercase. + * Use \" t comments when appropriate (Lintian needs this). + * SYNOPSIS: + * Add _Nullable for functions that receive NULL as a meaningful + input. + * Use VLA syntax to clarify the meaning of size parameters, rather + than hiding it in possibly-confusing text. + * Use [[noreturn]] instead of noreturn, which will be deprecated + soon. +- Rebased man-pages-tcp_fack.patch +- Added keyring and signed source + +------------------------------------------------------------------- Old: ---- man-pages-5.13.tar.gz New: ---- man-pages-6.02.tar.sign man-pages-6.02.tar.xz man-pages.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man-pages.spec ++++++ --- /var/tmp/diff_new_pack.TgcuLo/_old 2023-01-04 17:50:37.621482910 +0100 +++ /var/tmp/diff_new_pack.TgcuLo/_new 2023-01-04 17:50:37.629482957 +0100 @@ -1,7 +1,7 @@ # # spec file for package man-pages # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: man-pages -Version: 5.13 +Version: 6.02 Release: 0 Summary: Linux Manual Pages License: BSD-3-Clause AND GPL-2.0-or-later AND MIT @@ -25,13 +25,16 @@ URL: https://www.kernel.org/doc/man-pages/download.html #Git-Clone: git://git.kernel.org/pub/scm/docs/man-pages/man-pages #Git-Web: http://git.kernel.org/cgit/docs/man-pages/man-pages.git/ -Source: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/man-pages-%{version}.tar.gz +Source0: https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz +Source1: https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.sign +# https://lore.kernel.org/all/1257e092-79af-3624-2f6a-fb5fd69e5...@gmail.com/#t +Source2: %{name}.keyring Patch0: %{name}.eal3.diff -Patch3: %{name}_gai.conf-reference.patch +Patch1: %{name}_gai.conf-reference.patch # [bsc#1154701] -Patch6: man-pages-tcp_fack.patch +Patch2: man-pages-tcp_fack.patch BuildRequires: fdupes -Supplements: packageand(man:patterns-base-documentation) +Supplements: (man and patterns-base-documentation) BuildArch: noarch %description @@ -47,8 +50,8 @@ %prep %setup -q %patch0 -p2 -%patch3 -%patch6 -p1 +%patch1 +%patch2 -p1 find -name "*.orig" | xargs rm -fv %build @@ -95,11 +98,13 @@ %files %defattr(644,root,root,755) +%doc README Changes Changes.old CONTRIBUTING lsm +%license LICENSES/*.txt %dir %{_mandir}/man7mp +%dir %{_mandir}/man2type +%dir %{_mandir}/man3const +%dir %{_mandir}/man3head +%dir %{_mandir}/man3type %{_mandir}/man*/*.gz -%doc README Changes Changes.old -%doc man-pages-*.Announce -%doc man-pages-*.lsm -%doc Changes %changelog ++++++ man-pages-tcp_fack.patch ++++++ --- /var/tmp/diff_new_pack.TgcuLo/_old 2023-01-04 17:50:37.661483147 +0100 +++ /var/tmp/diff_new_pack.TgcuLo/_new 2023-01-04 17:50:37.661483147 +0100 @@ -1,14 +1,13 @@ -Index: man-pages-5.03/man7/tcp.7 -=================================================================== ---- man-pages-5.03.orig/man7/tcp.7 2019-10-11 10:56:08.000000000 +0200 -+++ man-pages-5.03/man7/tcp.7 2019-10-25 09:36:55.047041318 +0200 -@@ -458,9 +458,31 @@ When enabled, outgoing ECN-setup SYNs th +diff -Nur man-pages-6.02/man7/tcp.7 new/man7/tcp.7 +--- man-pages-6.02/man7/tcp.7 2022-12-22 20:25:12.000000000 +0100 ++++ new/man7/tcp.7 2022-12-28 00:46:39.396907119 +0100 +@@ -491,9 +491,31 @@ normal SYN retransmission timeout will be resent with CWR and ECE cleared. .TP -.IR tcp_fack " (Boolean; default: enabled; since Linux 2.2)" +.IR tcp_fack " (integer; default: see below; since Linux 2.2)" - .\" Since 2.1.92 + .\" Since Linux 2.1.92 Enable TCP Forward Acknowledgement support. + +Prior to Linux 4.11, this option was enabled by default. @@ -34,5 +33,5 @@ +.RE .TP .IR tcp_fin_timeout " (integer; default: 60; since Linux 2.2)" - .\" Since 2.1.53 + .\" Since Linux 2.1.53