From 3fffa358ce7a2318643e562b8eb8ed4f95229a0ec82d28887112dc455c412323 Mon Sep 17 00:00:00 2001 From: Fred Fu Date: Mon, 1 Jan 2024 14:04:59 +0000 Subject: [PATCH] Accepting request 1135550 from home:dirkmueller:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 8.11.1: * This bug-fix release repairs a problem with building from source when using the “builtpkgs” source distribution the function call. * The copy-file library function supports permission-management arguments. - Update config.sub from upstream OBS-URL: https://build.opensuse.org/request/show/1135550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=78 --- racket-8.11-src.tgz | 3 --- racket-8.11.1-src.tgz | 3 +++ racket.changes | 47 +++++++++++++++++++++++++------------------ racket.spec | 2 +- 4 files changed, 31 insertions(+), 24 deletions(-) delete mode 100644 racket-8.11-src.tgz create mode 100644 racket-8.11.1-src.tgz diff --git a/racket-8.11-src.tgz b/racket-8.11-src.tgz deleted file mode 100644 index 0307af9..0000000 --- a/racket-8.11-src.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:948ad7993c939e4ee7e78ccebe5eea37c0a46e22a0623eba9377e0128964f77c -size 33995057 diff --git a/racket-8.11.1-src.tgz b/racket-8.11.1-src.tgz new file mode 100644 index 0000000..85003e3 --- /dev/null +++ b/racket-8.11.1-src.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59ab030b92a78e3589ec405c5d25fa517688c20990233bd68cb34568d654c05 +size 33996419 diff --git a/racket.changes b/racket.changes index 6c8c15a..60feac7 100644 --- a/racket.changes +++ b/racket.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 16 09:35:49 UTC 2023 - Dirk Müller + +- update to 8.11.1: + * This bug-fix release repairs a problem with building from source + when using the “builtpkgs” source distribution + ------------------------------------------------------------------- Wed Nov 15 18:17:43 UTC 2023 - Fred Fu @@ -100,7 +107,7 @@ Sun May 13 15:17:43 UTC 2023 - Fred Fu * TCP output block buffering implies TCP_NODELAY. (cf. 15.3.1 TCP 3) * Submodules and Check Syntax require arrows work better together. - + * Typed Racket's shallow check generation is improved. * Many other improvements and bug fixes are included! @@ -110,9 +117,9 @@ Wed Feb 15 21:17:43 UTC 2023 - Fred Fu - Update to 8.8: * The dependent contract form, ->i, supports a #:param element that specifies dependencies for parameter values that are set during the dynamic extent of - the function call. + the function call. - * The copy-file library function supports permission-management arguments. + * The copy-file library function supports permission-management arguments. * Pressing -return in DrRacket’s interactions window makes it easier to edit and enter expressions without sending them to be evaluated. @@ -128,7 +135,7 @@ Wed Feb 15 21:17:43 UTC 2023 - Fred Fu ------------------------------------------------------------------- Wed Dec 14 09:55:06 UTC 2022 - Andreas Schwab -- Update config.sub from upstream +- Update config.sub from upstream ------------------------------------------------------------------- Mon Dec 5 10:17:43 UTC 2022 - Fred Fu @@ -144,19 +151,19 @@ Mon Dec 5 10:17:43 UTC 2022 - Fred Fu * Programmers can disable definition shadowing using `(#%declare #:require=define)`. - + * The module dependency graphs available using raco dependencies-graph and DrRacket's Module browser are faster and have new package filtering support. - + * DrRacket is more responsive when killing programs that produce a lot of output. - + * Plot 3D allows negative altitude values (e.g., looking at the plot from "below"). - + * The `scriblib/bibtex` and `scriblib/autobib` libraries support DOIs. - + * There are many other repairs and improvements! ------------------------------------------------------------------- @@ -220,35 +227,35 @@ Sun May 8 18:26:11 UTC 2022 - Fred Fu - Update to 8.5: * Racket's new `-y` flag automatically keeps compiled files up to date, reducing subsequent load times. - + * Error-message realms allow Racket-hosted languages to adapt and rewrite error messages to make sense in a particular context. - + * Nonprivileged users can control package installation scope using an "other-version" directory in the addon-dir. - + * Racket CS runs on platforms where native-code generation is not currently supported (e.g., s390x or ppc64). See "README.txt" in the source distribution for more information on the --enable-pb flag to configure. - + * DrRacket's new 'Reopen Closed Tab' file menu item will open previously closed tabs. - + * Typed Racket has support for the `xml` library; use `typed/xml`. - + * Rackunit reports source locations for failed test cases in the Typed Racket language. - + * Plot has violin plots and improved box-and-whisker plots. - + * Boxes are supported alongside lists, vectors etc. in place-channel messages. - + * Those who manually configure Racket CS to use Zlib compression for compiled code should be aware of CVE-2018-25032; the next release and the current snapshot builds use a newer, safer version of zlib. - + * The release includes many other repairs and changes! - Spec changes: @@ -260,7 +267,7 @@ Sun May 8 18:26:11 UTC 2022 - Fred Fu Sat Apr 16 15:26:11 UTC 2022 - Fred Fu - Fix bug for boo#1198475 * add a new build dependency, `ncurses-devel`, to enable `expeditor` - + ------------------------------------------------------------------- Sun Mar 6 15:26:11 UTC 2022 - Fred Fu - Update to 8.4: diff --git a/racket.spec b/racket.spec index 985a6e1..f00746d 100644 --- a/racket.spec +++ b/racket.spec @@ -18,7 +18,7 @@ Name: racket -Version: 8.11 +Version: 8.11.1 Release: 0 Summary: Scheme implementation with teaching tools License: Apache-2.0 OR MIT