Matthias Mailänder
2016-07-25 06:43:18 +00:00
committed by Git OBS Bridge
parent a09ef9a09f
commit 73dab3d3e0
8 changed files with 235 additions and 61 deletions

View File

@@ -1,3 +1,67 @@
-------------------------------------------------------------------
Sat May 3 01:37:00 UTC 2014 - MihailJP
- Spec changes
* Collection 'config' should be included in main package
-------------------------------------------------------------------
Sat Aug 10 13:58:09 UTC 2013 - toganm@opensuse.org
- Update to Racket 5.3.6
* This is a bug fix release. It eliminates errors from v5.3.5
that people have found over the summer.
- Spec changes
* remove libpng16.patch and libpng16-adjustment.patch
* rather then use of mirrors for source downloads use the main
site as mirrors are not uptodate
-------------------------------------------------------------------
Tue Jun 18 12:13:38 UTC 2013 - toganm@opensuse.org
- Update to Racket v5.3.5
* This is a special-purpose release to match the arrival of "Realm of
Racket" in bookstores. Racket v.5.3.5 adds a single `realm'
collection to the v5.3.4 release. The new collection contains the
source code that readers of Realm may wish to use for experiments.
- Add racket to the requires of webserver subpackage
-------------------------------------------------------------------
Fri May 17 06:16:25 UTC 2013 - toganm@opensuse.org
- Added backported patches libpn16.patch and libpng16-adjustment.patch
correcting libpn16
- Fix randomly generated mode 666 documentation files
-------------------------------------------------------------------
Tue May 14 14:33:37 UTC 2013 - toganm@opensuse.org
- Update to 5.3.4 release for details see changelog.txt and News
* Extflonums (80-bit floating-point numbers) are supported on some
x86/x86_64 platforms -- including Windows, and including platforms
where Racket is compiled to use SSE instructions for flonum
arithmetic. Thanks to Michael Filonenko.
* Tally Maze: a new game based an enumeration of 2d mazes.
* The Optimization Coach, a DrRacket plugin, has been moved from the
Racket distribution to the Racket package repository. Install it
with: raco pkg install optimization-coach
* Redex: `define-union-language' now merges productions when
languages define the same nonterminals. Thanks to William Bowman.
* The `srfi/19' library is now compatible with the date structure
type exported by `racket/base'.
- Packaging changes
* 0001-Fix-install-path-for-doc-and-collects.patch based on debian
patch but correct doc install directory as well, this patch also
enable the removal of 0001-pkg-collects-path.patch
* For Factory use libpng12 as racket is not compatible with
libpng16
* Include libtools to BuildRequires, not to depend on bundled software
in the source package
* Include full URL for the source package
-------------------------------------------------------------------
Fri Mar 15 15:04:42 UTC 2013 - cfarrell@suse.com