Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package metamath for openSUSE:Factory 
checked in at 2022-04-30 22:53:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/metamath (Old)
 and      /work/SRC/openSUSE:Factory/.metamath.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "metamath"

Sat Apr 30 22:53:06 2022 rev:7 rq:974104 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/metamath/metamath.changes        2022-01-16 
23:19:05.770372499 +0100
+++ /work/SRC/openSUSE:Factory/.metamath.new.1538/metamath.changes      
2022-04-30 22:53:20.080288937 +0200
@@ -1,0 +2,8 @@
+Sat Apr 30 12:04:31 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net>
+
+- Disable build of metamath-book on Tumbleweed: it doesn't build
+  with TeXlive 2022 because of what seems to be a bug in
+  texlive-tabu. (gh#metamath/metamath-book#235)
+- Use symbolic dependencies for required TeX packages.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ metamath.spec ++++++
--- /var/tmp/diff_new_pack.FuthJI/_old  2022-04-30 22:53:20.560289586 +0200
+++ /var/tmp/diff_new_pack.FuthJI/_new  2022-04-30 22:53:20.560289586 +0200
@@ -18,7 +18,9 @@
 
 
 # Do not build LaTeX docs on SLES.
-%if 0%{?is_opensuse}
+# Also don't build on Tumbleweed. Seems that tabu broke with TeXlive 2022.
+# https://github.com/metamath/metamath-book/issues/235.
+%if 0%{?is_opensuse} && 0%{?suse_version} <= 1500
 %bcond_without  latex_doc
 %else
 %bcond_with     latex_doc
@@ -41,17 +43,18 @@
 BuildRequires:  automake
 BuildRequires:  gcc
 %if %{with latex_doc}
-BuildRequires:  texlive-amsfonts
-BuildRequires:  texlive-anysize
 BuildRequires:  texlive-bibtex-bin
-BuildRequires:  texlive-breqn
-BuildRequires:  texlive-hyperref
 BuildRequires:  texlive-latex-bin
-BuildRequires:  texlive-makecell
 BuildRequires:  texlive-makeindex-bin
-BuildRequires:  texlive-microtype
-BuildRequires:  texlive-needspace
-BuildRequires:  texlive-tabu
+BuildRequires:  tex(amssymb.sty)
+BuildRequires:  tex(anysize.sty)
+BuildRequires:  tex(breqn.sty)
+BuildRequires:  tex(hyperref.sty)
+BuildRequires:  tex(longtable.sty)
+BuildRequires:  tex(makecell.sty)
+BuildRequires:  tex(microtype.sty)
+BuildRequires:  tex(needspace.sty)
+BuildRequires:  tex(tabu.sty)
 Suggests:       %{name}-book = %{book_version}
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

Reply via email to