Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mandoc for openSUSE:Factory checked in at 2022-12-06 14:23:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mandoc (Old) and /work/SRC/openSUSE:Factory/.mandoc.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mandoc" Tue Dec 6 14:23:02 2022 rev:7 rq:1040379 version:1.14.6 Changes: -------- --- /work/SRC/openSUSE:Factory/mandoc/mandoc.changes 2022-03-11 11:47:22.566863845 +0100 +++ /work/SRC/openSUSE:Factory/.mandoc.new.1835/mandoc.changes 2022-12-06 14:23:06.985494347 +0100 @@ -1,0 +2,8 @@ +Fri Dec 2 09:23:26 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Split mandoc into a bin subpackage: tools like rpm2docserv rely + on mandoc to render the html pages, but they might be also wanted + on systems that do not want to replace the entire man + infrastructure. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mandoc.spec ++++++ --- /var/tmp/diff_new_pack.IrPMU9/_old 2022-12-06 14:23:08.325505772 +0100 +++ /var/tmp/diff_new_pack.IrPMU9/_new 2022-12-06 14:23:08.329505806 +0100 @@ -27,6 +27,7 @@ Source: http://mandoc.bsd.lv/snapshots/mandoc-%{version}.tar.gz BuildRequires: less BuildRequires: zlib-devel +Requires: %{name}-bin = %{version} Provides: man = %{version} Conflicts: groff Conflicts: groff-full @@ -44,6 +45,15 @@ It includes a man(1) manual viewer and additional tools. For general information, see <http://mandoc.bsd.lv/>. +%package bin +Summary: Format manual pages + +%description bin +The mandoc utility formats manual pages for display. + +It is split out from the mandoc package as it can be useful +even without replacing the entire man infrastructure. + %prep %autosetup -p1 @@ -121,7 +131,6 @@ %{_bindir}/apropos %{_bindir}/demandoc %{_bindir}/man -%{_bindir}/mandoc %{_bindir}/soelim %{_bindir}/whatis %{_sbindir}/makewhatis @@ -131,4 +140,7 @@ %{_mandir}/man8/*.8%{?ext_man} %ghost %{_mandir}/mandoc.db +%files bin +%{_bindir}/mandoc + %changelog