diff --git a/racket-8.7-src.tgz b/racket-8.7-src.tgz deleted file mode 100644 index 98ac8e7..0000000 --- a/racket-8.7-src.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76a7e66d47e73eb0dc3fca27fc818e36e1d4bffe74da263c5efe3b8801a30a01 -size 33735466 diff --git a/racket-8.8-src.tgz b/racket-8.8-src.tgz new file mode 100644 index 0000000..a66047f --- /dev/null +++ b/racket-8.8-src.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398422e2b42373e14e4e0f96da3d95cb5744247ba3f73ea99815fb693c2714ab +size 33786055 diff --git a/racket.changes b/racket.changes index f42015b..c26260f 100644 --- a/racket.changes +++ b/racket.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 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. + + * The numeric comparison operators (=, etc.) require at least two arguments in + the “How To Design Programs” teaching languages. + + * Redex has improved typesetting when customized renders are used in certain + multi-line situations. + + * We have fixed many bugs, and written lots of documentation. + ------------------------------------------------------------------- Wed Dec 14 09:55:06 UTC 2022 - Andreas Schwab diff --git a/racket.spec b/racket.spec index 209577d..68cd82d 100644 --- a/racket.spec +++ b/racket.spec @@ -1,7 +1,7 @@ # # spec file for package racket # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2012, 2013 Togan Muftuoglu toganm@opensuse.org # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: racket -Version: 8.7 +Version: 8.8 Release: 0 Summary: Scheme implementation with teaching tools License: Apache-2.0 OR MIT