forked from pool/racket
Accepting request 1104760 from home:elimat:branches:devel:languages:misc
- Update to 8.10: * syntax/parse no longer always compiles its patterns; this release includes an interpreter which is used to reduce code size * Racket includes primitives [im]mutable-string?, [im]mutable-bytes?, [im]mutable-vector?, [im]mutable-box?, and [im]mutable-hash? (cf. https://docs.racket-lang.org/reference/booleans.html#%28mod-path._racket%2Fmutability%29) * Redex adds judgment-form->rule-names (cf. https://docs.racket-lang.org/redex/reference.html#%28def._%28%28lib._redex%2Freduction-semantics..rkt%29._judgment-form-~3erule-names%29%29) * Fasl and compiled code allow fxvectors and flvectors * DrRacket allows #lang-specific customization of the definition navigation popdown (cf. https://docs.racket-lang.org/tools/drracket_language.html#%28idx._%28gentag._55._%28lib._scribblings%2Ftools%2Ftools..scrbl%29%29%29) * Racket and DrRacket include Finnish internationalization * Check Syntax binding arrows are drawn for names bound with define-local-member-name * Many other improvements and bug fixes are included, including to the scribble and plot packages - Remove config.sub since the fix is now included in upstream release OBS-URL: https://build.opensuse.org/request/show/1104760 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=73
This commit is contained in:
parent
4981bbb44c
commit
f42640d9f2
1907
config.sub
vendored
1907
config.sub
vendored
File diff suppressed because it is too large
Load Diff
3
racket-8.10-src.tgz
Normal file
3
racket-8.10-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e4963da2c17e7f6d57428bda1dcf64eda7437e2f26bb6cc48b47f417a3d93a3
|
||||||
|
size 33960563
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ae225e84e119f4cd1a47f1b16133568fc7d35c290c505495566d9dccefc5224
|
|
||||||
size 33879141
|
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 18 20:18:56 UTC 2023 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 8.10:
|
||||||
|
* syntax/parse no longer always compiles its patterns; this release
|
||||||
|
includes an interpreter which is used to reduce code size
|
||||||
|
* Racket includes primitives [im]mutable-string?, [im]mutable-bytes?,
|
||||||
|
[im]mutable-vector?, [im]mutable-box?, and [im]mutable-hash?
|
||||||
|
(cf.
|
||||||
|
https://docs.racket-lang.org/reference/booleans.html#%28mod-path._racket%2Fmutability%29)
|
||||||
|
* Redex adds judgment-form->rule-names (cf.
|
||||||
|
https://docs.racket-lang.org/redex/reference.html#%28def._%28%28lib._redex%2Freduction-semantics..rkt%29._judgment-form-~3erule-names%29%29)
|
||||||
|
* Fasl and compiled code allow fxvectors and flvectors
|
||||||
|
* DrRacket allows #lang-specific customization of the definition
|
||||||
|
navigation popdown (cf.
|
||||||
|
https://docs.racket-lang.org/tools/drracket_language.html#%28idx._%28gentag._55._%28lib._scribblings%2Ftools%2Ftools..scrbl%29%29%29)
|
||||||
|
* Racket and DrRacket include Finnish internationalization
|
||||||
|
* Check Syntax binding arrows are drawn for names bound with
|
||||||
|
define-local-member-name
|
||||||
|
* Many other improvements and bug fixes are included, including to
|
||||||
|
the scribble and plot packages
|
||||||
|
- Remove config.sub since the fix is now included in upstream release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 13 15:17:43 UTC 2023 - Fred Fu <moonsolo@gmail.com>
|
Sun May 13 15:17:43 UTC 2023 - Fred Fu <moonsolo@gmail.com>
|
||||||
- Update to 8.9:
|
- Update to 8.9:
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: racket
|
Name: racket
|
||||||
Version: 8.9
|
Version: 8.10
|
||||||
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
|
||||||
@ -27,7 +27,6 @@ URL: http://racket-lang.org
|
|||||||
Source0: http://download.racket-lang.org/installers/%{version}/%{name}-%{version}-src.tgz
|
Source0: http://download.racket-lang.org/installers/%{version}/%{name}-%{version}-src.tgz
|
||||||
Source2: racket-completion.bash
|
Source2: racket-completion.bash
|
||||||
Source3: racket-rpmlintrc
|
Source3: racket-rpmlintrc
|
||||||
Source4: config.sub
|
|
||||||
Patch0: racket-doc.patch
|
Patch0: racket-doc.patch
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
@ -125,8 +124,6 @@ compile and link programs which use Racket.
|
|||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
|
||||||
cp -p %{SOURCE2} src/
|
cp -p %{SOURCE2} src/
|
||||||
# gh#4520
|
|
||||||
cp -p %{SOURCE4} src/lt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src/
|
cd src/
|
||||||
|
Loading…
Reference in New Issue
Block a user