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-08-13 22:37:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/racket (Old) and /work/SRC/openSUSE:Factory/.racket.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "racket" Sat Aug 13 22:37:07 2022 rev:20 rq:994883 version:8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/racket/racket.changes 2022-06-09 14:12:12.700561730 +0200 +++ /work/SRC/openSUSE:Factory/.racket.new.1521/racket.changes 2022-08-13 22:37:09.178718493 +0200 @@ -0,0 +1,44 @@ +------------------------------------------------------------------------- +Fri Aug 12 21:26:11 UTC 2022 - Fred Fu <[email protected]> + +- Update to 8.6: + * Racket has an ???equal-always???? primitive that equates values that will stay + the same even if mutated. See + https://docs.racket-lang.org/reference/Equality.html#%28def.%28%28quote.~23~25kernel%29._equal-always~3f%29%29 + + * This release uses a new build system, Zuo, which is implemented as a little + language, in accordance with the ideas of Language Oriented Programming + (LOP). The implementation has a single C file (plus libraries implemented in + Zuo), so it compiles easily. The zuo/build library is modeled on make and + Shake for tracking dependencies and build steps. See + https://docs.racket-lang.org/zuo/index.html and + https://racket.discourse.group/t/new-build-system-pushed-to-git-repo/873 + + * Racket supports stencil vectors, which associate a virtual bitmask with a + vector, enabling certain mask-equipped update operations. See + https://docs.racket-lang.org/reference/stencil_vectors.html + + * Racket supports Arm64 machines running Windows. + + * Redex has support for simultaneous substitutions. See + https://docs.racket-lang.org/redex/reference.html#%28form._%28%28lib._redex%2Freduction-semantics..rkt%29._substitute%29%29 + + * The Web Server provides control over the maximum number of concurrent + connections via its ???safety limits??? construct. See + https://docs.racket-lang.org/web-server-internal/dispatch-server-unit.html#%28part._safety-limits%29 + + * The Web Server has improved logging performance and improved request parsing performance, reducing tail latencies. + + * The Web Server supports logging response status code via + web-server/dispatchers/dispatch-logresp. See + https://docs.racket-lang.org/web-server-internal/dispatch-logresp.html + + * The db library supports custom types for PostgreSQL connections; see + pg-custom-type for details. See + https://docs.racket-lang.org/db/util.html#%28def._%28%28lib._db%2Futil%2Fpostgresql..rkt%29._pg-custom-type%29%29 + + * The release includes many other repairs and changes! + +- Remove patch racket-amsmath-mathabx.patch, since the conflict between modern + amsmath and mathabx LaTeX styles has been resolved in the upstream + Old: ---- racket-8.5-src.tgz racket-amsmath-mathabx.patch New: ---- racket-8.6-src.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ racket.spec ++++++ --- /var/tmp/diff_new_pack.EBeNro/_old 2022-08-13 22:37:10.046720688 +0200 +++ /var/tmp/diff_new_pack.EBeNro/_new 2022-08-13 22:37:10.050720697 +0200 @@ -18,7 +18,7 @@ Name: racket -Version: 8.5 +Version: 8.6 Release: 0 Summary: Scheme implementation with teaching tools License: Apache-2.0 OR MIT @@ -28,7 +28,6 @@ Source2: racket-completion.bash Source3: racket-rpmlintrc Patch0: racket-doc.patch -Patch1: racket-amsmath-mathabx.patch BuildRequires: ImageMagick BuildRequires: ca-certificates BuildRequires: chrpath @@ -123,7 +122,6 @@ %prep %setup -q %patch0 -p0 -%patch1 -p0 cp -p %{SOURCE2} src/ ++++++ racket-8.5-src.tgz -> racket-8.6-src.tgz ++++++ /work/SRC/openSUSE:Factory/racket/racket-8.5-src.tgz /work/SRC/openSUSE:Factory/.racket.new.1521/racket-8.6-src.tgz differ: char 5, line 1
