Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glucat for openSUSE:Factory checked in at 2023-03-19 00:30:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glucat (Old) and /work/SRC/openSUSE:Factory/.glucat.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glucat" Sun Mar 19 00:30:35 2023 rev:31 rq:1072711 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glucat/glucat.changes 2023-03-15 18:56:04.044881191 +0100 +++ /work/SRC/openSUSE:Factory/.glucat.new.31432/glucat.changes 2023-03-19 00:30:38.560109559 +0100 @@ -1,0 +2,8 @@ +Thu Mar 16 02:23:31 UTC 2023 - Stefan Brüns <stefan.bru...@rwth-aachen.de> + +- Add changepage.sty dependency, reenable PDF generation on TW +- Remove doxygen/graphviz-gnome build dependency for python + build flavor, drop unused graphviz-gd. +- Fix some syntax errors in spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glucat.spec ++++++ --- /var/tmp/diff_new_pack.mAglax/_old 2023-03-19 00:30:39.080112026 +0100 +++ /var/tmp/diff_new_pack.mAglax/_new 2023-03-19 00:30:39.084112044 +0100 @@ -1,5 +1,5 @@ # -# spec file for package glucat +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -29,15 +29,13 @@ %define skip_python2 1 %endif -# Build failures when building doc for 15.4 and TW -%if 0%{?suse_version} >= 1550 || (0%{?is_opensuse} && 0%{?sle_version} >= 150400) +# Build failures when building doc for 15.4 +%if (0%{?is_opensuse} && 0%{?sle_version} >= 150400) %bcond_with pdfdoc %else %bcond_without pdfdoc %endif -%define doctargets %{?with_pdfdoc:doc}%{!?with_doc:html} - Name: %{pname}%{?psuffix} Version: 0.12.0 Release: 0 @@ -48,12 +46,9 @@ Source: http://downloads.sourceforge.net/%{pname}/%{pname}-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE glucat-disable-doxygen-html-timestamp.patch badshah...@gmail.com -- Disable timestamps from html footer to make build reproducible Patch0: glucat-disable-doxygen-html-timestamp.patch -BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gcc-fortran -BuildRequires: graphviz-gd -BuildRequires: graphviz-gnome BuildRequires: libboost_headers-devel %if %{with python} BuildRequires: %{python_module Cython} @@ -62,6 +57,8 @@ BuildRequires: python-rpm-macros %python_subpackages %else +BuildRequires: doxygen +BuildRequires: graphviz-gnome %if %{with pdfdoc} BuildRequires: texlive-collection-fontsrecommended BuildRequires: texlive-latex-bin @@ -73,6 +70,7 @@ BuildRequires: tex(bigintcalc.sty) BuildRequires: tex(bitset.sty) BuildRequires: tex(caption.sty) +BuildRequires: tex(changepage.sty) BuildRequires: tex(collectbox.sty) BuildRequires: tex(colortbl.sty) BuildRequires: tex(courier.sty) @@ -186,7 +184,7 @@ %make_build clean all # Build doc only for main flavor -%make_build -C doc/ %{doctargets} +%make_build -C doc/ html %{?with_pdfdoc:doc} || (cat doc/api/latex/*.log ; false) %endif %install @@ -204,9 +202,6 @@ # Manually install doc files mkdir -p %{buildroot}%{_docdir}/%{pname} cp -pr doc/api/html %{buildroot}%{_docdir}/%{pname}/ -%if %{with pdfdoc} -cp -pr doc/api/latex/*pdf %{buildroot}%{_docdir}/%{pname}/ -%endif %endif # REMOVE FILES PKGED USING %%doc ANYWAY OR OTHERWISE NOT NEEDED @@ -236,7 +231,7 @@ %dir %{_docdir}/%{pname} %doc %{_docdir}/%{pname}/html/ %if %{with pdfdoc} -%doc doc/api/latex/*.pdf +%doc doc/api/GluCat*.pdf %endif %else