6 Commits

Author SHA256 Message Date
2e54135ad3 Accepting request 1302358 from Publishing:TeXLive
- Increase pool_size and pool_free for both xmltex and pdfxmltex
  to get formats created and xmlto runing again (boo#1248830)

OBS-URL: https://build.opensuse.org/request/show/1302358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=107
2025-09-02 15:58:09 +00:00
e1d9848fff Fix bug boo#1248830
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=517
2025-09-02 07:43:06 +00:00
efd87481d5 Accepting request 1302150 from Publishing:TeXLive
- Allow for %is_opensuse to be unset, following up to
  https://src.suse.de/products/SLFO/pulls/204 (bsc#1248487). (forwarded request 1300954 from gleidi)

OBS-URL: https://build.opensuse.org/request/show/1302150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=106
2025-09-01 15:16:51 +00:00
19c0441aeb - Allow for %is_opensuse to be unset, following up to
https://src.suse.de/products/SLFO/pulls/204 (bsc#1248487).

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=515
2025-09-01 07:05:34 +00:00
0b67f409dc Accepting request 1286253 from Publishing:TeXLive
- Avoid embedding randomness into rpm headers (boo#1237231)

OBS-URL: https://build.opensuse.org/request/show/1286253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=105
2025-06-18 17:29:42 +00:00
548ff67b30 Accepting request 1284486 from home:bmwiedemann:branches:Publishing:TeXLive
Avoid embedding randomness into rpm headers (boo#1237231)

OBS-URL: https://build.opensuse.org/request/show/1284486
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=513
2025-06-12 14:15:25 +00:00
3 changed files with 25 additions and 6 deletions

View File

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

View File

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

View File

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