SHA256
1
0
forked from pool/racket

Accepting request 560973 from home:KGronlund:branches:devel:languages:misc

- Update to Racket 6.11
  * Typed Racket supports refinement types and dependent function types.
  * DrRacket’s Program Contour is significantly more efficient
  * The web-server/formlets library produces formlets that are serializable
  * The db library supports the Cassandra database
- Ensure more system resources when building package

OBS-URL: https://build.opensuse.org/request/show/560973
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=25
This commit is contained in:
OBS User mrdocs 2018-01-04 04:41:15 +00:00 committed by Git OBS Bridge
parent dd29ca9212
commit 83fae900c7
5 changed files with 23 additions and 4 deletions

9
_constraints Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<processors>4</processors>
<memory>
<size unit="G">4</size>
</memory>
</hardware>
</constraints>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca96a5b70201398fad5cf37e501dee51b8186acc6353cf9f101d37344377f6c
size 22239896

3
racket-6.11-src.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c0f57a5f65d4e535ef079055447ef4cbb89dfda1e4988f1a25212d10b3867da
size 22289728

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 27 08:46:28 UTC 2017 - kgronlund@suse.com
- Update to Racket 6.11
* Typed Racket supports refinement types and dependent function types.
* DrRackets Program Contour is significantly more efficient
* The web-server/formlets library produces formlets that are serializable
* The db library supports the Cassandra database
- Ensure more system resources when building package
-------------------------------------------------------------------
Sun Sep 24 21:10:21 UTC 2017 - olszewst@gmail.com

View File

@ -18,7 +18,7 @@
Name: racket
Version: 6.10.1
Version: 6.11
Release: 0
Summary: Scheme implementation with teaching tools
License: LGPL-2.1+ and GPL-3.0+