Accepting request 928429 from science
OBS-URL: https://build.opensuse.org/request/show/928429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pari?expand=0&rev=25
This commit is contained in:
commit
963ecb8c9e
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 20:36:12 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Split '%make_build all docpdf' into separate executions due to
|
||||
non-reproducible results during parallel build with varying
|
||||
numbers of jobs. Thanks to Bernhard M. Wiedemann for reporting
|
||||
the bug.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 29 01:01:54 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -109,12 +109,14 @@ sed -i -e 's/^\(doc all:\) .*/\1/' config/DOC_Make.SH
|
||||
--sysdatadir="%_libdir" \
|
||||
--datadir="%_datadir/%name" \
|
||||
--mt=pthread
|
||||
%make_build -e \
|
||||
%make_build \
|
||||
CFLAGS="%optflags -fno-strict-aliasing" \
|
||||
STRIP=true \
|
||||
all
|
||||
%make_build \
|
||||
PDFTEX=luatex \
|
||||
PDFLATEX=lualatex \
|
||||
all docpdf
|
||||
docpdf
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user