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