Commit Graph

130 Commits

Author SHA256 Message Date
270d8468dc + guile-fake-buildstamp.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=72
2015-02-05 10:19:40 +00:00
d354e77103 - use fake buildstamp [bnc#916347]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=71
2015-02-05 10:11:51 +00:00
15dca88a6f OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=70 2015-02-05 10:11:20 +00:00
Stephan Kulow
7d5529af53 Accepting request 231025 from devel:languages:misc
- install libguile*-gdb.scm into
  %{_datadir}/gdb/auto-load%{_libdir}/  [bnc#874028]

OBS-URL: https://build.opensuse.org/request/show/231025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=42
2014-04-26 04:04:53 +00:00
bce224f168 - install libguile*-gdb.scm into
%{_datadir}/gdb/auto-load%{_libdir}/  [bnc#874028]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=68
2014-04-22 12:42:59 +00:00
Stephan Kulow
abade750c5 Accepting request 228308 from devel:languages:misc
- 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.

OBS-URL: https://build.opensuse.org/request/show/228308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=41
2014-04-03 14:38:37 +00:00
faff252f94 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=66
2014-03-31 11:35:45 +00:00
Stephan Kulow
5720418649 Accepting request 164019 from devel:languages:misc
- 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

OBS-URL: https://build.opensuse.org/request/show/164019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=39
2013-04-17 05:00:41 +00:00
0ed3cab3b5 - removed unneeded gc-test.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=64
2013-04-15 07:00:05 +00:00
37d2b104e4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=63 2013-04-15 06:59:21 +00:00
f692d9aa6f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=62
2013-04-15 06:55:10 +00:00
Stephan Kulow
bfbd7819c2 Accepting request 151404 from devel:languages:misc
(forwarded request 151392 from Dmitry_R)

OBS-URL: https://build.opensuse.org/request/show/151404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=38
2013-02-07 09:22:30 +00:00
OBS User mrdocs
79fb62cb1a Accepting request 151392 from home:Dmitry_R:branches:devel:languages:misc
OBS-URL: https://build.opensuse.org/request/show/151392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=60
2013-02-05 23:09:18 +00:00
Stephan Kulow
1929fec514 Accepting request 145644 from devel:languages:misc
- 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

OBS-URL: https://build.opensuse.org/request/show/145644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=36
2012-12-19 09:57:04 +00:00
8f13401ed8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=58
2012-12-17 12:22:06 +00:00
07febc843a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=57
2012-12-03 13:29:25 +00:00
Stephan Kulow
31ce3363e1 Accepting request 133547 from devel:languages:misc
remove patch and document the fact (forwarded request 133489 from coolo)

OBS-URL: https://build.opensuse.org/request/show/133547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=35
2012-09-11 07:06:45 +00:00
OBS User mrdocs
f746a89516 Accepting request 133489 from home:coolo:branches:openSUSE:Factory
remove patch and document the fact

OBS-URL: https://build.opensuse.org/request/show/133489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=55
2012-09-10 20:16:12 +00:00
e4cf7efc96 - update to 2.0.6:
* Notable changes
  ** New optimization pass: common subexpression elimination (CSE)
  ** Improvements to the partial evaluator
  ** Run finalizers asynchronously in asyncs
  ** Update SRFI-14 character sets to Unicode 6.1
  ** Better source information for datums
  ** Improved error and warning messages
  ** A few important bug fixes in the HTTP modules.
  ** Pretty-print improvements
  ** Fix memory leak involving applicable SMOBs
  ** Support for HTTP/1.1 chunked transfer coding
  ** Micro-optimizations
  ** Incompatible change to `scandir'
  * New interfaces
  ** New C function: `scm_to_pointer'
  ** New C inline functions: `scm_new_smob', `scm_new_double_smob'
  ** (ice-9 format): Add ~h specifier for localized number output.
  ** (web response): New procedure: `response-must-not-include-body?'
  ** New predicate: 'supports-source-properties?'
  ** New C helpers: `scm_c_values', `scm_c_nvalues'
  ** Newly public inline C function: `scm_unget_byte'
  ** (language tree-il): New functions: `tree-il=?', `tree-il-hash'
  ** New fluid: `%default-port-conversion-strategy'
  ** New syntax: `=>' within `case'
  ** (web http): `make-chunked-input-port', `make-chunked-output-port'
  ** (web http): `declare-opaque-header!'
  * New deprecations
  ** `close-io-port' deprecated
  ** `scm_sym2var' deprecated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=54
2012-07-11 07:45:20 +00:00
Stephan Kulow
95a4857ac7 Accepting request 126570 from devel:languages:misc
- libffi-devel is more generic than specific gcc versions (that no longer
  exist in factory) (forwarded request 126563 from coolo)

OBS-URL: https://build.opensuse.org/request/show/126570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=34
2012-06-29 11:22:46 +00:00
Petr Vanek
cce0319822 Accepting request 126563 from home:coolo:branches:openSUSE:Factory
- libffi-devel is more generic than specific gcc versions (that no longer
  exist in factory)

OBS-URL: https://build.opensuse.org/request/show/126563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=52
2012-06-29 09:58:12 +00:00
Stephan Kulow
e4054ae235 Accepting request 115224 from devel:languages:misc
- 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)

OBS-URL: https://build.opensuse.org/request/show/115224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=32
2012-05-03 08:56:51 +00:00
a00c267dd6 Accepting request 115143 from home:k0da:ppc
- mark this threads test as unresolved since it may produce false 
  negatives, depending on the behavior/timing of the garbage 
  collector.

OBS-URL: https://build.opensuse.org/request/show/115143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=50
2012-04-24 14:30:10 +00:00
Stephan Kulow
deb463f8e6 Accepting request 103900 from devel:languages:misc
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=31
2012-02-14 12:06:01 +00:00
cd9a57d633 - update to 2.0.5:
** Better debuggability for interpreted procedures.
  ** Support for cross-compilation.
  ** The return of `local-eval'.
  ** Fluids can now have default values.
  ** Garbage collector tuning.
  *** Unmanaged allocation
  * etc. see NEWS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=47
2012-01-31 16:26:43 +00:00
Stephan Kulow
621e9ccdac Accepting request 100605 from devel:languages:misc
- don't conflict with guile1 [bnc#724917]

OBS-URL: https://build.opensuse.org/request/show/100605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=30
2012-01-19 09:34:55 +00:00
b3f6e52d84 - don't conflict with guile1 [bnc#724917]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=44
2012-01-18 16:23:03 +00:00
Stephan Kulow
0e97b52d73 Accepting request 96329 from devel:languages:misc
Push all changes from devel project to Factory

OBS-URL: https://build.opensuse.org/request/show/96329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=29
2011-12-20 13:30:04 +00:00
Petr Vanek
d0e89b0e9a Accepting request 96087 from home:dimstar:branches:GNOME:Factory
Remove those nasty .la files... their existance breaks for example aisleriot at the moment (Alternative solution would be to Require ltdl-devel from guile-devel package.)

OBS-URL: https://build.opensuse.org/request/show/96087
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=42
2011-12-09 11:33:34 +00:00
Stephan Kulow
047518f7f9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=41 2011-12-03 20:44:49 +00:00
Stephan Kulow
178982e725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=40 2011-12-03 20:44:07 +00:00
Stephan Kulow
3c255369d7 - buildrequire ltdl-devel
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=39
2011-12-03 20:43:47 +00:00
Stephan Kulow
d5de94b381 Accepting request 94155 from devel:languages:misc
- splitted out guile-modules-2_0 package [bnc#722306]

OBS-URL: https://build.opensuse.org/request/show/94155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=28
2011-12-02 08:26:57 +00:00
44f6f92459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=36 2011-11-29 11:06:52 +00:00
bc51c23833 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=35 2011-11-28 18:37:03 +00:00
da05e4a272 - splitted out guile-modules-2_0 package [bnc#722306]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=34
2011-11-28 17:19:17 +00:00
41d03180d1 - splitted out guile-modules-2_0 package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=33
2011-11-28 15:53:23 +00:00
Stephan Kulow
6f77444c66 Accepting request 93925 from devel:languages:misc
- ignore result of gc test
  * turn-off-gc-test.patch

- updated to 2.0.3:
  ** Guile has a new optimizer, `peval'.
  ** New module: `(web client)', a simple synchronous web client.
  ** Users can now install compiled `.go' files.
  ** Remove Front-Cover and Back-Cover text from the manual.
  ** More helpful `guild help'.
  ** New macro: `define-syntax-rule'
  ** The `,time' REPL meta-command now has more precision.
  ** `(ice-9 match)' can now match records.
  ** New module: `(language tree-il debug)'.
  ** New functions: `scm_is_exact', `scm_is_inexact'.
  ** Fix order of importing modules and resolving duplicates handlers.
  ** Fix a number of bugs involving extended (merged) generics.
  ** Fix invocation of merge-generics duplicate handler.
  ** Fix write beyond array end in arrays.c.
  ** Fix read beyond end of hashtable size array in hashtab.c.
  ** (web http): Locale-independent parsing and serialization of dates.
  ** Ensure presence of Host header in HTTP/1.1 requests.
  ** Fix take-right and drop-right for improper lists.
  ** Fix leak in get_current_locale().
  ** Fix recursive define-inlinable expansions.
  ** Check that srfi-1 procedure arguments are procedures.
  ** Fix r6rs `map' for multiple returns.
  ** Fix scm_tmpfile leak on POSIX platforms.
  ** Fix a couple of leaks (objcode->bytecode, make-boot-program).
  ** Fix guile-lib back-compatibility for module-stexi-documentation.
  ** Fix --listen option to allow other ports.

OBS-URL: https://build.opensuse.org/request/show/93925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=27
2011-11-28 11:53:29 +00:00
cea3f06cac - ignore result of gc test
* turn-off-gc-test.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=30
2011-11-28 08:35:47 +00:00
53097f3ff7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=29 2011-11-28 08:34:00 +00:00
b7af7f8f4f - updated to 2.0.3:
** Guile has a new optimizer, `peval'.
  ** New module: `(web client)', a simple synchronous web client.
  ** Users can now install compiled `.go' files.
  ** Remove Front-Cover and Back-Cover text from the manual.
  ** More helpful `guild help'.
  ** New macro: `define-syntax-rule'
  ** The `,time' REPL meta-command now has more precision.
  ** `(ice-9 match)' can now match records.
  ** New module: `(language tree-il debug)'.
  ** New functions: `scm_is_exact', `scm_is_inexact'.
  ** Fix order of importing modules and resolving duplicates handlers.
  ** Fix a number of bugs involving extended (merged) generics.
  ** Fix invocation of merge-generics duplicate handler.
  ** Fix write beyond array end in arrays.c.
  ** Fix read beyond end of hashtable size array in hashtab.c.
  ** (web http): Locale-independent parsing and serialization of dates.
  ** Ensure presence of Host header in HTTP/1.1 requests.
  ** Fix take-right and drop-right for improper lists.
  ** Fix leak in get_current_locale().
  ** Fix recursive define-inlinable expansions.
  ** Check that srfi-1 procedure arguments are procedures.
  ** Fix r6rs `map' for multiple returns.
  ** Fix scm_tmpfile leak on POSIX platforms.
  ** Fix a couple of leaks (objcode->bytecode, make-boot-program).
  ** Fix guile-lib back-compatibility for module-stexi-documentation.
  ** Fix --listen option to allow other ports.
  ** Fix scm_to_latin1_stringn for substrings.
  ** Fix compilation of untyped arrays of rank not 1.
  ** Fix unparse-tree-il of <dynset>.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=28
2011-11-15 14:46:13 +00:00
7cb996b29f OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=27 2011-11-15 14:40:21 +00:00
39da950805 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=26 2011-10-24 08:28:36 +00:00
Lars Vogdt
8f42c9a28b Accepting request 88026 from devel:languages:misc
Own site folder... should fix slib install and even more down the road, building of gnucash (forwarded request 87838 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/88026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=25
2011-10-16 10:48:58 +00:00
OBS User mrdocs
763081579f Accepting request 87838 from home:dimstar:branches:GNOME:Apps
Own site folder... should fix slib install and even more down the road, building of gnucash

OBS-URL: https://build.opensuse.org/request/show/87838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=24
2011-10-15 18:41:39 +00:00
Lars Vogdt
4fa70e730e Accepting request 86872 from devel:languages:misc
- guile-devel requires guile [bnc#722306]

OBS-URL: https://build.opensuse.org/request/show/86872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=24
2011-10-06 14:03:15 +00:00
d42c760f28 - guile-devel requires guile [bnc#722306]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=21
2011-10-06 07:22:26 +00:00
7967d71fde OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=20 2011-10-06 06:50:49 +00:00
Ruediger Oertel
b18bcc3582 Accepting request 86481 from devel:languages:misc
- Split off libguile-2_0-22 and libguilereadline-v-18-18 packages in
  preparation for bthe submission of legacy package guile.
- Cleaned spec file.

OBS-URL: https://build.opensuse.org/request/show/86481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=23
2011-10-04 16:11:27 +00:00
9666647325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=17 2011-10-04 09:13:22 +00:00