Revisions of guile

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 491048 from Peter Simons's avatar Peter Simons (psimons) (revision 51)
- Update to version 2.2.0:
  * guile-64bit.patch no longer applies. I haven't forward-ported
    it to the new version because it's not obvious to me whether
    this patch is still required in the new code base, which is 
    quite different [boo#1032881].
  * libguilereadline.so no longer exists.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 459095 from Peter Simons's avatar Peter Simons (psimons) (revision 50)
- Update to version 2.0.14:
  * Bug fixes
    + Builds of .go files and of Guile itself are now
      bit-reproducible
    + 'number->locale-string' and 'monetary-amount->locale-string'
      fixes
    + (system base target) now recognizes "sh3" as a
      cross-compilation target
    + Fix race condition in '00-repl-server.test'
    + 'scandir' from (ice-9 ftw) no longer calls 'stat' for each
      entry
  * Several documentation improvements
- Drop no longer needed patches:
  * guile-fake-buildstamp.patch
  * repl-server-test.patch
- Small packaging cleanup with help of spec-cleaner (forwarded request 458687 from pluskalm)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 337130 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 46)
- libguile require glibc-locale [bnc#948804]
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 290090 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 45)
- Cleanup spec file with spec-cleaner
- Add gpg signature (forwarded request 290074 from pluskalm)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 284164 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 44)
- use fake buildstamp [bnc#916347]
  + guile-fake-buildstamp.patch
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 43)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 231025 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 42)
- install libguile*-gdb.scm into
  %{_datadir}/gdb/auto-load%{_libdir}/  [bnc#874028]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228308 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 41)
- updated to 2.0.11:
   ** New GDB extension to support Guile
   ** Improved integration between R6RS and native Guile exceptions
   ** Support for HTTP proxies
   ** Lexical syntax improvements
   *** Support |...| symbol notation
   *** Support '#true' and '#false' notation for booleans.
   *** Recognize '#\escape' character name.
   *** Accept "\|" in string literals.
   ** Custom binary input ports now support 'setvbuf'.
   ** SRFI-4 predicates and length accessors no longer accept arrays.
   ** GUILE_PROGS now supports specifying a minimum required version.
   etc, see NEWS.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 40)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 164019 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
- updated to 2.0.9:
  ** New keyword arguments for procedures that open files
  ** Numerics improvements
  ** New optimizations
  ** `peek-char' no longer consumes EOF
  ** SLIB compatibility restored
  ** Better ,trace REPL command
  ** Better docstring syntax supported for `case-lambda'
  ** Improved handling of Unicode byte order marks
  etc. see NEWS for more/details
- removed unneeded gc-test.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 151404 from mrdocs's avatar mrdocs (revision 38)
 (forwarded request 151392 from Dmitry_R)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 37)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 145644 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 36)
- fixed build: net-db.test takes EAI_SYSTEM error by
  * net-db-test.patch [bnc#794696]
- turn off one test in gc.test
  * gc-test.patch
    http://lists.gnu.org/archive/html/bug-guile/2012-07/msg00069.html

- update to 2.0.7:
  * Notable changes
  ** SRFI-105 curly infix expressions are supported
  ** Reader options may now be per-port
  ** Futures may now be nested
  ** `GUILE_LOAD_PATH' et al can now add directories to the end of 
     the path
  ** `load-in-vicinity' search for `.go' files in `%load-compiled-path'
  ** Extension search order fixed, and LD_LIBRARY_PATH preserved
  ** Optimize calls to `equal?' or `eqv?' with a constant argument
  * Manual updates
  ** SRFI-9 records now documented under "Compound Data Types"
  ** (ice-9 and-let-star) and (ice-9 curried-definitions) now documented
  * New interfaces
  ** New "functional record setters" as a GNU extension of SRFI-9
  ** web: New `http-get*', `response-body-port', and `text-content-type?'
     procedures
  ** `string-split' accepts character sets and predicates
  ** R6RS SRFI support
  ** `define-public' is no a longer curried definition by default
  etc. see NEWS
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 133547 from mrdocs's avatar mrdocs (revision 35)
remove patch and document the fact (forwarded request 133489 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126570 from Petr Vanek's avatar Petr Vanek (subik) (revision 34)
- libffi-devel is more generic than specific gcc versions (that no longer
  exist in factory) (forwarded request 126563 from coolo)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 33)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 115224 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 32)
- mark this threads test as unresolved since it may produce false 
  negatives, depending on the behavior/timing of the garbage 
  collector. (forwarded request 115143 from k0da)
Displaying revisions 21 - 40 of 71
openSUSE Build Service is sponsored by