Skip to content

Commit

Permalink
Update metamath to rev 7 via SR 974104
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/974104
by user aaronpuchert + dimstar_suse
- 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.
  • Loading branch information
aaronpuchert authored and bmwiedemann committed Apr 30, 2022
1 parent 311abb5 commit 0de6d4d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
Binary file modified packages/m/metamath/.files
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/m/metamath/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,16 @@ versioned alongside the program.
- Only suggest the book to install.</comment>
<requestid>946709</requestid>
</revision>
<revision rev="7" vrev="7">
<srcmd5>4578e02175dbaba99241bade774e9348</srcmd5>
<version>unknown</version>
<time>1651351986</time>
<user>dimstar_suse</user>
<comment>- 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.
</comment>
<requestid>974104</requestid>
</revision>
</revisionlist>
8 changes: 8 additions & 0 deletions packages/m/metamath/metamath.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 30 12:04:31 UTC 2022 - Aaron Puchert <[email protected]>

- 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.

-------------------------------------------------------------------
Sat Jan 15 20:44:21 UTC 2022 - Aaron Puchert <[email protected]>

Expand Down
21 changes: 12 additions & 9 deletions packages/m/metamath/metamath.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,17 +43,18 @@ BuildRequires: autoconf
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
Expand Down

0 comments on commit 0de6d4d

Please sign in to comment.