Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qpdf for openSUSE:Factory checked in at 2023-09-29 21:13:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpdf (Old) and /work/SRC/openSUSE:Factory/.qpdf.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpdf" Fri Sep 29 21:13:12 2023 rev:69 rq:1113867 version:11.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes 2023-09-06 18:56:17.887505205 +0200 +++ /work/SRC/openSUSE:Factory/.qpdf.new.28202/qpdf.changes 2023-09-29 21:14:05.194858601 +0200 @@ -16,0 +17,6 @@ +Tue Jul 25 11:50:29 UTC 2023 - ecsos <ec...@opensuse.org> + +- Don't build doc for Leap. Will break building of packages. + Only build doc for Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpdf.spec ++++++ --- /var/tmp/diff_new_pack.yPNBGt/_old 2023-09-29 21:14:06.442903629 +0200 +++ /var/tmp/diff_new_pack.yPNBGt/_new 2023-09-29 21:14:06.442903629 +0200 @@ -53,6 +53,7 @@ from other PDF files or to inspect or extract information from existing PDF files. +%if 0%{?suse_version} > 1500 %package htmldoc Summary: Documentation files for qpdf Group: Documentation/HTML @@ -60,6 +61,7 @@ %description htmldoc This package contains the documentation for qpdf +%endif %package devel Summary: Development files for qpdf PDF manipulation library @@ -86,10 +88,12 @@ %build %global optflags %optflags -fexcess-precision=fast %cmake \ +%if 0%{?suse_version} > 1500 -DBUILD_DOC=ON \ -DBUILD_DOC_DIST=ON \ -DBUILD_DOC_HTML=ON \ -DBUILD_DOC_PDF=ON \ +%endif -DCMAKE_INSTALL_DOCDIR='${datarootdir}'share/doc/packages/%{name} %cmake_build @@ -98,6 +102,7 @@ %install %cmake_install +%if 0%{?suse_version} > 1500 mkdir -m755 -p %{buildroot}%{_docdir}/%{name}/html mkdir -m755 -p %{buildroot}%{_docdir}/%{name}/singlehtml pushd build/manual/doc-dist @@ -105,6 +110,7 @@ cp -a manual-single-page-html/* %{buildroot}%{_docdir}/%{name}/singlehtml/ install -Dm644 qpdf-manual.pdf %{buildroot}%{_docdir}/%{name}/qpdf-manual.pdf popd +%endif # create symlinks for html and singlehtml duplicate docs %fdupes -s %{buildroot}%{_docdir}/%{name} @@ -113,15 +119,23 @@ %postun -n libqpdf%{so_version} -p /sbin/ldconfig %files +%if 0%{?suse_version} > 1500 +%doc qpdf-manual.pdf +%endif %dir %{_docdir}/%{name} -%doc ChangeLog README-doc.txt qpdf-manual.pdf +%doc ChangeLog README-doc.txt +%if 0%{?suse_version} > 1500 +%doc qpdf-manual.pdf +%endif %license Artistic-2.0 LICENSE.txt %{_bindir}/* %{_mandir}/man1/* +%if 0%{?suse_version} > 1500 %files htmldoc %doc %{_docdir}/%{name}/html %doc %{_docdir}/%{name}/singlehtml +%endif %files -n libqpdf%{so_version} %{_libdir}/libqpdf.so.%{so_version}*