SHA256
1
0
forked from pool/racket
Commit Graph

20 Commits

Author SHA256 Message Date
Kristoffer Gronlund
f7af936f58 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=40 2019-08-01 13:46:20 +00:00
Kristoffer Gronlund
844c917c04 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=39 2019-08-01 13:46:06 +00:00
Kristoffer Gronlund
99ba22e470 Add missing patch reference
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=38
2019-07-31 14:41:52 +00:00
Kristoffer Gronlund
8a0879d846 Accepting request 715632 from home:jbrielmaier:branches:devel:languages:misc
update to 7.3

OBS-URL: https://build.opensuse.org/request/show/715632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=37
2019-07-16 11:09:04 +00:00
Jonathan Brielmaier
93051f5cab Accepting request 691291 from home:Andreas_Schwab:Factory
- dont-strip.patch: don't strip libraries

OBS-URL: https://build.opensuse.org/request/show/691291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=35
2019-04-11 07:33:05 +00:00
Dr. Werner Fink
2bf44fc5c7 Accepting request 690638 from home:WernerFink:branches:devel:languages:misc
- Add patch racket-doc.patch to be able to split package into
  main and doc pacakges

OBS-URL: https://build.opensuse.org/request/show/690638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=33
2019-04-02 11:34:59 +00:00
Dr. Werner Fink
fc107ab268 Accepting request 690400 from home:WernerFink:branches:devel:languages:misc
- Add patch extflvector-length-inlined.patch from upstream commit
  80f84f21 to get extflvector-length work even on i586

- Spec file clean up
- Try to get it work on some ix86 CPU versions

- Require some missed libraries and certificates for build
  as well as for installation even if rmplint cries 
- Update to racket 7.2
  * The contract system supports collapsible contracts, which avoid
    repeated wrappers in certain pathological situations. Thanks to Daniel
    Feltey.
  * Quickscript, a scripting tool for DrRacket, has become part of the
    standard distribution. Thanks to Laurent Orseau.
  * The web server's built-in configuration for serving static files
    recognizes the ".mjs" extension for JavaScript modules.
  * The `data/enumerate` library supports an additional form of
    subtraction via `but-not/e`, following Yorgey and Foner's ICFP'18
    paper. Thanks to Max New.
  * The `letrec.rkt` example model in Redex has been changed to more
    closely match Racket, which led to some bug fixes in Racket's
    implementation of `letrec` and `set!`.
  * The racklog library has seen a number of improvements, including fixes
    to logic variable binding, logic variables containing predicates being
    applicable, and the introduction of an `%andmap` higher-order predicate.

OBS-URL: https://build.opensuse.org/request/show/690400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=32
2019-04-02 11:13:17 +00:00
Kristoffer Gronlund
7387d0223b Accepting request 652806 from home:olszewst:branches:devel:languages:misc
- Downgrade to Racket 7.1
  * 7.1.0.1 was only a snapshot release and is already gone from
    Racket mirrors

OBS-URL: https://build.opensuse.org/request/show/652806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=30
2018-11-30 12:32:20 +00:00
Kristoffer Gronlund
1af4743078 Accepting request 641853 from home:seanlew:branches:devel:languages:misc
Updated racket to 7.1.0.1

OBS-URL: https://build.opensuse.org/request/show/641853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=29
2018-11-22 09:20:28 +00:00
Kristoffer Gronlund
882a0bc4bf Accepting request 618919 from home:Andreas_Schwab:Factory
- gc-aarch64.patch: remove obsolete patch, this GC implementation is no
  longer used.

OBS-URL: https://build.opensuse.org/request/show/618919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=27
2018-06-25 12:56:04 +00:00
OBS User mrdocs
83fae900c7 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
2018-01-04 04:41:15 +00:00
Kristoffer Gronlund
dd29ca9212 Accepting request 530201 from home:olszewst:branches:devel:languages:misc
- Racket version bumped to 6.10.1.
- Spec changes
  * Drop --collectsdir in %configure in favour of --prefix (%configure
    would fail otherwise)
  * Drop 0-size file guard. This used to delete lock files (LOCKpkgs.rktd)
    lack of which would result in errors in many contexts, including
    basic usage of both DrRacket and raco (package manager)
  * Drop %_datadir/%name/collects from %dir, because parent folder is already
    included in another %dir entry. This fixes a warning about collects folder
    being listed twice.
  * Added reference to starter-sh.
  * Drop DrRacket's -singleInstance option from %suse_update_desktop_file. This
    option caused error messages coming from %suse_update_desktop_file itself.

OBS-URL: https://build.opensuse.org/request/show/530201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=23
2017-10-23 10:42:09 +00:00
Kristoffer Gronlund
6591774675 Accepting request 478786 from home:sfalken:branches:devel:languages:misc
- Edited %files to explicity package %{_docdir}/%{name} to clear
  unpackaged files builderror in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/478786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=21
2017-03-13 07:08:07 +00:00
Dominique Leuenberger
6ffb546246 Accepting request 416179 from devel:languages:misc
Update to racket 6.6 [replace sr 414971]

OBS-URL: https://build.opensuse.org/request/show/416179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/racket?expand=0&rev=1
2016-09-28 13:04:29 +00:00
Kristoffer Gronlund
533e2da395 Accepting request 415822 from home:jengelh:branches:devel:languages:misc
- Guard 0-size deletion by -type f, as other types can have
  size 0 too. Run spec-beautifier to bring (almost) all macro uses
  into same style.

OBS-URL: https://build.opensuse.org/request/show/415822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=19
2016-07-30 07:25:19 +00:00
Matthias Mailänder
dc21c5d631 Accepting request 414925 from home:KGronlund:branches:devel:languages:misc
Updated package to version 6.6.

OBS-URL: https://build.opensuse.org/request/show/414925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=18
2016-07-25 06:44:44 +00:00
Matthias Mailänder
73dab3d3e0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=17 2016-07-25 06:43:18 +00:00
Togan Muftuoglu
a09ef9a09f Accepting request 159571 from home:babelworx:ldig:branches:devel:languages:misc
license update: LGPL-2.1+ and GPL-3.0+
testsuite contains GPL-3.0+ licensed code

OBS-URL: https://build.opensuse.org/request/show/159571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=3
2013-03-15 15:13:15 +00:00
Togan Muftuoglu
918194625e Accepting request 155605 from home:toganm:branches:devel:languages:misc
- Update to 5.3.3 release for details see changelog.txt and News
  * This is a bug-fix release to address a flaw in DrRacket v5.3.2
    concerning interactions between the contour window and the syntax
    coloring.

OBS-URL: https://build.opensuse.org/request/show/155605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=2
2013-02-16 15:27:54 +00:00
OBS User mrdocs
2a66e01b0d Accepting request 151137 from home:toganm:testing
Racket is Lisp/scheme like language comes with lots goodies
with packages helping to learn programming or develop applications.

The intention is to submit Racket to Factory, so it can be part of the next
release after 12.3

Thanks

Togan

OBS-URL: https://build.opensuse.org/request/show/151137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=1
2013-02-05 18:30:59 +00:00