Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcbor for openSUSE:Factory checked in at 2022-08-27 11:48:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcbor (Old) and /work/SRC/openSUSE:Factory/.libcbor.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcbor" Sat Aug 27 11:48:18 2022 rev:4 rq:999386 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcbor/libcbor.changes 2021-12-12 21:28:04.920358336 +0100 +++ /work/SRC/openSUSE:Factory/.libcbor.new.2083/libcbor.changes 2022-08-27 11:48:20.069616786 +0200 @@ -1,0 +2,5 @@ +Fri Aug 26 05:23:10 UTC 2022 - Thorsten Kukuk <ku...@suse.com> + +- Install manual page in the correct man section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcbor.spec ++++++ --- /var/tmp/diff_new_pack.D8c7RF/_old 2022-08-27 11:48:20.569617860 +0200 +++ /var/tmp/diff_new_pack.D8c7RF/_new 2022-08-27 11:48:20.573617869 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcbor-doc # -# 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 @@ -87,8 +87,9 @@ %install %if "%{flavor}" == "doc" -mkdir -p %{buildroot}%{_mandir}/man1 -cp doc/build/man/* %{buildroot}%{_mandir}/man1 +mkdir -p %{buildroot}%{_mandir}/man3 +cp doc/build/man/*.3 %{buildroot}%{_mandir}/man3 + %else %cmake_install