Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
2e54135ad3 | |||
e1d9848fff | |||
efd87481d5 | |||
19c0441aeb | |||
0b67f409dc | |||
548ff67b30 |
@@ -404,10 +404,10 @@
|
||||
+stack_size.xmltex = 1500
|
||||
+hash_extra.xmltex = 50000
|
||||
+string_vacancies.xmltex = 45000
|
||||
+pool_free.xmltex = 47500
|
||||
+pool_free.xmltex = 200000
|
||||
+nest_size.xmltex = 500
|
||||
+save_size.xmltex = 10000
|
||||
+pool_size.xmltex = 500000
|
||||
+pool_size.xmltex = 700000
|
||||
+max_strings.xmltex = 55000
|
||||
+
|
||||
+% These are pdfxmltex specific
|
||||
@@ -416,10 +416,10 @@
|
||||
+stack_size.pdfxmltex = 1500
|
||||
+hash_extra.pdfxmltex = 50000
|
||||
+string_vacancies.pdfxmltex = 45000
|
||||
+pool_free.pdfxmltex = 47500
|
||||
+pool_free.pdfxmltex = 200000
|
||||
+nest_size.pdfxmltex = 500
|
||||
+save_size.pdfxmltex = 10000
|
||||
+pool_size.pdfxmltex = 500000
|
||||
+pool_size.pdfxmltex = 700000
|
||||
+max_strings.pdfxmltex = 55000
|
||||
+
|
||||
+% These are jadetex specific
|
||||
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 07:37:00 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Increase pool_size and pool_free for both xmltex and pdfxmltex
|
||||
to get formats created and xmlto runing again (boo#1248830)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 09:30:44 UTC 2025 - Giacomo Leidi <giacomo.leidi@suse.com>
|
||||
|
||||
- Allow for %is_opensuse to be unset, following up to
|
||||
https://src.suse.de/products/SLFO/pulls/204 (bsc#1248487).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 8 03:51:01 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Avoid embedding randomness into rpm headers (boo#1237231)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 08:25:32 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
# spec file for package texlive
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -186,7 +187,7 @@ BuildRequires: unzip
|
||||
BuildRequires: xaw3d-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1550 && 0%{is_opensuse}
|
||||
%if 0%{?suse_version} > 1550 && 0%{?is_opensuse}
|
||||
BuildRequires: zlib-ng-compat-devel
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
@@ -313,7 +314,7 @@ Prefix: %{_bindir}
|
||||
%define add_optflags(a:f:t:p:w:W:d:g:O:A:C:D:E:H:i:M:n:P:U:u:l:s:X:B:I:L:b:V:m:x:c:S:E:o:v:) \
|
||||
%global optflags %{optflags} %{**}
|
||||
|
||||
%{expand: %%global options %(mktemp /tmp/texlive-opts.XXXXXXXX)}
|
||||
%global options ~/.tmp.texlive-opts
|
||||
%global _varlib %{_localstatedir}/lib
|
||||
|
||||
%define libexec %(rpm --eval '%%{_libexecdir}' | sed 's-/usr--g')
|
||||
@@ -4798,6 +4799,7 @@ popd
|
||||
|
||||
# Read the options file
|
||||
. %{options}
|
||||
rm -vf %{options}
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||
|
Reference in New Issue
Block a user