File swig.changes of Package A_tw-swig (Revision 89785f5649ef89eb786a31079ec0f9c2)

Currently displaying revision 89785f5649ef89eb786a31079ec0f9c2 , Show latest

1194
 
1
-------------------------------------------------------------------
2
Thu Mar  2 12:42:07 UTC 2023 - Martin Liška <mliska@suse.cz>
3
4
- Use -fexcess-precision=fast as GCC 13 changes the default
5
  for C++ compiler and without the change some tests fail on i586.
6
  More info can be seen here:
7
  https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
8
9
-------------------------------------------------------------------
10
Thu Dec  1 08:30:26 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
11
12
- Update to 4.1.1
13
  * Couple of stability fixes.
14
  * Stability fix in ccache-swig when calculating hashes of inputs.
15
  * Some template handling improvements.
16
  * R - minor fixes plus deprecation for rtypecheck typemaps being
17
    optional.
18
19
-------------------------------------------------------------------
20
Wed Nov  2 10:54:51 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
21
22
- adapt source name to please build service
23
24
-------------------------------------------------------------------
25
Tue Oct 25 07:44:08 UTC 2022 - kkaempf@suse.com
26
27
- Update to version 4.1.0 from 4.1.0-beta1
28
29
-------------------------------------------------------------------
30
Sun Oct 16 12:50:55 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
31
32
- Update to 4.1.0~beta1
33
  * Add Javascript Node v12-v18 support, remove support prior to v6.
34
  * Octave 6.0 to 6.4 support added.
35
  * Add PHP 8 support.
36
  * PHP wrapping is now done entirely via PHP's C API
37
    - no more .php wrapper.
38
  * Perl 5.8.0 is now the oldest version SWIG supports.
39
  * Python 3.3 is now the oldest Python 3 version SWIG supports.
40
  * Python 3.9-3.11 support added.
41
  * Various memory leak fixes in Python generated code.
42
  * Scilab 5.5-6.1 support improved.
43
  * Many improvements for each and every target language.
44
  * Various preprocessor expression handling improvements.
45
  * Improved C99, C++11, C++14, C++17 support.
46
    Start adding C++20 standard.
47
  * Make SWIG much more move semantics friendly.
48
  * Add C++ std::unique_ptr support.
49
  * Few minor C++ template handling improvements.
50
  * Various C++ using declaration fixes.
51
  * Few fixes for handling Doxygen comments.
52
  * GitHub Actions is now used instead of Travis CI for continuous
53
    integration.
54
  * Add building SWIG using CMake as a secondary build system.
55
  * Update optional SWIG build dependency for regex support
56
    from PCRE to PCRE2.
57
58
- dropped patches, all upstream
59
  * 15515f390c5e3316a7faf0cf85d661a297d45a50.patch
60
  * fix-gcc12-error.patch
61
  * swig-Define-PY_SSIZE_T_CLEAN-macro.patch
62
  * swig-Define-PY_SSIZE_T_CLEAN-only-when-not-defined-yet.patch
63
  * swig-Python-define-PY_SSIZE_T_CLEAN.patch
64
  * swig-octave-6.patch
65
  * swig-python310.patch
66
  * swig308-isfinite.diff
67
68
-------------------------------------------------------------------
69
Fri Oct 14 14:06:08 UTC 2022 - kkaempf@suse.com
70
71
- Update to version rel-4.0.2:
72
  * [R] Run destructors of local C++ objects on SWIG_fail
73
  * [php] Update exception_memory_leak_runme.php
74
  * [lua] Run destructors of local C++ objects on SWIG_fail
75
  * Fix issues with exception_memory_leak testcase
76
  * Define PY_SSIZE_T_CLEAN only when not defined yet
77
  * Add missing SWIGTYPE *const& typemaps
78
  * Revert "[xml] Move to "Experimental" target language status"
79
  * Cleanup SWIG_VERSION definition
80
  * Additional SWIG_VERSION testing
81
82
-------------------------------------------------------------------
83
Thu Sep  8 13:23:05 UTC 2022 - Stephan Kulow <coolo@suse.com>
84
85
- Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from
86
  upstream to replace obsolete pcre1 with pcre2
87
88
-------------------------------------------------------------------
89
Sun May  8 18:12:21 UTC 2022 - Ben Greiner <code@bnavigator.de>
90
91
- Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test
92
  suite with Python 3.10
93
94
-------------------------------------------------------------------
95
Wed Jan 19 09:23:35 UTC 2022 - Martin Liška <mliska@suse.cz>
96
97
- Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
98
99
-------------------------------------------------------------------
100
Tue Jun  8 22:19:19 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
101
102
- Add swig-octave-6.patch -- Allow swig to work with octave 6 and
103
  above; patch part of upstream merge request [gh#swig/swig#2020].
104
105
-------------------------------------------------------------------
106
Thu Nov 26 20:34:33 UTC 2020 - Michael Behrisch <oss@behrisch.de>
107
108
- Fixing package dependencies for CentOS
109
110
-------------------------------------------------------------------
111
Mon Nov 23 10:08:22 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
112
113
- move examples to /usr/share/swig/examples
114
115
-------------------------------------------------------------------
116
Wed Jun 10 07:27:02 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
117
118
- Update to 4.0.2
119
  - A few fixes around doxygen comment handling.
120
  - Ruby 2.7 support added.
121
  - Various minor improvements to C#, D, Java, OCaml, Octave, Python,
122
    R, Ruby.
123
  - Considerable performance improvement running SWIG on large
124
    interface files.
125
126
- drop upstreamed patches
127
  ruby-std-wstring-byte-order.patch
128
  0001-Fix-code-generated-for-Ruby-global-variables.patch
129
  0002-Add-support-for-Ruby-2.7.patch
130
  0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
131
  0004-Improve-description-of-cast-macros-for-Ruby.patch
132
        
133
-------------------------------------------------------------------
134
Sat May 23 07:04:09 UTC 2020 - Andreas Schwab <schwab@suse.de>
135
136
- Revert last change, drop 0005-disable_li_std_wstring.patch
137
- ruby-std-wstring-byte-order.patch: fix wstring encoding boo#1171368
138
139
-------------------------------------------------------------------
140
Mon May 18 15:46:46 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
141
142
- Add 0005-disable_li_std_wstring.patch for BE arches
143
  (ppc64 s390 s390x) as bypass boo#1171368
144
145
-------------------------------------------------------------------
146
Wed Apr 15 08:52:15 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
147
148
- Ruby 2.7 support (cherry-picked from upstream)
149
  0001-Fix-code-generated-for-Ruby-global-variables.patch
150
  0002-Add-support-for-Ruby-2.7.patch
151
  0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch
152
  0004-Improve-description-of-cast-macros-for-Ruby.patch
153
154
-------------------------------------------------------------------
155
Mon Sep  9 08:17:39 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
156
157
- Update to 4.0.1
158
  - SWIG now cleans up on error by removing all generated files.
159
  - Add Python 3.8 support.
160
  - Python Sphinx compatibility added for Doxygen comments.
161
  - Some minor regressions introduced in 4.0.0 were fixed.
162
  - Fix some C++17 compatibility problems in Python and Ruby generated
163
    code.
164
  - Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
165
    Ocaml, Octave and Python.
166
  
167
  See https://raw.githubusercontent.com/swig/swig/master/CHANGES
168
169
-------------------------------------------------------------------
170
Wed May  8 12:57:04 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
171
172
- Update to 4.0.0
173
  - Support for Doxygen documentation comments which are parsed and
174
    converted into JavaDoc or PyDoc comments.
175
  - STL wrappers improved for C#, Java and Ruby.
176
  - C++11 STL containers added for Java, Python and Ruby.
177
  - Improved support for parsing C++11 and C++14 code.
178
  - Various fixes for shared_ptr.
179
  - Various C preprocessor corner case fixes.
180
  - Corner case fixes for member function pointers.
181
  - Python module overhaul by simplifying the generated code and turning
182
    most optimizations on by default.
183
  - %template improvements wrt scoping to align with C++ explicit
184
    template instantiations.
185
  - Added support for a command-line options file (sometimes
186
    called a response file).
187
  - Numerous enhancements and fixes for all supported target languages.
188
  - SWIG now classifies the status of target languages into either
189
    'Experimental' or 'Supported' to indicate the expected maturity
190
    level.
191
  - Support for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike,
192
    Modula3 has been removed.
193
  - Octave 4.4-5.1 support added.
194
  - PHP5 support removed, PHP7 is now the supported PHP version.
195
  - Minimum Python version required is now 2.7, 3.2-3.7 are the only
196
    other versions supported.
197
  - Added support for Javascript NodeJS versions 2-10.
198
  - OCaml support is much improved and updated, minimum OCaml version
199
    required is now 3.12.0.
200
201
  See https://raw.githubusercontent.com/swig/swig/master/CHANGES
202
203
- Drop patches (all included)
204
  swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
205
  swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
206
  swig-perl526.patch
207
  swig-3.0.12-fix-collections.patch
208
  swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
209
  swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
210
  swig-3.0.12-support-octave-4.4.patch
211
  swig-ocaml-int64.patch
212
  swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
213
214
-------------------------------------------------------------------
215
Fri Nov 30 12:58:08 UTC 2018 - badshah400@gmail.com
216
217
- Add swig-3.0.12-support-octave-4.4.patch to add support for
218
  octave 4.4; patch taken from upstream git (gh#swig/swig#1256).
219
220
-------------------------------------------------------------------
221
Mon Sep 17 12:15:04 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
222
223
- Add patches to build with python 3.7 properly:
224
  * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
225
  * swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
226
  * swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
227
  * swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
228
  * swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
229
  * swig-3.0.12-fix-collections.patch
230
- Use version req to check for 1500 instead for non-existing release
231
- Move to generic requires those that are true under both conditions
232
- Use autopatch to apply all the patches at once
233
234
-------------------------------------------------------------------
235
Wed Jan  3 14:30:52 UTC 2018 - tchvatal@suse.com
236
237
- Reduce some conditionals for old distros lets consider sle11/rhel6
238
  as minimal supported configuration
239
- Make sure we can be built and distributed with python3 only
240
  present in the system
241
242
-------------------------------------------------------------------
243
Tue Nov  7 20:07:12 UTC 2017 - mpluskal@suse.com
244
245
- Run python2 and python3 tests for Factory
246
247
-------------------------------------------------------------------
248
Sun Sep 24 10:47:22 UTC 2017 - coolo@suse.com
249
250
- add swig-perl526.patch from upstream to work with perl 5.26
251
252
-------------------------------------------------------------------
253
Thu Feb  2 14:56:53 UTC 2017 - adam.majer@suse.de
254
255
- use individual libboost-*-devel packages instead of boost-devel
256
257
-------------------------------------------------------------------
258
Mon Jan 30 07:58:10 UTC 2017 - kkaempf@suse.com
259
260
- Update to 3.0.12
261
  - Add support for Octave-4.2.
262
  - Enhance %extend to support template functions.
263
  - Language specific enhancements and fixes for C#, D, Guile,
264
    Java, PHP7.
265
266
-------------------------------------------------------------------
267
Fri Dec 30 08:01:35 UTC 2016 - kkaempf@suse.com
268
269
- Update to 3.0.11
270
  - PHP 7 support added.
271
  - C++11 alias templates and type aliasing support added.
272
  - Minor fixes and enhancements for C# Go Guile Java Javascript
273
    Octave PHP Python R Ruby Scilab XML.
274
275
-------------------------------------------------------------------
276
Mon Jun 13 06:10:47 UTC 2016 - kkaempf@suse.com
277
278
- Update to 3.0.10
279
  - Regression fixes for smart pointers and importing Python modules.
280
281
-------------------------------------------------------------------
282
Mon May 30 09:51:37 UTC 2016 - kkaempf@suse.com
283
284
- Update to 3.0.9
285
  - Add support for Python's implicit namespace packages.
286
  - Fixes to support Go 1.6.
287
  - C++11 std::array support added for Java.
288
  - Improved C++ multiple inheritance support for Java/C# wrappers.
289
  - Various other minor fixes and improvements for C#, D, Go, Java,
290
    Javascript, Lua, Python, R, Ruby, Scilab.
291
292
- drop swig308-Fix-li_boost_array-test.patch, upstream
293
294
-------------------------------------------------------------------
295
Mon May 23 15:19:08 UTC 2016 - olaf@aepfle.de
296
297
- Add disabled build conditional for ocaml support (fate#320836)
298
- Add swig-ocaml-int64.patch (ocaml PR#6517, fate#320836)
299
300
-------------------------------------------------------------------
301
Tue Feb  2 14:45:14 UTC 2016 - rguenther@suse.com
302
303
- Add swig308-isfinite.diff to fix isfinite issue with new glibc.
304
305
-------------------------------------------------------------------
306
Thu Jan  7 21:08:33 UTC 2016 - idonmez@suse.com
307
308
- Add swig308-Fix-li_boost_array-test.patch to fix boost::array
309
  test on PPC.
310
311
-------------------------------------------------------------------
312
Thu Jan  7 08:13:38 UTC 2016 - kkaempf@suse.com
313
314
- Update to 3.0.8
315
  - pdf documentation enhancements.
316
  - Various Python 3.5 issues fixed.
317
  - std::array support added for Ruby and Python.
318
  - shared_ptr support added for Ruby.
319
  - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
320
321
-------------------------------------------------------------------
322
Tue Aug  4 07:43:49 UTC 2015 - kkaempf@suse.com
323
324
- Update to 3.0.7
325
  - Add support for Octave-4.0.0.
326
  - Remove potential Android security exploit in generated Java classes.
327
  - Minor new features and bug fixes.
328
329
- drop swig-octave4.patch and swig-3.0.6.patch, upstream now
330
331
-------------------------------------------------------------------
332
Fri Jul 10 14:02:07 UTC 2015 - badshah400@gmail.com
333
334
- Add swig-octave4.patch to fix swig bindings for octave >= 4.0
335
  (patch taken from Fedora, and has been submitted upstream).
336
337
-------------------------------------------------------------------
338
Mon Jul  6 08:43:00 UTC 2015 - kkaempf@suse.com
339
340
- Fix ocaml check (swig-3.0.6.patch)
341
342
-------------------------------------------------------------------
343
Mon Jul  6 06:22:21 UTC 2015 - kkaempf@suse.com
344
345
- Update to 3.0.6
346
  - Stability and regression fixes.
347
  - Fixed parsing of C++ corner cases.
348
  - Language improvements and bug fixes for C#, Go, Java, Lua,
349
    Python, R.
350
351
- explicitly disable ocaml (bug in configure script)
352
353
-------------------------------------------------------------------
354
Sun Feb  1 18:32:16 UTC 2015 - dmitry_r@opensuse.org
355
356
- Update to version 3.0.5 
357
  * Added support for Scilab.
358
  * Important Python regression fix when wrapping C++ default arguments.
359
  * Minor improvements for C#, Go, Octave, PHP and Python.
360
361
-------------------------------------------------------------------
362
Thu Jan 15 06:57:56 UTC 2015 - kkaempf@suse.com
363
364
- Update to 3.0.4
365
  - Python regression fix when wrapping C++ default arguments.
366
  - Improved error messages.
367
368
-------------------------------------------------------------------
369
Wed Jan  7 08:23:35 UTC 2015 - kkaempf@suse.com
370
371
- Update to 3.0.3
372
  - Add support for C++11 strongly typed enumerations.
373
  - Numerous bug fixes and minor enhancements for C#, D, Go, Java,
374
    Javascript, PHP, Perl and Python wrappers.
375
376
- drop nested_classes.diff, patch is upstream
377
378
-------------------------------------------------------------------
379
Sun Sep 14 15:34:33 UTC 2014 - schwab@linux-m68k.org
380
381
- Fix syntax error in find command
382
383
-------------------------------------------------------------------
384
Mon Aug 25 14:17:29 CEST 2014 - mls@suse.de
385
386
- support nested classes in ruby [bnc#892480]
387
  new patch: nested_classes.diff
388
389
-------------------------------------------------------------------
390
Thu Jun  5 07:20:40 UTC 2014 - kkaempf@suse.com
391
392
- Update to 3.0.2
393
  - Bug fix during install and a couple of other minor changes.
394
395
-------------------------------------------------------------------
396
Wed May 28 06:33:31 UTC 2014 - kkaempf@suse.com
397
398
- Update to 3.0.1
399
  - Javascript module added. This supports JavascriptCore (Safari/Webkit),
400
    v8 (Chromium) and node.js currently.
401
  - A few notable regressions introduced in 3.0.0 have been fixed - in
402
    Lua, nested classes and parsing of operator <<.
403
  - The usual round of bug fixes and minor improvements for:
404
    C#, GCJ, Go, Java, Lua, PHP and Python.      
405
406
-------------------------------------------------------------------
407
Mon Mar 17 07:46:53 UTC 2014 - kkaempf@suse.com
408
409
- Update to 3.0.0
410
  - This is a major new release focusing primarily on C++
411
    improvements.
412
  - C++11 support added. Please see documentation for details of
413
    supported features:
414
    http://www.swig.org/Doc3.0/CPlusPlus11.html
415
  - Nested class support added. This has been taken full advantage
416
    of in Java and C#. Other languages can use the nested classes,
417
    but require further work for a more natural integration into
418
    the target language.
419
  - We urge folk knowledgeable in the other target languages to
420
    step forward and help with this effort.
421
  - Lua: improved metatables and support for %nspace.
422
  - Go 1.3 support added.
423
  - Python import improvements including relative imports.
424
  - Python 3.3 support completed.
425
  - Perl director support added.
426
  - C# .NET 2 support is now the minimum. Generated using statements
427
    are replaced by fully qualified names.
428
  - Bug fixes and improvements to the following languages:
429
    C#, Go, Guile, Java, Lua, Perl, PHP, Python, Octave, R, Ruby, Tcl
430
  - Various other bug fixes and improvements affecting all
431
    languages.
432
  - Note that this release contains some backwards incompatible
433
    changes in some languages.
434
  - Full detailed release notes are in the changes file.
435
436
- drop 0001-Fix-Ruby-tracking-code-to-use-C-hash.patch,
437
  ruby-1.8.6-newobject.patch, and swig-fix_ocaml_type.patch.
438
  All upstreamed.
439
440
-------------------------------------------------------------------
441
Mon Mar 10 01:00:30 CET 2014 - ro@suse.de
442
443
- set CCSHARED to "-fPIC" on s390/s390x 
444
445
-------------------------------------------------------------------
446
Sun Feb  9 18:30:13 UTC 2014 - kkaempf@suse.com
447
448
- Update to 2.0.12
449
  - This is a maintenance release backporting some fixes from the
450
    pending 3.0.0 release.
451
  - Octave 3.8 support added.
452
  - C++11 support for new versions of erase/insert in the STL
453
    containers.
454
  - Compilation fixes on some systems for the generated Lua, PHP,
455
    Python and R wrappers.
456
 
457
  - Drop upstreamed patches:
458
    swig-lua-fix-void-return-for-int-functions.patch
459
    swig-support-octave-3.8.0.patch
460
    ruby-2.0-encoding-utf8.patch
461
462
-------------------------------------------------------------------
463
Wed Jan 29 19:57:02 UTC 2014 - badshah400@gmail.com
464
465
- Add patch swig-support-octave-3.8.0.patch: adds support for
466
  octave version 3.8.0 to swig; patch taken from upstream git
467
  and rebased for present version. 
468
469
-------------------------------------------------------------------
470
Mon Sep 30 20:18:08 UTC 2013 - badshah400@gmail.com
471
472
- Add swig-lua-fix-void-return-for-int-functions.patch to fix
473
  void returns in non-void functions for its lua binding; patch
474
  submitted upstream (bnc#84331,
475
  https://github.com/swig/swig/issues/93).
476
477
-------------------------------------------------------------------
478
Thu Sep 26 07:04:29 UTC 2013 - kkaempf@suse.com
479
480
- Update to SWIG 2.0.11
481
  - Minor bug fixes and enhancements mostly in Python, but also
482
    C#, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl.
483
484
-------------------------------------------------------------------
485
Wed May 29 08:10:19 UTC 2013 - kkaempf@suse.com
486
487
- Ruby 1.8.6 (SLE10) tracks objects differently
488
  Add ruby-1.8.6-newobject.patch
489
490
- Remove skip-python-li_std_containers_int.patch, fixed upstream
491
- Remove python-2.4.patch, fixed upstream
492
493
- Fix Fedora/RHEL builds (BuildRequires:  perl-Test-Simple)
494
495
-------------------------------------------------------------------
496
Tue May 28 14:37:51 UTC 2013 - kkaempf@suse.com
497
498
- Change Ruby 1.9+ object tracking to use C hashes, fixes all
499
  failed Ruby tests.
500
  Patch added:   0001-Fix-Ruby-tracking-code-to-use-C-hash.patch
501
  Patch removed: 0008-Ruby-Disable-broken-tests.patch
502
503
-------------------------------------------------------------------
504
Tue May 28 13:04:21 UTC 2013 - kkaempf@suse.com
505
506
- Ruby 2.0 strictly enforces encoding
507
  Add ruby-2.0-encoding-utf8.patch
508
509
-------------------------------------------------------------------
510
Tue May 28 06:43:48 UTC 2013 - kkaempf@suse.com
511
512
- Update to SWIG 2.0.10
513
  - Ruby 1.9 support is now complete.
514
  - Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
515
    been dropped.
516
  - Various small language neutral improvements and fixes.
517
  - Various bug fixes and minor improvements specific to C#, CFFI, D,
518
    Java, Octave, PHP, Python,
519
  - Minor bug fix in ccache-swig.
520
  - Development has moved to Github with Travis continuous integration
521
    testing - patches using https://github.com/swig/swig are welcome.     
522
523
- drop 0012-Python-Disable-broken-test-in-threads_exception.patch
524
525
-------------------------------------------------------------------
526
Thu Mar 28 11:56:54 CET 2013 - pth@suse.de
527
528
- Add swig-fix_ocaml_type.patch to change the declaration of 
529
  caml_array_length to match that in ocaml's header.
530
531
-------------------------------------------------------------------
532
Thu Dec 20 09:40:06 UTC 2012 - kkaempf@suse.com
533
534
- Fix RHEL4 and 6 build
535
536
-------------------------------------------------------------------
537
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com
538
539
- Update to SWIG 2.0.9
540
  SWIG-2.0.9 summary:
541
  - Improved typemap matching.
542
  - Ruby 1.9 support is much improved.
543
  - Various bug fixes and minor improvements in C#, CFFI, Go, Java,
544
    Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
545
546
- Removed patches (included in 2.0.9 release)
547
  - 0001-Ruby-replace-obsolete-STR2CSTR-macro-with-StringValu.patch
548
  - 0002-Ruby-use-RbConfig-instead-of-deprecated-Config-modul.patch
549
  - 0003-Ruby-Fix-include-pathes-for-Ruby-1.9.patch
550
  - 0004-Ruby-Add-local-dir-to-loadpath-for-Ruby-1.9.patch
551
  - 0007-Ruby-1.9-methods-returns-array-of-Symbols-now.patch
552
553
- Removed broken patch
554
  - swig-2.0.4-guile2.patch
555
556
- Disable tests failing on (deprecated) Python 2.4
557
  - new patch: python-2.4.patch
558
559
-------------------------------------------------------------------
560
Mon Nov  5 09:57:55 UTC 2012 - kkaempf@suse.com
561
562
- fix build on SLE10: disable autogen.sh
563
  Add patch: PyInt_FromSize_t unavailable under Python 2.4
564
565
-------------------------------------------------------------------
566
Sun Nov  4 21:21:01 UTC 2012 - kkaempf@suse.com
567
568
- Update to 2.0.8
569
  * Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
570
  * Improved using declarations and using directives support.
571
  * Minor fixes/enhancements for C#, Java, Octave, Perl and Python.
572
573
-------------------------------------------------------------------
574
Sun May 27 13:31:49 UTC 2012 - kkaempf@suse.com
575
576
- Fix segfault in constructor/destructor warning (upstream ID 3530078)
577
578
-------------------------------------------------------------------
579
Sat May 26 11:55:46 UTC 2012 - kkaempf@suse.com
580
581
- Port SWIG to Ruby 1.9 (various patches)
582
- Disable broken tests
583
584
-------------------------------------------------------------------
585
Sat May 26 11:32:12 UTC 2012 - kkaempf@suse.com
586
587
- Update to 2.0.7
588
  * Important regression fixes since 2.0.5 for typemaps in general and
589
    in Python.
590
  * Fixes and enhancements for Go, Java, Octave and PHP.
591
592
-------------------------------------------------------------------
593
Mon Apr 30 08:30:32 UTC 2012 - idonmez@suse.com
594
595
- Update to 2.0.6
596
  * Various fixes with templates and typedef types.
597
  * Some template lookup problems fixed.
598
  * Templated type fixes to use correct typemaps.
599
  * Autodoc documentation generation improvements.
600
  * Python STL container wrappers improvements including addition of
601
    stepped slicing.
602
  * Approximately 70 fixes and minor enhancements for the following
603
    target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave,
604
    Perl, PHP, Python, R, Ruby, Tcl, Xml.
605
606
-------------------------------------------------------------------
607
Mon Apr  9 19:29:34 UTC 2012 - asterios.dramis@gmail.com
608
609
- Added a patch (r12814.patch) to fix regression leading to uncompilable code
610
  when using typedef and function pointer references (taken from Debian).
611
612
-------------------------------------------------------------------
613
Tue Mar  6 19:24:07 UTC 2012 - dvaleev@suse.com
614
615
- The perl 5.12 packages are compiled with -Duse64bitint, which 
616
  means that IVs are 64-bits even on 32-bit architectures. When 
617
  converting IVs, SWIG assumes that an IV is the same size as a 
618
  long, which causes OverflowErrors with  unsigned longs when 
619
  the value is greater than 2^31. 
620
621
-------------------------------------------------------------------
622
Tue Mar  6 09:15:47 UTC 2012 - kkaempf@suse.com
623
624
- fix SLES 10 build, disable failing test (bnc#750618)
625
626
-------------------------------------------------------------------
627
Mon Mar  5 13:19:56 UTC 2012 - kkaempf@suse.com
628
629
- fix build, add Group field to subpackages
630
631
-------------------------------------------------------------------
632
Fri Dec  9 08:55:59 UTC 2011 - coolo@suse.com
633
634
- fix license to be in spdx.org format
635
636
-------------------------------------------------------------------
637
Mon Dec  5 13:37:26 UTC 2011 - pgajdos@suse.com
638
639
- generate guile 2 friendly code
640
641
-------------------------------------------------------------------
642
Tue Sep 20 09:31:28 UTC 2011 - kkaempf@suse.com
643
644
- Update to swig 2.0.4
645
  (see CHANGES.current for complete list)
646
  * [Perl] Patch #3260265 fixing overloading of non-primitive types and integers in 
647
    Perl 5.12 and later.
648
  * [Ruby] Fix %import where one of the imported files %include one of the STL include
649
    files such as std_vector.i.
650
  * [python] Additional fixes for python3.2 support.
651
  * [python] Fixed PyGetSetDescr for python3.2.
652
  * Bug 2635919: Convenience method to convert std::map to a python dict.
653
  * Fixed bug 1163440: vararg typemaps.
654
  * [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
655
  * [Python] Merged in the szager-python-builtin branch, adding the -builtin feature
656
    for python.  The -builtin option may provide a significant performance gain
657
    in python wrappers.  For full details and limitations, refer to Doc/Manual/Python.html.
658
    A small test suite designed to demonstrate the performance gain is in
659
    Examples/python/performance.
660
661
-------------------------------------------------------------------
662
Tue Sep 20 08:46:19 UTC 2011 - kkaempf@suse.com
663
664
- Fix RHEL/Fedora build
665
666
-------------------------------------------------------------------
667
Thu May 19 19:50:42 UTC 2011 - idoenmez@novell.com
668
669
- Drop adapt-perl512.diff and replace it with swig-2.0.3-perl512.patch
670
  which is applied upstream.
671
672
-------------------------------------------------------------------
673
Thu May 19 08:47:42 UTC 2011 - idoenmez@novell.com
674
675
- Add swig-2.0.3-perl514.patch: fix test failures with Perl 5.14 
676
677
-------------------------------------------------------------------
678
Mon May  2 15:36:04 UTC 2011 - idoenmez@novell.com
679
680
- Update to swig 2.0.3 
681
  * Much better nested class/struct support.
682
  * Much improved template partial specialization and explicit 
683
    specialization handling.
684
  * Namespace support improved with the 'nspace' feature where 
685
    namespaces can be automatically translated into Java packages or C# namespaces.
686
  * Improved typemap and symbol table debugging.
687
  * Numerous subtle typemap matching rule changes when using the 
688
    default (SWIGTYPE) type. These now work much like C++ class template 
689
    partial specialization matching.
690
  * Other small enhancements for typemaps. 
691
    Typemap fragments are also now official and documented.
692
  * Warning and error display refinements.
693
  * Wrapping of shared_ptr is improved and documented now.
694
  * Numerous C++ unary scope operator (::) fixes.
695
  * Better support for boolean expressions.
696
  * Various bug fixes and improvements in the Allegrocl, C#, Java, 
697
    Lua, Octave, PHP, Python, R, Ruby and XML modules.
698
699
-------------------------------------------------------------------
700
Tue Apr  6 13:38:47 UTC 2010 - coolo@novell.com
701
702
- fix build with new perl 5.12: there is no Reference type anymore,
703
  but references and integers are the same, so a 0L was seen as 0
704
  pointer - breaking the test suite. The fix is to remove the check
705
706
-------------------------------------------------------------------
707
Sun Feb 14 09:54:04 UTC 2010 - coolo@novell.com
708
709
- take patch from swig svn to fix assertion on -xmlout (fix
710
  yast2-storage build)
711
712
-------------------------------------------------------------------
713
Thu Dec 17 10:21:40 UTC 2009 - kkaempf@novell.com
714
715
- tune .spec file to build on multiple distros
716
717
-------------------------------------------------------------------
718
Wed Dec 16 10:29:50 CET 2009 - jengelh@medozas.de
719
720
- package documentation as noarch
721
722
-------------------------------------------------------------------
723
Tue Nov 24 14:16:48 CET 2009 - kkaempf@suse.de
724
725
- updated to 1.3.40
726
  * SWIG now supports directors for PHP.
727
  * PHP support improved in general.
728
  * Octave 3.2 support added.
729
  * Various bug fixes/enhancements for Allegrocl, C#, Java, Octave,
730
    Perl, Python, Ruby and Tcl.
731
  * Other generic fixes and minor new features.
732
733
-------------------------------------------------------------------
734
Wed Aug 12 14:31:43 CEST 2009 - mmarek@suse.cz
735
736
- updated to 1.3.39
737
  * Python 3 support added
738
  * PHP4 support dropped
739
  * many bugfixes and improvements
740
- ccache support disabled as it didn't work (todo after 11.2)
741
742
-------------------------------------------------------------------
743
Tue Oct 21 10:01:26 CEST 2008 - mmarek@suse.cz
744
745
- fixed two integer overflows in perlprimtypes.swg. These were
746
  actually why the two tests on ppc failed. *sigh* (bnc#431945)
747
748
-------------------------------------------------------------------
749
Fri Sep 26 11:21:13 CEST 2008 - mmarek@suse.cz
750
751
- disable two perl tests on ppc
752
753
-------------------------------------------------------------------
754
Wed Sep 24 15:29:33 CEST 2008 - mmarek@suse.cz
755
756
- updated to 1.3.36
757
  * Enhancement to directors to wrap all protected members
758
  * Optimisation feature for objects returned by value
759
  * A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and
760
    Perl modules
761
  * Other minor generic bug fixes
762
763
-------------------------------------------------------------------
764
Tue Apr  8 09:55:39 CEST 2008 - mmarek@suse.cz
765
766
- updated to 1.3.35
767
  * Octave language module added
768
  * Bug fixes in Python, Lua, Java, C#, Perl modules
769
  * A few other generic bugs and runtime assertions fixed
770
771
-------------------------------------------------------------------
772
Wed Mar 26 15:04:30 CET 2008 - mmarek@suse.cz
773
774
- remove the croak patch, croak(Nullch) is correct (see
775
  https://sourceforge.net/tracker/?func=detail&atid=301645&aid=1925121&group_id=1645)
776
- testsuite-warnings.patch not needed
777
778
-------------------------------------------------------------------
779
Thu Mar 20 14:28:40 CET 2008 - pth@suse.de
780
781
- define SWIG_croak_null as croak("%s","") not croak(Nullch)
782
  as croak is defined to take a string constant as 1st arg.
783
- Don't return an unitialized local variable in template code.
784
- Bracket if clauses so that the compiler doesn't warn in template code.
785
786
-------------------------------------------------------------------
787
Fri Feb 29 14:21:25 CET 2008 - mmarek@suse.cz
788
789
- updated to 1.3.34
790
  + shared_ptr support for Python
791
  + Support for latest R - version 2.6
792
  + Various minor improvements/bug fixes for R, Lua, Python, Java,
793
    C#
794
  + A few other generic bug fixes, mainly for templates and using
795
    statements
796
797
798
-------------------------------------------------------------------
799
Wed Nov 28 17:48:16 CET 2007 - mmarek@suse.cz
800
801
- updated to 1.3.33
802
  + shared_ptr support for Java and C#
803
  + Enhanced STL support for Ruby
804
  + Fixed long-standing memory leak in PHP Module
805
  + Numerous fixes and minor enhancements for Allegrocl, C#, cffi,
806
    Chicken, Guile, Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl
807
  + Improved warning support
808
809
-------------------------------------------------------------------
810
Wed Sep 19 16:54:03 CEST 2007 - mmarek@suse.cz
811
812
- don't "update" autofoo when building for  older dists in the
813
  buildservice
814
815
-------------------------------------------------------------------
816
Tue May 29 11:13:24 CEST 2007 - mmarek@suse.cz
817
818
- install examples in '%%_libdir/swig/examples' (not Examples) to
819
  pass the devel-file-in-non-devel-package rpmlint check
820
821
-------------------------------------------------------------------
822
Thu May 24 12:04:24 CEST 2007 - mmarek@suse.cz
823
824
- fixed some rpmlint errors
825
826
-------------------------------------------------------------------
827
Wed Apr  4 16:23:51 CEST 2007 - mmarek@suse.cz
828
829
- install the precompiled examples to %%_libdir/swig
830
831
-------------------------------------------------------------------
832
Wed Jan 24 12:22:40 CET 2007 - mmarek@suse.cz
833
834
- temporarily disabled li_std_string run test under perl5 on ix86
835
  and s390
836
- build examples and testsuite with -fno-strict-aliasing (packages
837
  using swig & python should do the same for now)
838
- fixed testsuite-warnings.patch
839
840
-------------------------------------------------------------------
841
Fri Dec 15 10:19:15 CET 2006 - mmarek@suse.cz
842
843
- updated to 1.3.31, for changes see
844
  http://swig.svn.sourceforge.net/viewvc/swig/trunk/CHANGES?r1=9073&r2=9585&diff_format=u
845
846
-------------------------------------------------------------------
847
Wed Nov  8 15:23:27 CET 2006 - mmarek@suse.cz
848
849
- fixed bug in the python module that caused aborts on some
850
  architectures
851
852
-------------------------------------------------------------------
853
Tue Nov  7 13:59:52 CET 2006 - mmarek@suse.cz
854
855
- don't install executable documentation files
856
857
-------------------------------------------------------------------
858
Fri Sep  8 11:00:48 CEST 2006 - mmarek@suse.cz
859
860
- fixed for Python 2.5 (further fixes may be needed, at least it
861
  builds again)
862
  (python25.patch)
863
- use $RPM_OPT_FLAGS, unhide compilation of test wrappers (ditto)
864
  (testsuite.patch)
865
866
-------------------------------------------------------------------
867
Wed Sep  6 09:30:14 CEST 2006 - mmarek@suse.de
868
869
- fixed build
870
871
-------------------------------------------------------------------
872
Wed Jul 26 13:21:08 CEST 2006 - mmarek@suse.cz
873
874
- update to version 1.3.29
875
  * support for Common Lisp with CFFI
876
  * new %extend_smart_pointer() directive to extend SWIG smart
877
    pointer support in Python
878
  * new %bang directive for methods ending with exclamation marks
879
    in Ruby
880
  * New -autorename option for Ruby to rename methods to match
881
    Ruby naming conventions
882
  * enhancements to the %rename directive
883
  * initial support for wrappint Java code in scripting languages
884
    using gcj
885
  * new %copyctor directive for automatic generation of copy
886
    constructors
887
  * many more enhancements + bugfixes
888
- fixed top-level Makefile.in to work with autoconf-2.60
889
  (autoconf260.patch)
890
- added python-devel to buildrequires to test the Python module
891
  during build
892
  
893
-------------------------------------------------------------------
894
Thu Jul 20 16:06:53 CEST 2006 - schwab@suse.de
895
896
- Fix missing slash.
897
898
-------------------------------------------------------------------
899
Mon Feb 27 12:00:20 CET 2006 - mmarek@suse.cz
900
901
- split documentation into swig-doc and swig-examples
902
  [#153015]
903
904
-------------------------------------------------------------------
905
Mon Jan 30 11:04:51 CET 2006 - mmarek@suse.cz
906
907
- fix build with perl-5.8.8 (thanks to Olaf Hering)
908
909
-------------------------------------------------------------------
910
Wed Jan 25 21:41:57 CET 2006 - mls@suse.de
911
912
- converted neededforbuild to BuildRequires
913
914
-------------------------------------------------------------------
915
Mon Jan 23 15:28:45 CET 2006 - mmarek@suse.cz
916
917
- use -fPIC instead of -fpic (-fpic didn't pass testsuite on s390x)
918
919
-------------------------------------------------------------------
920
Tue Jan 10 17:51:17 CET 2006 - mmarek@suse.cz
921
922
- fix endless loop when write fails
923
  [#141754] (write-loop.patch)
924
925
-------------------------------------------------------------------
926
Wed Nov 16 15:09:33 CET 2005 - ro@suse.de
927
928
- fix build on x86_64 (fPIC in gifplot) 
929
930
-------------------------------------------------------------------
931
Wed Nov  2 22:27:06 CET 2005 - dmueller@suse.de
932
933
- don't build as root 
934
935
-------------------------------------------------------------------
936
Wed Nov  2 17:48:11 CET 2005 - uli@suse.de
937
938
- update -> 1.3.27
939
- parallelize build
940
- run test suite
941
942
-------------------------------------------------------------------
943
Mon Apr 11 11:56:46 CEST 2005 - mcihar@suse.cz
944
945
- update to 1.3.24 again, I hope that subversion guys will fix their
946
  problems till next release
947
948
-------------------------------------------------------------------
949
Mon Jan 24 01:49:21 CET 2005 - ro@suse.de
950
951
- fix swigpy build on lib64 
952
953
-------------------------------------------------------------------
954
Thu Jan  6 11:51:21 CET 2005 - mcihar@suse.cz
955
956
- back to 1.3.21 due to subversion incompatibility
957
958
-------------------------------------------------------------------
959
Tue Dec 21 16:51:38 CET 2004 - mcihar@suse.cz
960
961
- update to 1.3.24
962
- our python now has sys.lib, so no need for patching
963
- spec file cleanup
964
- swiglibdir is now same as upstream - $datadir/swig/version
965
966
-------------------------------------------------------------------
967
Tue Nov 23 17:05:25 CET 2004 - mcihar@suse.cz
968
969
- update to 1.3.23
970
- runtime no more included
971
- remove most of buildrequires, as they're needed just for examples and
972
  they anyway don't compile out of the source directory
973
974
-------------------------------------------------------------------
975
Mon Apr 19 13:04:38 CEST 2004 - mcihar@suse.cz
976
977
- -fno-strict-aliasing
978
979
-------------------------------------------------------------------
980
Mon Mar  8 14:49:52 CET 2004 - ro@suse.de
981
982
- added php4 to neededforbuild
983
- renamed mod_php4-devel to php4-devel in neededforbuild
984
985
-------------------------------------------------------------------
986
Fri Jan 23 15:19:38 CET 2004 - mcihar@suse.cz
987
988
- updated to 1.3.21
989
990
-------------------------------------------------------------------
991
Thu Dec 18 12:37:25 CET 2003 - mcihar@suse.cz
992
993
- Updated to 1.3.20. This release includes a large number of
994
  enhancements including improved C++ support, directors, contracts, and
995
  more.
996
997
-------------------------------------------------------------------
998
Fri Aug 15 12:21:49 CEST 2003 - mcihar@suse.cz
999
1000
- handle libdir correctly
1001
1002
-------------------------------------------------------------------
1003
Thu Aug 14 19:27:27 CEST 2003 - mcihar@suse.cz
1004
1005
- try to force swig compilation to accept CFLAGS
1006
- cleaned up specfile
1007
1008
-------------------------------------------------------------------
1009
Wed May 28 16:26:51 CEST 2003 - mcihar@suse.cz
1010
1011
- add -fPIC
1012
- fix libtool problems
1013
1014
-------------------------------------------------------------------
1015
Tue May 27 19:23:41 CEST 2003 - mcihar@suse.cz
1016
1017
- fixed permissions for files in lib
1018
1019
-------------------------------------------------------------------
1020
Thu May 15 12:22:38 CEST 2003 - mcihar@suse.cz
1021
1022
- fix permissions for documentation
1023
1024
-------------------------------------------------------------------
1025
Mon May 12 17:23:12 CEST 2003 - mcihar@suse.cz
1026
1027
- use swiglibdir to have save setup as previous versions
1028
1029
-------------------------------------------------------------------
1030
Mon May 12 13:01:30 CEST 2003 - mcihar@suse.cz
1031
1032
- updated to 1.3.19
1033
- compile with -fPIC (should fix #26765)
1034
1035
-------------------------------------------------------------------
1036
Thu Feb 13 12:54:18 CET 2003 - mcihar@suse.cz
1037
1038
- configure scripts finds correctly more requirements:
1039
    - java includes
1040
    - python on lib64
1041
    - ocaml on lib64
1042
- build more runtimes:
1043
    - added php4
1044
    - fixed perl
1045
1046
-------------------------------------------------------------------
1047
Wed Jan 22 16:34:50 CET 2003 - mcihar@suse.cz
1048
1049
- not marking files as config, as they do not contain configuration
1050
- simplified file list
1051
1052
-------------------------------------------------------------------
1053
Mon Jan 06 12:20:08 CET 2003 - mcihar@suse.cz
1054
1055
- updated to 1.3.17:
1056
    * added pike and ocaml bindings
1057
    * many bugfixes
1058
1059
-------------------------------------------------------------------
1060
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
1061
1062
- removed bogus self-provides 
1063
1064
-------------------------------------------------------------------
1065
Wed Aug 14 14:39:41 MEST 2002 - mls@suse.de
1066
1067
- made it work with threaded perl-5.8
1068
1069
-------------------------------------------------------------------
1070
Thu Jun 27 13:57:22 CEST 2002 - mcihar@suse.cz
1071
1072
- updated to 1.3.13
1073
- added more documentation (html manual and some others)
1074
1075
-------------------------------------------------------------------
1076
Tue Jun 11 16:46:48 MEST 2002 - mls@suse.de
1077
1078
- delete bogus config.{log,status} from Examples/GIFPlot
1079
1080
-------------------------------------------------------------------
1081
Tue May 21 14:41:20 CEST 2002 - meissner@suse.de
1082
1083
- compile with tcl again (needs --with-tclconfig)
1084
1085
-------------------------------------------------------------------
1086
Tue May 21 13:39:50 CEST 2002 - ro@suse.de
1087
1088
- fix libdir usage 
1089
1090
-------------------------------------------------------------------
1091
Mon Jan 28 10:58:32 CET 2002 - tcrhak@suse.cz
1092
1093
- fixed parser.yxx to compile with bison 1.32
1094
1095
-------------------------------------------------------------------
1096
Tue Jan  8 11:29:12 CET 2002 - cihlar@suse.cz
1097
1098
- fixed to compile with python 2.2
1099
1100
-------------------------------------------------------------------
1101
Thu Dec  6 11:00:16 CET 2001 - cihlar@suse.cz
1102
1103
- update to version 1.3.9:
1104
  * many fixes and improvements
1105
- added libraries in /usr/lib
1106
1107
-------------------------------------------------------------------
1108
Fri Jul 27 08:21:51 CEST 2001 - cihlar@suse.cz
1109
1110
- update to version 1.3.6
1111
- fixed call of suse_update_config
1112
- call autoconf also in subdirs
1113
- added xf86 to neededforbuild
1114
1115
-------------------------------------------------------------------
1116
Sat Jan 20 19:38:42 CET 2001 - schwab@suse.de
1117
1118
- Fix last change to do it right.
1119
1120
-------------------------------------------------------------------
1121
Fri Jan 19 08:38:33 CET 2001 - cihlar@suse.cz
1122
1123
- added swig1.3a5-Printv.dif.bz2 - fixed to work on ia64
1124
1125
-------------------------------------------------------------------
1126
Wed Nov 29 17:26:51 CET 2000 - ro@suse.de
1127
1128
- changed neededforbuild <tcld> to <tcl-devel>
1129
1130
-------------------------------------------------------------------
1131
Mon Nov 27 08:14:56 CET 2000 - cihlar@suse.cz
1132
1133
- removed kaffe from neededforbuild
1134
1135
-------------------------------------------------------------------
1136
Fri Nov 17 09:23:28 CET 2000 - ro@suse.de
1137
1138
- fixed filelist 
1139
1140
-------------------------------------------------------------------
1141
Thu Nov 16 10:34:29 CET 2000 - cihlar@suse.cz
1142
1143
- fixed neededforbuild
1144
1145
-------------------------------------------------------------------
1146
Thu Nov 16 08:46:06 CET 2000 - cihlar@suse.cz
1147
1148
- update to version 1.3a5
1149
- fixed file list
1150
- fixed neededforbuild
1151
- improved optimalization
1152
1153
-------------------------------------------------------------------
1154
Thu Aug 24 08:33:09 CEST 2000 - cihlar@suse.cz
1155
1156
- update to version 1.3a3
1157
- bzipped sources
1158
1159
-------------------------------------------------------------------
1160
Wed Aug 16 14:31:54 CEST 2000 - cihlar@suse.cz
1161
1162
- added BuildRoot
1163
1164
-------------------------------------------------------------------
1165
Fri Jun  2 11:28:17 CEST 2000 - kukuk@suse.de
1166
1167
- Use doc macro
1168
1169
-------------------------------------------------------------------
1170
Mon Jan 31 18:39:02 CET 2000 - ro@suse.de
1171
1172
- fixed to compile
1173
- man to /usr/share 
1174
1175
-------------------------------------------------------------------
1176
Sun Oct 17 02:24:35 CEST 1999 - ro@suse.de
1177
1178
- fixed neededforbuild 
1179
1180
-------------------------------------------------------------------                                 
1181
Fri Sep 17 11:28:09 MEST 1999 - kettner@suse.de
1182
1183
- Reinserted old # Commandline: line.
1184
1185
-------------------------------------------------------------------
1186
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
1187
1188
- ran old prepare_spec on spec file to switch to new prepare_spec.
1189
1190
-------------------------------------------------------------------
1191
Mon May  3 15:43:56 MEST 1999 - kettner@suse.de
1192
1193
 - Spec file created from swig1.1p5.tar.gz by autospec
1194