forked from pool/racket
Accepting request 1066660 from devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/1066660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/racket?expand=0&rev=24
This commit is contained in:
commit
e1b9cdd107
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76a7e66d47e73eb0dc3fca27fc818e36e1d4bffe74da263c5efe3b8801a30a01
|
|
||||||
size 33735466
|
|
3
racket-8.8-src.tgz
Normal file
3
racket-8.8-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:398422e2b42373e14e4e0f96da3d95cb5744247ba3f73ea99815fb693c2714ab
|
||||||
|
size 33786055
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 21:17:43 UTC 2023 - Fred Fu <moonsolo@gmail.com>
|
||||||
|
- 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 <SHIFT>-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 <schwab@suse.de>
|
Wed Dec 14 09:55:06 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package racket
|
# spec file for package racket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2012, 2013 Togan Muftuoglu toganm@opensuse.org
|
# Copyright (c) 2012, 2013 Togan Muftuoglu toganm@opensuse.org
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: racket
|
Name: racket
|
||||||
Version: 8.7
|
Version: 8.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scheme implementation with teaching tools
|
Summary: Scheme implementation with teaching tools
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user