Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package racket for openSUSE:Factory checked in at 2024-05-29 19:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/racket (Old) and /work/SRC/openSUSE:Factory/.racket.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "racket" Wed May 29 19:35:53 2024 rev:31 rq:1177382 version:8.13 Changes: -------- --- /work/SRC/openSUSE:Factory/racket/racket.changes 2024-04-10 17:49:53.259363525 +0200 +++ /work/SRC/openSUSE:Factory/.racket.new.24587/racket.changes 2024-05-29 19:36:10.941206701 +0200 @@ -1,0 +2,68 @@ +Fri May 24 13:46:41 UTC 2024 - Martin Schreiner <martin.schrei...@suse.com> + +- Update to 8.13. + +- Changes from 8.13: + * The racket/treelist and racket/mutable-treelist libraries provide + list-like containers that support many operations in effectively + constant time, including appending and extracting sub-lists without + mutating the given list. Treelists are implemented as RRB Vectors, + invented by Stucki, Riompf, Ureche, and Bagwell. + + * The hash-filter-keys and hash-filter-values functions allow users + to filter hashes using a predicate on either keys or values. + + * The vector-extend and vector*-extend functions provide a way to + pre-populate the prefix of a newly allocated vector using the + elements of an existing vector. + + * Command-line raco setup, package update, and package installation + use terminal control (when available) to show what they are working + on more compactly and with a progress bar. + + * Racket v8.13 uses Unicode 15.1 for character and string + operations. + + * Machine-specific cross-module optimization allows improved support for + static generation of foreign-function bindings. + + * The scribble/acmart language uses v2.01, which avoids errors + concerning the hyperref package in some latex installations. + +- Changes from 8.12: + * The "Die Macht der Abstraktion" language levels are no longer + present, replaced by the "Schreibe dein Programm" language levels + which have been available for several years. + + * The release fixes a problem with the binding structure of the + for/fold form in the rare situation when an iteration clause + identifier shadowed an accumulator identifier. This change may break + code that depends on the old binding structure. + + * Racket automatically sets the close-on-exec flag when opening a file, on + systems where this is available. This change lowers the cost of avoiding + problems that can occur when file descriptors become accidentally shared + between processes. + + * Match includes hash and hash* patterns. + + * The vector-set/copy function allows creation of a new vector that + differs at only one index. This change also adds vector-append and + vector-copy primitives. + + * The pregexp-quote function brings the functionality of + regexp-quote to pregexps. + + * The C FFI convention-based converter supports PascalCase and + camelCase in addition to an underscore-based convention. + + * The racket/case library allows case-like forms that use different + equality comparisons, such as eq? and equal-always?. + + * Scribble rendering to HTML adds linking and information buttons + when hovering over heading titles. + + * The interval-map data structure supports iterator functions in the + style of gen:ordered-dict. + +------------------------------------------------------------------- Old: ---- racket-8.11.1-src.tgz New: ---- racket-8.13-src.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ racket.spec ++++++ --- /var/tmp/diff_new_pack.tw0ZBo/_old 2024-05-29 19:36:11.913241905 +0200 +++ /var/tmp/diff_new_pack.tw0ZBo/_new 2024-05-29 19:36:11.917242050 +0200 @@ -18,7 +18,7 @@ Name: racket -Version: 8.11.1 +Version: 8.13 Release: 0 Summary: Scheme implementation with teaching tools License: Apache-2.0 OR MIT ++++++ racket-8.11.1-src.tgz -> racket-8.13-src.tgz ++++++ /work/SRC/openSUSE:Factory/racket/racket-8.11.1-src.tgz /work/SRC/openSUSE:Factory/.racket.new.24587/racket-8.13-src.tgz differ: char 5, line 1