Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package racket for openSUSE:Factory checked in at 2022-06-09 14:12:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/racket (Old) and /work/SRC/openSUSE:Factory/.racket.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "racket" Thu Jun 9 14:12:02 2022 rev:19 rq:981461 version:8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/racket/racket.changes 2022-05-12 23:02:03.164933138 +0200 +++ /work/SRC/openSUSE:Factory/.racket.new.1548/racket.changes 2022-06-09 14:12:12.700561730 +0200 @@ -0,0 +1,7 @@ +------------------------------------------------------------------- +Thu Jun 9 07:01:25 UTC 2022 - Dr. Werner Fink <[email protected]> + +- Add patch racket-amsmath-mathabx.patch + * Avoid conflict between modern amsmath and mathabx LaTeX styles to + get e.g. scsh build again + New: ---- racket-amsmath-mathabx.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ racket.spec ++++++ --- /var/tmp/diff_new_pack.zdHVso/_old 2022-06-09 14:12:13.416562690 +0200 +++ /var/tmp/diff_new_pack.zdHVso/_new 2022-06-09 14:12:13.420562695 +0200 @@ -28,6 +28,7 @@ Source2: racket-completion.bash Source3: racket-rpmlintrc Patch0: racket-doc.patch +Patch1: racket-amsmath-mathabx.patch BuildRequires: ImageMagick BuildRequires: ca-certificates BuildRequires: chrpath @@ -122,6 +123,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p0 cp -p %{SOURCE2} src/ ++++++ racket-amsmath-mathabx.patch ++++++ --- share/pkgs/scribble-lib/scribble/scribble-load.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- share/pkgs/scribble-lib/scribble/scribble-load.tex +++ share/pkgs/scribble-lib/scribble/scribble-load.tex 2022-06-09 06:57:39.433303456 +0000 @@ -8,7 +8,8 @@ % would load amsmath *after* mathabx and wasysym, % causing command redefinition issues. \newcommand{\packageAmsmath}{\usepackage{amsmath}} -\newcommand{\packageMathabx}{\usepackage{mathabx}} +% Both 'mathabx' and 'amsmath' define a '\frac' command (among others). +\newcommand{\packageMathabx}{\ifx\frac\undefined \usepackage{mathabx} \else \relax \fi} % Avoid conflicts between "mathabx" and "wasysym", % and between "wasysym" integrals and "amsmath" integrals (iint). \newcommand{\packageWasysym}{
