File guile.changes of Package guile
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Sun Oct 21 17:56:40 UTC 2018 - tdevries@suse.com
3
4
- Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals
5
where appropriate [bsc#1110085]
6
* guile-use-utf8.patch
7
- Add standalone test test-ja_JP.sjis [bsc#1110085]
8
* guile-add-test-ja_JP.sjis.patch
9
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33044#43
10
11
-------------------------------------------------------------------
12
Wed Feb 28 14:51:38 UTC 2018 - tchvatal@suse.com
13
14
- Add back the require on gc-devel as it is still needed for the
15
non .pc using packages (eg autotools)
16
17
-------------------------------------------------------------------
18
Wed Feb 28 12:37:54 UTC 2018 - tchvatal@suse.com
19
20
- Add patch from Fedora not to link to libgc in all consumer libs:
21
* guile-2.0.14-gc_pkgconfig_private.patch
22
- Add _constraints file to ensure we can build properly
23
24
-------------------------------------------------------------------
25
Wed Feb 28 12:35:01 UTC 2018 - tchvatal@suse.com
26
27
- Format with spec-cleaner
28
- Fix build with new glibc 2.27 bsc#1079837:
29
* guile-disable-int-tests.patch
30
- Use %license macro to install license
31
32
-------------------------------------------------------------------
33
Fri Feb 17 12:45:52 UTC 2017 - mpluskal@suse.com
34
35
- Update to version 2.0.14:
36
* Bug fixes
37
+ Builds of .go files and of Guile itself are now
38
bit-reproducible
39
+ 'number->locale-string' and 'monetary-amount->locale-string'
40
fixes
41
+ (system base target) now recognizes "sh3" as a
42
cross-compilation target
43
+ Fix race condition in '00-repl-server.test'
44
+ 'scandir' from (ice-9 ftw) no longer calls 'stat' for each
45
entry
46
* Several documentation improvements
47
- Drop no longer needed patches:
48
* guile-fake-buildstamp.patch
49
* repl-server-test.patch
50
- Small packaging cleanup with help of spec-cleaner
51
52
-------------------------------------------------------------------
53
Tue Nov 8 11:14:02 UTC 2016 - schwab@suse.de
54
55
- repl-server-test.patch: fix race in 00-repl-server.test
56
57
-------------------------------------------------------------------
58
Sat Oct 15 14:55:17 UTC 2016 - mpluskal@suse.com
59
60
- Update to version 2.0.13
61
* Security fixes
62
+ CVE-2016-8606: REPL server now protects against HTTP
63
inter-protocol attacks
64
+ CVE-2016-8605: 'mkdir' procedure no longer calls umask(2)
65
* Several bugfixes and improvements (for details see NEWS file)
66
- Fetch keyring from savannah
67
- Use https for all urls
68
69
-------------------------------------------------------------------
70
Thu Jul 21 12:25:52 UTC 2016 - sleep_walker@opensuse.org
71
72
- updated to 2.0.12:
73
** FFI: Add support for functions that set 'errno'
74
** The #!r6rs directive now influences read syntax
75
** 'read' now accepts "\(" as equivalent to "("
76
** SRFI-14 character data set upgraded to Unicode 8.0.0
77
** SRFI-19 table of leap seconds updated
78
** 'string-hash', 'read-string', and 'write' have been optimized
79
** GOOPS bug fix for inherited accessor methods
80
81
for complete list of changes see NEWS
82
83
- refreshed patches
84
- add key of Andy Wingo to guile.keyring
85
86
-------------------------------------------------------------------
87
Wed Oct 7 14:23:10 UTC 2015 - pgajdos@suse.com
88
89
- libguile require glibc-locale [bnc#948804]
90
91
-------------------------------------------------------------------
92
Mon Mar 9 20:07:48 UTC 2015 - mpluskal@suse.com
93
94
- Cleanup spec file with spec-cleaner
95
- Add gpg signature
96
97
-------------------------------------------------------------------
98
Thu Feb 5 10:11:21 UTC 2015 - pgajdos@suse.com
99
100
- use fake buildstamp [bnc#916347]
101
+ guile-fake-buildstamp.patch
102
103
-------------------------------------------------------------------
104
Tue Apr 22 12:17:08 UTC 2014 - pgajdos@suse.com
105
106
- install libguile*-gdb.scm into
107
%{_datadir}/gdb/auto-load%{_libdir}/ [bnc#874028]
108
109
-------------------------------------------------------------------
110
Mon Mar 31 11:33:15 UTC 2014 - pgajdos@suse.com
111
112
- updated to 2.0.11:
113
** New GDB extension to support Guile
114
** Improved integration between R6RS and native Guile exceptions
115
** Support for HTTP proxies
116
** Lexical syntax improvements
117
*** Support |...| symbol notation
118
*** Support '#true' and '#false' notation for booleans.
119
*** Recognize '#\escape' character name.
120
*** Accept "\|" in string literals.
121
** Custom binary input ports now support 'setvbuf'.
122
** SRFI-4 predicates and length accessors no longer accept arrays.
123
** GUILE_PROGS now supports specifying a minimum required version.
124
etc, see NEWS.
125
126
-------------------------------------------------------------------
127
Mon Apr 15 06:51:08 UTC 2013 - pgajdos@suse.com
128
129
- updated to 2.0.9:
130
** New keyword arguments for procedures that open files
131
** Numerics improvements
132
** New optimizations
133
** `peek-char' no longer consumes EOF
134
** SLIB compatibility restored
135
** Better ,trace REPL command
136
** Better docstring syntax supported for `case-lambda'
137
** Improved handling of Unicode byte order marks
138
etc. see NEWS for more/details
139
- removed unneeded gc-test.patch
140
141
-------------------------------------------------------------------
142
Tue Feb 5 18:36:49 UTC 2013 - dmitry_r@opensuse.org
143
144
- move .so file to libguilereadline package [bnc#765436]
145
146
-------------------------------------------------------------------
147
Mon Dec 17 08:15:45 UTC 2012 - pgajdos@suse.com
148
149
- fixed build: net-db.test takes EAI_SYSTEM error by
150
* net-db-test.patch [bnc#794696]
151
- turn off one test in gc.test
152
* gc-test.patch
153
http://lists.gnu.org/archive/html/bug-guile/2012-07/msg00069.html
154
155
-------------------------------------------------------------------
156
Mon Dec 3 09:20:21 UTC 2012 - pgajdos@suse.com
157
158
- update to 2.0.7:
159
* Notable changes
160
** SRFI-105 curly infix expressions are supported
161
** Reader options may now be per-port
162
** Futures may now be nested
163
** `GUILE_LOAD_PATH' et al can now add directories to the end of
164
the path
165
** `load-in-vicinity' search for `.go' files in `%load-compiled-path'
166
** Extension search order fixed, and LD_LIBRARY_PATH preserved
167
** Optimize calls to `equal?' or `eqv?' with a constant argument
168
* Manual updates
169
** SRFI-9 records now documented under "Compound Data Types"
170
** (ice-9 and-let-star) and (ice-9 curried-definitions) now documented
171
* New interfaces
172
** New "functional record setters" as a GNU extension of SRFI-9
173
** web: New `http-get*', `response-body-port', and `text-content-type?'
174
procedures
175
** `string-split' accepts character sets and predicates
176
** R6RS SRFI support
177
** `define-public' is no a longer curried definition by default
178
179
etc. see NEWS
180
181
-------------------------------------------------------------------
182
Wed Jul 11 07:39:47 UTC 2012 - pgajdos@suse.com
183
184
- update to 2.0.6:
185
186
* Notable changes
187
** New optimization pass: common subexpression elimination (CSE)
188
** Improvements to the partial evaluator
189
** Run finalizers asynchronously in asyncs
190
** Update SRFI-14 character sets to Unicode 6.1
191
** Better source information for datums
192
** Improved error and warning messages
193
** A few important bug fixes in the HTTP modules.
194
** Pretty-print improvements
195
** Fix memory leak involving applicable SMOBs
196
** Support for HTTP/1.1 chunked transfer coding
197
** Micro-optimizations
198
** Incompatible change to `scandir'
199
200
* New interfaces
201
** New C function: `scm_to_pointer'
202
** New C inline functions: `scm_new_smob', `scm_new_double_smob'
203
** (ice-9 format): Add ~h specifier for localized number output.
204
** (web response): New procedure: `response-must-not-include-body?'
205
** New predicate: 'supports-source-properties?'
206
** New C helpers: `scm_c_values', `scm_c_nvalues'
207
** Newly public inline C function: `scm_unget_byte'
208
** (language tree-il): New functions: `tree-il=?', `tree-il-hash'
209
** New fluid: `%default-port-conversion-strategy'
210
** New syntax: `=>' within `case'
211
** (web http): `make-chunked-input-port', `make-chunked-output-port'
212
** (web http): `declare-opaque-header!'
213
214
* New deprecations
215
** `close-io-port' deprecated
216
** `scm_sym2var' deprecated
217
** Lookup closures deprecated
218
219
* Bug fixes
220
** Fix use of unitialized stat buffer in search-path of absolute paths.
221
** Avoid calling `freelocale' with a NULL argument.
222
** Work around erroneous tr_TR locale in Darwin 8 in tests.
223
** Fix `getaddrinfo' test for Darwin 8.
224
** Use Gnulib's `regex' module for better regex portability.
225
** `source-properties' and friends work on any object
226
** Rewrite open-process in C, for robustness related to threads and fork
227
** Fix <TAG>vector-length when applied to other uniform vector types
228
** Fix escape-only prompt optimization (was disabled previously)
229
** Fix a segfault when /dev/urandom is not accessible
230
** Fix flush on soft ports, so that it actually runs.
231
** Better compatibility of SRFI-9 records with core records
232
** Fix and clarify documentation of `sorted?'.
233
** Fix IEEE-754 endianness conversion in bytevectors.
234
** Correct thunk check in the `wind' instruction.
235
** Add @acronym support to texinfo modules
236
** Fix docbook->texi for <ulink> without URL
237
** Fix `setvbuf' to leave the line/column number unchanged.
238
** Add missing public declaration for `scm_take_from_input_buffers'.
239
** Fix relative file name canonicalization with empty %LOAD-PATH entries.
240
** Import newer (ice-9 match) from Chibi-Scheme.
241
** Fix unbound variables and unbound values in ECMAScript runtime.
242
** Make SRFI-6 string ports Unicode-capable.
243
- removed patches:
244
guile-turn-off-gc-test.patch
245
guile-fix_fsf_add.patch
246
247
-------------------------------------------------------------------
248
Fri Jun 29 09:26:41 UTC 2012 - coolo@suse.com
249
250
- libffi-devel is more generic than specific gcc versions (that no longer
251
exist in factory)
252
253
-------------------------------------------------------------------
254
Mon Apr 23 17:16:38 UTC 2012 - dvaleev@suse.com
255
256
- mark this threads test as unresolved since it may produce false
257
negatives, depending on the behavior/timing of the garbage
258
collector.
259
260
-------------------------------------------------------------------
261
Tue Jan 31 15:10:31 UTC 2012 - pgajdos@suse.com
262
263
- update to 2.0.5:
264
** Better debuggability for interpreted procedures.
265
** Support for cross-compilation.
266
** The return of `local-eval'.
267
** Fluids can now have default values.
268
** Garbage collector tuning.
269
*** Unmanaged allocation
270
* etc. see NEWS
271
272
-------------------------------------------------------------------
273
Wed Jan 18 16:21:57 UTC 2012 - pgajdos@suse.com
274
275
- don't conflict with guile1 [bnc#724917]
276
277
-------------------------------------------------------------------
278
Fri Dec 9 10:38:37 UTC 2011 - dimstar@opensuse.org
279
280
- Drop libtool archives.
281
282
-------------------------------------------------------------------
283
Sat Dec 3 14:24:16 UTC 2011 - coolo@suse.com
284
285
- buildrequire ltdl-devel
286
287
-------------------------------------------------------------------
288
Mon Nov 28 15:51:34 UTC 2011 - pgajdos@suse.com
289
290
- splitted out guile-modules-2_0 package [bnc#722306]
291
292
-------------------------------------------------------------------
293
Mon Nov 28 08:34:06 UTC 2011 - pgajdos@suse.com
294
295
- ignore result of gc test
296
* turn-off-gc-test.patch
297
298
-------------------------------------------------------------------
299
Tue Nov 15 14:41:20 UTC 2011 - pgajdos@suse.com
300
301
- updated to 2.0.3:
302
** Guile has a new optimizer, `peval'.
303
** New module: `(web client)', a simple synchronous web client.
304
** Users can now install compiled `.go' files.
305
** Remove Front-Cover and Back-Cover text from the manual.
306
** More helpful `guild help'.
307
** New macro: `define-syntax-rule'
308
** The `,time' REPL meta-command now has more precision.
309
** `(ice-9 match)' can now match records.
310
** New module: `(language tree-il debug)'.
311
** New functions: `scm_is_exact', `scm_is_inexact'.
312
** Fix order of importing modules and resolving duplicates handlers.
313
** Fix a number of bugs involving extended (merged) generics.
314
** Fix invocation of merge-generics duplicate handler.
315
** Fix write beyond array end in arrays.c.
316
** Fix read beyond end of hashtable size array in hashtab.c.
317
** (web http): Locale-independent parsing and serialization of dates.
318
** Ensure presence of Host header in HTTP/1.1 requests.
319
** Fix take-right and drop-right for improper lists.
320
** Fix leak in get_current_locale().
321
** Fix recursive define-inlinable expansions.
322
** Check that srfi-1 procedure arguments are procedures.
323
** Fix r6rs `map' for multiple returns.
324
** Fix scm_tmpfile leak on POSIX platforms.
325
** Fix a couple of leaks (objcode->bytecode, make-boot-program).
326
** Fix guile-lib back-compatibility for module-stexi-documentation.
327
** Fix --listen option to allow other ports.
328
** Fix scm_to_latin1_stringn for substrings.
329
** Fix compilation of untyped arrays of rank not 1.
330
** Fix unparse-tree-il of <dynset>.
331
** Fix reading of #||||#.
332
** Fix segfault in GOOPS when class fields are redefined.
333
** Prefer poll(2) over select(2) to allow file descriptors above FD_SETSIZE.
334
335
-------------------------------------------------------------------
336
Fri Oct 14 11:05:37 UTC 2011 - dimstar@opensuse.org
337
338
- Own %{_datadir}/guile/site in order for slib not having issues
339
registering itself.
340
341
-------------------------------------------------------------------
342
Thu Oct 6 06:50:50 UTC 2011 - pgajdos@suse.com
343
344
- guile-devel requires guile [bnc#722306]
345
346
-------------------------------------------------------------------
347
Fri Sep 30 16:12:52 UTC 2011 - davejplater@gmail.com
348
349
- Split off libguile-2_0-22 and libguilereadline-v-18-18 packages in
350
preparation for bthe submission of legacy package guile.
351
- Cleaned spec file.
352
353
-------------------------------------------------------------------
354
Mon Aug 15 14:08:41 UTC 2011 - pgajdos@novell.com
355
356
- updated to 2.0.2:
357
** `guile-tools' renamed to `guild'
358
** New control operators: `shift' and `reset'
359
** `while' as an expression
360
** Disallow access to handles of weak hash tables
361
** More precision for `get-internal-run-time', `get-internal-real-time'
362
** Guile now measures time spent in GC
363
** Add `gcprof'
364
** `map', `for-each' and some others now implemented in Scheme
365
** Add `scm_peek_byte_or_eof'.
366
** Implement #:stop-at-first-non-option option for getopt-long
367
** Improve R6RS conformance for conditions in the I/O libraries
368
** All deprecated routines emit warnings
369
** Constants in compiled code now share state better
370
** VLists: optimize `vlist-fold-right', and add `vhash-fold-right'
371
** UTF-8 ports to bypass `iconv' entirely
372
** Compiler speedups
373
** VM speed tuning
374
** SRFI-1 list-set optimizations
375
** `memq', `memv' optimizations
376
** Deprecate scm_whash API
377
** Deprecate scm_struct_table
378
** Deprecate scm_internal_dynamic_wind
379
** Deprecate scm_immutable_cell, scm_immutable_double_cell
380
** Fix double-loading of script in -ds case
381
** -x error message fix
382
** iconveh-related cross-compilation fixes
383
** Fix small integer return value packing on big endian machines.
384
** Fix hash-set! in weak-value table from non-immediate to immediate
385
** Fix call-with-input-file & relatives for multiple values
386
** Fix `hash' for inf and nan
387
** Fix libguile internal type errors caught by typing-strictness==2
388
** Fix compile error in MinGW fstat socket detection
389
** Fix generation of auto-compiled file names on MinGW
390
** Fix multithreaded access to internal hash tables
391
** Emit a 1-based line number in error messages
392
** Fix define-module ordering
393
** Fix several POSIX functions to use the locale encoding
394
** Add type and range checks to the complex generalized vector accessors
395
** Fix unaligned accesses for bytevectors of complex numbers
396
** Fix '(a #{.} b)
397
** Fix erroneous VM stack overflow for canceled threads
398
399
-------------------------------------------------------------------
400
Thu Jul 14 12:13:33 UTC 2011 - pgajdos@novell.com
401
402
- updated to 2.0.1:
403
** REPL reader usability enhancements
404
** REPL output has configurable width
405
** Better C access to the module system
406
** Added `scm_call_5', `scm_call_6'
407
** Added `scm_from_latin1_keyword', `scm_from_utf8_keyword'
408
** R6RS unicode and string I/O work
409
** Added `pointer->scm', `scm->pointer' to `(system foreign)'
410
** Added `heap-allocated-since-gc' to `(gc-stats)'
411
** Add `on-error' REPL option
412
** Enforce immutability of string literals
413
** Fix pthread redirection
414
** `with-continuation-barrier' now unwinds on `quit'
415
** `string->pointer' and `pointer->string' have optional encoding arg
416
** R6RS fixnum arithmetic optimizations
417
** New procedure: `define-inlinable'
418
** New procedure: `exact-integer-sqrt'
419
** "Extended read syntax" for symbols parses better
420
** Added `--fresh-auto-compile' option
421
** etc., see ChangeLog and NEWS
422
423
-------------------------------------------------------------------
424
Mon Mar 22 12:39:55 CET 2010 - pgajdos@suse.cz
425
426
- fixed build with new gcc
427
428
-------------------------------------------------------------------
429
Tue Jan 26 19:26:58 CET 2010 - pgajdos@suse.cz
430
431
- fixed build:
432
433
"Earlier versions of ltdl would look for extensions under $PWD; this
434
behavior changed in 2.2.6b."
435
436
* testsuite-build.patch taken from guile git (1.8 branch)
437
438
-------------------------------------------------------------------
439
Mon Nov 30 17:49:57 CET 2009 - pgajdos@suse.cz
440
441
- updated to 1.8.7 (see NEWS)
442
- fixed testsuite with patch taken from Fedora
443
* popen-test.patch
444
445
-------------------------------------------------------------------
446
Tue Nov 3 19:09:20 UTC 2009 - coolo@novell.com
447
448
- updated patches to apply with fuzz=0
449
450
-------------------------------------------------------------------
451
Tue Jun 16 19:47:46 CEST 2009 - pgajdos@suse.cz
452
453
- Updated to 1.8.6 (see NEWS)
454
- removed ac.patch
455
456
-------------------------------------------------------------------
457
Sat Feb 7 19:26:11 CET 2009 - schwab@suse.de
458
459
- Rebuild broken info files.
460
- Fix %post scripts.
461
462
-------------------------------------------------------------------
463
Fri Jan 16 20:26:37 CET 2009 - crrodriguez@suse.de
464
465
- remove static libraries
466
- run make check
467
468
-------------------------------------------------------------------
469
Sun Sep 7 11:34:14 CEST 2008 - schwab@suse.de
470
471
- Fix conflicting options.
472
473
-------------------------------------------------------------------
474
Mon Jul 7 16:48:39 CEST 2008 - pgajdos@suse.cz
475
476
- updated to 1.8.5:
477
* new modules `(srfi srfi-88)'
478
* New `postfix' read option, for SRFI-88 keyword syntax
479
* Some I/O primitives have been inlined, which improves I/O performance
480
* New object-based traps infrastructure
481
* New support for working on Guile code from within Emacs
482
* bug fixes
483
484
-------------------------------------------------------------------
485
Thu Mar 13 14:27:07 CET 2008 - schwab@suse.de
486
487
- Use autoreconf.
488
489
-------------------------------------------------------------------
490
Thu Feb 28 13:48:12 CET 2008 - ro@suse.de
491
492
- update to 1.8.4:
493
* New modules (srfi srfi-69)
494
* Bug fixes
495
- fix code for recent gcc by checking for __GNUC_GNU_INLINE__
496
instead of __GNUC__ for inline specifics (thanks, richi)
497
498
-------------------------------------------------------------------
499
Mon Feb 4 11:34:00 CET 2008 - pgajdos@suse.cz
500
501
- guile conflicts with slib < 3a5 [#354936]
502
503
-------------------------------------------------------------------
504
Wed Dec 12 14:52:27 CET 2007 - pgajdos@suse.cz
505
506
- upgraded to 1.8.3:
507
* New modules (srfi srfi-35), (srfi srfi-37)
508
* Bug fixes
509
* The reader is now faster, which reduces startup time
510
* Procedures returned by `record-accessor' and `record-modifier'
511
are faster
512
* New procedures set-program-arguments, make-vtable
513
* Incompatible change:
514
~~~~~~~~~~~~~~~~~~~~
515
The body of a top-level `define' no longer sees the binding
516
being created. In a top-level `define', the binding being
517
created is no longer visible from the `define' body. This
518
breaks code like "(define foo (begin (set! foo 1) (+ foo 1)))",
519
where `foo' is now unbound in the body. However, such code
520
was not R5RS-compliant anyway, per Section 5.2.1.
521
- removed getcontext.patch -- no longer needed because
522
of code change
523
524
-------------------------------------------------------------------
525
Mon Mar 5 18:17:05 CET 2007 - sbrabec@suse.cz
526
527
- Slib guile library installation moved from guile to slib.
528
529
-------------------------------------------------------------------
530
Thu Jan 11 17:03:26 CET 2007 - sbrabec@suse.cz
531
532
- More spec file cleanups.
533
534
-------------------------------------------------------------------
535
Fri Dec 8 12:42:05 CST 2006 - maw@suse.de
536
537
- Clean up the spec, removing some hardcoded paths.
538
539
-------------------------------------------------------------------
540
Tue Nov 28 15:36:24 CET 2006 - sbrabec@suse.cz
541
542
- Build as user and do not alter root filesystem.
543
544
-------------------------------------------------------------------
545
Mon Nov 27 12:34:43 CET 2006 - sbrabec@suse.cz
546
547
- Created empty directory for site packages (#223837).
548
549
-------------------------------------------------------------------
550
Thu Nov 23 19:17:42 CET 2006 - sbrabec@suse.cz
551
552
- Fixed slib installation scriptlets (#214940).
553
554
-------------------------------------------------------------------
555
Wed Nov 8 17:11:40 CET 2006 - anicka@suse.cz
556
557
- moved .la files to the base package (#218032).
558
559
-------------------------------------------------------------------
560
Wed Oct 25 15:14:48 CEST 2006 - sbrabec@suse.cz
561
562
- Moved .so files to the base package (#214940).
563
564
-------------------------------------------------------------------
565
Mon Oct 16 16:19:36 CEST 2006 - anicka@suse.cz
566
567
- move /usr/share/guile from devel to main package
568
(fixes ##212545)
569
570
-------------------------------------------------------------------
571
Sun Oct 15 23:48:21 CEST 2006 - schwab@suse.de
572
573
- Make sure config.rpath is present.
574
575
-------------------------------------------------------------------
576
Fri Oct 13 16:14:40 CEST 2006 - schwab@suse.de
577
578
- Add split provide.
579
580
-------------------------------------------------------------------
581
Fri Oct 13 13:44:55 CEST 2006 - aj@suse.de
582
583
- Split up devel subpackage.
584
585
-------------------------------------------------------------------
586
Tue Oct 10 12:50:59 CEST 2006 - sbrabec@suse.cz
587
588
- Updated to version 1.8.1:
589
* LFS functions are now used to access 64-bit files on 32-bit
590
systems.
591
* New procedures and functions.
592
* New modules and module merges.
593
* API changes.
594
* Bugs fixed.
595
* Guile is now licensed with the GNU Lesser General
596
Public License.
597
* The manual is now licensed with the GNU Free Documentation
598
License.
599
* Guile now requires GNU MP.
600
* Guile now has separate private and public configuration
601
headers.
602
* Thread implementation has changed.
603
* Command line syntax changes.
604
605
-------------------------------------------------------------------
606
Fri Oct 6 18:55:18 CEST 2006 - anicka@suse.cz
607
608
- update to 1.6.8
609
* gcc 4.0 fixes
610
* Guile now allows multiple line comments to end without
611
a trailing newline.
612
* better support for new versions of SLIB
613
* changes in C interface
614
615
-------------------------------------------------------------------
616
Fri Sep 8 11:54:50 CEST 2006 - anicka@suse.cz
617
618
- rewrite SuSEconfig.guile to RPM triggers
619
620
-------------------------------------------------------------------
621
Sun Jul 16 09:40:47 CEST 2006 - schwab@suse.de
622
623
- Mark ia64_getcontext as returning twice.
624
625
-------------------------------------------------------------------
626
Wed Jan 25 21:36:23 CET 2006 - mls@suse.de
627
628
- converted neededforbuild to BuildRequires
629
630
-------------------------------------------------------------------
631
Tue Jan 17 01:57:00 CET 2006 - ro@suse.de
632
633
- add aclocal in libltdl
634
635
-------------------------------------------------------------------
636
Wed May 18 10:37:12 CEST 2005 - sbrabec@suse.cz
637
638
- Disabled randomly failing make -j.
639
640
-------------------------------------------------------------------
641
Tue Apr 5 15:57:22 CEST 2005 - sbrabec@suse.cz
642
643
- Fixed incomplete array element type.
644
645
-------------------------------------------------------------------
646
Thu Mar 24 16:11:11 CET 2005 - uli@suse.de
647
648
- fixed to build on ARM
649
650
-------------------------------------------------------------------
651
Fri Jan 21 13:01:11 CET 2005 - sbrabec@suse.cz
652
653
- Updated to version 1.6.7.
654
655
-------------------------------------------------------------------
656
Fri Dec 10 15:57:41 CET 2004 - meissner@suse.de
657
658
- make -j , added make check.
659
660
-------------------------------------------------------------------
661
Tue Mar 30 13:33:26 CEST 2004 - sbrabec@suse.cz
662
663
- Fixed tempfile creation in guile-snarf (#36367).
664
- Build with -fno-strict-aliasing.
665
666
-------------------------------------------------------------------
667
Thu Nov 6 17:34:13 CET 2003 - schwab@suse.de
668
669
- Fix syntax in configure script.
670
671
-------------------------------------------------------------------
672
Tue Jul 08 17:46:08 CEST 2003 - sbrabec@suse.cz
673
674
- Updated to version 1.6.4.
675
676
-------------------------------------------------------------------
677
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
678
679
- fix install_info --delete call and move from preun to postun
680
681
-------------------------------------------------------------------
682
Wed Mar 12 18:14:56 CET 2003 - sbrabec@suse.cz
683
684
- Workaround guile-config info version bug (symlink, fixes bug 25190).
685
686
-------------------------------------------------------------------
687
Tue Feb 11 15:24:22 CET 2003 - sbrabec@suse.cz
688
689
- Fixed GUILEVERSION datadir path.
690
691
-------------------------------------------------------------------
692
Mon Feb 10 15:50:54 CET 2003 - sbrabec@suse.cz
693
694
- Updated to version 1.6.2.
695
- Use %install_info (bug #23423).
696
697
-------------------------------------------------------------------
698
Wed Dec 11 22:35:14 CET 2002 - garloff@suse.de
699
700
- Make slib integration work independent of guile version number.
701
702
-------------------------------------------------------------------
703
Wed Dec 04 11:43:34 CET 2002 - sbrabec@suse.cz
704
705
- Change error message for unknown platform to warning. It allows to
706
compile guile on all platforms, but there is no guarantee to
707
functionallity. (guile-platforms.diff)
708
709
-------------------------------------------------------------------
710
Tue Dec 03 13:57:09 CET 2002 - sbrabec@suse.cz
711
712
- Fixed typo, which breaks TeXmacs
713
(guile-1.6.0-top_srcdir_absolute.diff).
714
715
-------------------------------------------------------------------
716
Wed Oct 30 18:29:55 CET 2002 - sbrabec@suse.cz
717
718
- Update to version 1.6.0.
719
720
-------------------------------------------------------------------
721
Tue Aug 20 13:45:10 CEST 2002 - mmj@suse.de
722
723
- Correct PreReq
724
725
-------------------------------------------------------------------
726
Tue Jul 30 12:12:14 CEST 2002 - mcihar@suse.cz
727
728
- fixed SuSEconfig.guile for new version
729
730
-------------------------------------------------------------------
731
Wed Jul 17 17:58:07 CEST 2002 - tiwai@suse.de
732
733
- updated to version 1.4.1.
734
735
-------------------------------------------------------------------
736
Tue Jun 11 11:24:08 MEST 2002 - mcihar@suse.cz
737
738
- disabled qthreads for ppc64
739
740
-------------------------------------------------------------------
741
Mon Apr 29 17:48:45 CEST 2002 - sf@suse.de
742
743
- disabled qthreads for x86_64
744
745
-------------------------------------------------------------------
746
Thu Apr 4 12:31:07 CEST 2002 - pmladek@suse.cz
747
748
- moved AC_LIBOBJ after AC_PROG_CC because AC_LIBOBJ uses $ac_objext
749
750
-------------------------------------------------------------------
751
Wed Apr 3 18:35:20 CEST 2002 - pmladek@suse.cz
752
753
- fixed to compile with autoconf-2.53 (AC_LIBOBJ vs. LIBOBJS)
754
755
-------------------------------------------------------------------
756
Fri Feb 8 12:13:07 CET 2002 - pmladek@suse.cz
757
758
- used -a option with automake to fix for PLUS distribution
759
- added back guile-doc-snarf: work around problem with cpp on ia64
760
bebause of 7.2-ia64+kde distribution
761
762
-------------------------------------------------------------------
763
Wed Feb 6 22:39:58 CET 2002 - schwab@suse.de
764
765
- Don't add /usr/include and /usr/local/include to include search path.
766
- Avoid trigraph.
767
- Add support for ia64 register backing store (from cvs).
768
- Don't build with -O0 on ia64.
769
770
-------------------------------------------------------------------
771
Mon Dec 17 11:13:06 CET 2001 - froh@suse.de
772
773
- added %{_libdir} to the specfile where appropriate to make it lib64
774
clean.
775
776
-------------------------------------------------------------------
777
Fri Dec 7 11:10:48 CET 2001 - pmladek@suse.cz
778
779
- fixed for new position of slib library
780
- SuSEconfig.guile uses check_md5_and_move now
781
- removed unused package scheme from neededforbuild
782
783
-------------------------------------------------------------------
784
Tue Nov 6 16:59:46 CET 2001 - pmladek@suse.cz
785
786
- fixed to compile with automake 1.5:
787
* OMIT_DEPENDENCIES are not supported now
788
789
-------------------------------------------------------------------
790
Sat Sep 15 20:22:56 CEST 2001 - schwab@suse.de
791
792
- Fix libtool configuration.
793
- Remove ia64 cpp workaround.
794
- Fix hash functions for 64-bit architectures.
795
796
-------------------------------------------------------------------
797
Fri Aug 31 11:10:43 CEST 2001 - pmladek@suse.cz
798
799
- fixed creating of SLIB catalog (#8997):
800
- moved from triggerin to SuSEconfig because
801
there were problems with update when rpm was
802
updated after guile
803
804
-------------------------------------------------------------------
805
Mon Aug 27 13:07:39 CEST 2001 - pmladek@suse.cz
806
807
- fixed to compile on axp:
808
* fixed file numbering in qt/md/axp.s
809
* fixed end of block qt_vstart in qt/md/axp.s
810
811
-------------------------------------------------------------------
812
Fri Aug 10 15:21:06 CEST 2001 - ro@suse.de
813
814
- fixed to build with current autoconf and libtool
815
816
-------------------------------------------------------------------
817
Thu Jun 14 14:51:56 CEST 2001 - pmladek@suse.cz
818
819
- fixed to more correctly compile with new autoconf
820
821
-------------------------------------------------------------------
822
Mon Jun 11 11:43:03 CEST 2001 - pmladek@suse.cz
823
824
- fixed to compile with new autoconf
825
826
-------------------------------------------------------------------
827
Sat May 12 15:10:36 CEST 2001 - schwab@suse.de
828
829
- Fix readline interface.
830
831
-------------------------------------------------------------------
832
Fri Feb 23 00:10:25 CET 2001 - ro@suse.de
833
834
- added readline/readline-devel to neededforbuild (split from bash)
835
836
-------------------------------------------------------------------
837
Wed Dec 6 13:56:38 CET 2000 - schwab@suse.de
838
839
- guile-doc-snarf: work around problem with cpp on ia64.
840
- Build with -O0 on ia64.
841
842
-------------------------------------------------------------------
843
Thu Nov 23 12:57:03 CET 2000 - cihlar@suse.cz
844
845
- fixed to compile on older distros
846
847
-------------------------------------------------------------------
848
Sun Nov 12 23:12:06 CET 2000 - ro@suse.de
849
850
- don't redeclare inet_aton
851
852
-------------------------------------------------------------------
853
Wed Nov 8 10:13:10 CET 2000 - ro@suse.de
854
855
- changed %post to %triggerin -- scheme
856
857
-------------------------------------------------------------------
858
Tue Nov 7 15:06:12 CET 2000 - cihlar@suse.cz
859
860
- added postinstall and link to /usr/lib/scheme/slib
861
862
-------------------------------------------------------------------
863
Fri Nov 3 07:33:15 CET 2000 - cihlar@suse.cz
864
865
- bzipped sources
866
- clean up spec file
867
868
-------------------------------------------------------------------
869
Mon Oct 23 12:14:36 CEST 2000 - ro@suse.de
870
871
- use macro for infodir
872
873
-------------------------------------------------------------------
874
Wed Aug 2 07:26:15 CEST 2000 - cihlar@suse.cz
875
876
- update to version 1.4
877
878
-------------------------------------------------------------------
879
Fri Apr 7 23:09:29 CEST 2000 - bk@suse.de
880
881
- And no QuickThreads yet on s390 too ;-)
882
883
-------------------------------------------------------------------
884
Thu Apr 6 18:27:36 CEST 2000 - schwab@suse.de
885
886
- No QuickThreads yet on ia64.
887
888
-------------------------------------------------------------------
889
Mon Mar 6 20:43:40 CET 2000 - schwab@suse.de
890
891
- Update config.{guess,sub} from automake.
892
893
-------------------------------------------------------------------
894
Sun Feb 6 16:12:51 CET 2000 - ke@suse.de
895
896
- Add group tag.
897
- /configure -> %build.
898
- use /usr/share/info.
899
900
-------------------------------------------------------------------
901
Sun Oct 3 12:49:46 CEST 1999 - ke@suse.de
902
903
- update: 1.3.4.
904
905
-------------------------------------------------------------------
906
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
907
908
- ran old prepare_spec on spec file to switch to new prepare_spec.
909
910
-------------------------------------------------------------------
911
Tue Sep 7 16:55:04 CEST 1999 - uli@suse.de
912
913
- no QuickThreads on PPC, disabled them
914
915
-------------------------------------------------------------------
916
Wed Aug 25 17:26:13 CEST 1999 - ro@suse.de
917
918
- fixed configuration for alpha-Quickthreads again
919
920
-------------------------------------------------------------------
921
Wed Aug 25 14:35:11 MEST 1999 - ke@suse.de
922
923
- update: 1.3.2.
924
925
-------------------------------------------------------------------
926
Wed Mar 17 18:30:44 MET 1999 - ro@suse.de
927
928
- fixed patch-call
929
930
-------------------------------------------------------------------
931
Wed Feb 10 11:57:17 MET 1999 - ke@suse.de
932
933
- apply guile-slow-read-fix.patch (by Harvey J. Stein
934
<hjstein@bfr.co.il>).
935
- fix lib perms.
936
937
-------------------------------------------------------------------
938
Fri Feb 5 16:09:48 MET 1999 - ro@suse.de
939
940
- changed config to detect alpha(ev56) as alpha
941
942
-------------------------------------------------------------------
943
Wed Oct 21 14:03:40 MEST 1998 - ke@suse.de
944
945
- update: version 1.3.
946
- build libqthreads.
947
948
-------------------------------------------------------------------
949
Wed Sep 23 14:21:20 MEST 1998 - ke@suse.de
950
951
- update: snapshot 1998-09-23 (1.3a).
952
953
-------------------------------------------------------------------
954
Sun Aug 23 17:36:58 MEST 1998 - ke@suse.de
955
956
- update: snapshot 1998-08-23 (1.3a).
957
958
-------------------------------------------------------------------
959
Fri Nov 21 12:59:53 MET 1997 - bs@suse.de
960
961
- don't call ldconfig in spec file
962
963
-------------------------------------------------------------------
964
Tue Jul 15 09:31:32 1997 - Karl Eichwalder <ke@suse.de>
965
966
* initial package: version 1.2.
967
968
969