File boost.changes of Package boost
1984
1
-------------------------------------------------------------------
2
Thu Mar 19 14:40:09 UTC 2020 - Adam Majer <adam.majer@suse.de>
3
4
- libreoffice_compat_backports.patch: add a backport of
5
Boost.Optional::has_value() for LibreOffice
6
7
-------------------------------------------------------------------
8
Wed Apr 4 09:59:53 CEST 2018 - kukuk@suse.de
9
10
- Use %license instead of %doc [bsc#1082318]
11
12
-------------------------------------------------------------------
13
Fri Jan 19 07:24:00 UTC 2018 - adam.majer@suse.de
14
15
- Multibuild requires versioned Name: tag and doesn't seem to do
16
this automatically. (bnc#1076640)
17
18
-------------------------------------------------------------------
19
Mon Dec 18 16:26:46 CET 2017 - adam.majer@suse.de
20
21
- Update to version 1.66.0
22
+ Beast: new portable HTTP, WebSocket and network operations
23
using Boost.Asio. Header-only library.
24
+ Callable Traits: new library and successor to
25
Boost.FunctionTypes. Header-only library.
26
+ Mp11: new metaprogramming library
27
+ Asio:
28
* implemented interface changes to reflect the Networking TS
29
(N4656)
30
* functions and classes that have been superseded by
31
Networking TS functionality have been deprecated.
32
* added support for customized handler tracking
33
* removed previously deprecated functions
34
+ Atomic: improved compatibility with GCC 7. 128-bit operations
35
on x86_64 no longer require linking with compiled library.
36
+ DateTime: Fixed an integral overflow that could cause incorrect
37
results when adding or subtracting many years from a date.
38
+ Format: New format specifiers added and volatile arguments
39
can not be safely used with operator%
40
+ Fusion:
41
* fix compile error with std::array
42
* remove circular preprocessor include
43
+ PolyCollection: backported to GCC 4.8 and 4.9 with some
44
limitations
45
+ Uuid: added RTF-4122 namespaces in boost::uuids::ns
46
+ for complete changelog, see
47
http://www.boost.org/users/history/version_1_66_0.html
48
49
- refreshed patches: boost-rpmoptflags-only.patch
50
51
-------------------------------------------------------------------
52
Wed Nov 29 09:45:57 UTC 2017 - adam.majer@suse.de
53
54
- re-enable Python 2 by default. It's still conditional, but
55
remains enabled by default. This can be disabled in project
56
config.
57
58
-------------------------------------------------------------------
59
Tue Oct 24 14:24:06 UTC 2017 - jmatejek@suse.com
60
61
- build Python 2 conditionally
62
63
-------------------------------------------------------------------
64
Tue Oct 10 13:49:10 UTC 2017 - adam.majer@suse.de
65
66
- Use multibuild setup - build no-dependency libraries in the
67
base package and build the rest of the compiled libraries in
68
the main variant. This should speed up bootstrapping.
69
- boost-devel not built by default anymore.
70
- libboost_headers-devel now provides boost-devel for legacy
71
dependencies. If you need compiled boost libraries depend on
72
the current compiled devel subpackage.
73
- run %fdupes only on the header files and documentation
74
- drop build dependencies on gcc-fortran, chrpath.
75
76
-------------------------------------------------------------------
77
Mon Oct 9 08:13:38 UTC 2017 - nmoreychaisemartin@suse.com
78
79
- Setup MPI environment prior to building boost.
80
- Switch to OpenMPI2 as OpenMPI1 is becoming deprecated.
81
82
-------------------------------------------------------------------
83
Wed Sep 20 11:54:35 UTC 2017 - adam.majer@suse.de
84
85
- New upstream version 1.65.1
86
+ config, fiber - Return a continuation from functions executed
87
by resume_with.
88
+ stacktrace - Change preprocessor file extensions to work with
89
the installation system.
90
91
- Changes in version 1.65.0
92
+ stacktrace - new library providing call sequence in human
93
readable format.
94
+ polycollection - new library providing fast containers of
95
polymorphic objects, from Joaquín M López Muñoz.
96
+ For full list of changes, see
97
http://www.boost.org/users/history/version_1_65_1.html
98
- 1d862615.patch: upstreamed and removed
99
- gcc_path.patch: obsolete, tr1 module is removed
100
- mpi_upstream.patch: upstreamed and removed
101
- boost-1.57.0-python-abi_letters.patch: refreshed
102
- python_library_name.patch: refreshed and reverted upstream
103
changes to mpi/build/Jamfile as we are building python2 and
104
python3 versions of MPI separately.
105
- baselibs.conf
106
+ add libboost_stracktrace
107
+ update to version 1.65.1
108
109
-------------------------------------------------------------------
110
Tue May 9 10:52:38 UTC 2017 - adam.majer@suse.de
111
112
- 1d862615.patch: Fix regression caused by refactoring of
113
serialization code (bnc#1038083)
114
115
-------------------------------------------------------------------
116
Mon May 8 11:31:17 UTC 2017 - adam.majer@suse.de
117
118
- make python-numpy optional build dependency
119
- fix building of mpi python3 plugin
120
121
-------------------------------------------------------------------
122
Thu Apr 20 13:52:20 EST 2017 - adam.majer@suse.de
123
124
- New upstream version 1.64.0
125
+ process - new library providing cross platform methods to
126
- create child processes
127
- setup stream for child processes
128
- sync and async communication streams with children
129
- sync and async wait
130
- process termination
131
+ geometry library had some breaking changes,
132
- ublas_transformer is renamed to matrix_transformer
133
- explicit modifier is added to constructors of rtree
134
index::dynamic_* parameters
135
- strategy::area::huiller replaced by strategy::area::spherical
136
+ context library updates
137
- deprecated API:execution-context
138
- fixed bad assembly for fcontext on ppc64/sysv/elf
139
+ Updated libraries: any, atomic, config, container, context,
140
conversion, core, coroutine2, fiber, hash, interprocess,
141
intrusive, lexicalcast, math, multi-index containers,
142
multiprecision, predef, program options, regex, smart pointers,
143
test ,typeindex, typetraits, unordered, variant
144
+ for details, see
145
http://www.boost.org/users/history/version_1_64_0.html
146
- Build PyNumpy module
147
+ add build requires on python-numpy
148
- test_lowcase.patch: upstreamed
149
- refreshed patches: boost-strict_aliasing.patch, gcc_path.patch,
150
python_mpi.patch
151
- mpi_upstream.patch: pending upstream fixes to OpenMPI build
152
- python_library_name.patch: we are building python versions in
153
different stagings so drop library renames.
154
- python_numpy_retfunc.patch: rpmlint fixes
155
156
-------------------------------------------------------------------
157
Fri Feb 10 13:35:53 UTC 2017 - jmatejek@suse.com
158
159
- update python macros
160
161
-------------------------------------------------------------------
162
Fri Feb 3 15:58:17 UTC 2017 - adam.majer@suse.de
163
164
- baselibs.conf: (re)add python 2.7 and 3.x libraries
165
166
-------------------------------------------------------------------
167
Wed Jan 25 13:24:39 UTC 2017 - adam.majer@suse.de
168
169
- Fix dependency typos.
170
171
-------------------------------------------------------------------
172
Tue Jan 17 12:00:48 UTC 2017 - adam.majer@suse.de
173
174
- test_lowcase.patch: downcase Boost::Test usage of uppercase
175
variables. VERSION was clashing with GNU Autotools define
176
resulting in compilation errors of various packages.
177
- recombine headers from various devel subpackages under the
178
libboost_headers-devel package. Not all usage of headers that
179
have compiled parts pull in their associated compiled symbols.
180
- general cleanup of the spec file from old, commented stuffs
181
182
-------------------------------------------------------------------
183
Sun Jan 15 18:57:34 UTC 2017 - adam.majer@suse.de
184
185
- remove non-existent dependency in the boost mpi python package
186
187
-------------------------------------------------------------------
188
Wed Jan 4 12:31:56 UTC 2017 - adam.majer@suse.de
189
190
- update to version 1.63.0
191
* updated libraries: atomic, container, context, fiber,
192
fusion, geometry, hash, interprocess, intrusive, lexical cast,
193
log, metaparse, move, optional, phoenix, python, test,
194
typeindex, units, unordered
195
* see http://www.boost.org/users/history/version_1_63_0.html
196
for complete list of changes
197
- refresh patches
198
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
199
* boost-strict_aliasing.patch, and enable -fno-strict-aliasing
200
for python module
201
- baselibs.conf:
202
* add libboost_locale
203
* rename python to include new soname
204
- remove python-2059618.patch, not needed
205
- make build condition --without buil_mpi work
206
- allow building without python3 bindings, for SLE11SP4
207
- remove versioned build dependency on libicu-devel, apparently
208
not needed.
209
- split out the boost-devel package into individudal compiled
210
libraries and their -devel subpackages and libboost_headers-devel
211
package for header-only libraries.
212
- remove all the -mt.so symlinks, probably not needed anymore.
213
- ship MPI python bindings for both Python 2.7 and 3.x
214
* add python_mpi.patch to allow proper compiled library loading
215
- dynamic_linking.patch: first attempt to remove static library
216
generation during build process.
217
218
-------------------------------------------------------------------
219
Tue Nov 8 13:32:31 UTC 2016 - adam.majer@suse.de
220
221
- Revert upstream change that set default python version and
222
ignored user configuration.
223
python-2059618.patch (boo#1006584)
224
225
-------------------------------------------------------------------
226
Thu Nov 3 12:20:52 UTC 2016 - jengelh@inai.de
227
228
- Rectify groups and description
229
230
-------------------------------------------------------------------
231
Fri Sep 30 12:13:02 UTC 2016 - adam.majer@suse.de
232
233
- package boost-jam
234
- add missing ldconfig for libboost_type_erasure
235
- fix EOL encoding for documentation files
236
237
-------------------------------------------------------------------
238
Thu Sep 29 10:56:49 UTC 2016 - adam.majer@suse.de
239
240
- update to version 1.62.0
241
* new library: fiber: framework for userland-threads/fibers
242
* new library: QVM: library for working with quaternions,
243
vectors and matrices of static size
244
* see http://www.boost.org/users/history/version_1_62_0.html
245
for complete changelog
246
- remove boost-fix_include_config.patch - upstreamed
247
- gcc_path.patch - fix GCC search paths (bnc#996917)
248
Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x
249
onward while our version of GCC only has /usr/include/c++/x.y
250
for 4.x GCC and /usr/include/c++/x/ for 5.x onward.
251
- migrate to using %bcond_ instead of hardcoding macros
252
for different Boost features
253
- better way to limit max number of compilation units than
254
by reading /proc/meminfo and guesstimating.
255
256
-------------------------------------------------------------------
257
Thu Aug 18 14:40:43 UTC 2016 - mvetter@suse.com
258
259
- Fix boo#994378, boo#994381, boo#994382 boo#994383:
260
Fix build issues when optional_fwd.hpp is used before
261
including boost/config.hpp
262
- Add boost-fix_include_config.patch from
263
gh#boostorg/optional#19
264
265
-------------------------------------------------------------------
266
Fri Aug 12 15:05:12 UTC 2016 - adrian@suse.de
267
268
- build it from "boost.spec", but create versioned "boost-1_61-devel"
269
packages
270
271
-------------------------------------------------------------------
272
Fri Jun 17 08:32:41 UTC 2016 - adrian@suse.de
273
274
- build quickbook also in versioned package
275
276
-------------------------------------------------------------------
277
Tue Jun 14 12:45:30 UTC 2016 - adrian@suse.de
278
279
- update to version 1.61.0
280
Details on http://www.boost.org/users/history/version_1_61_0.html
281
Obsolete patches:
282
* boost-1.59-test-fenv.patch
283
* boost-deprecated-type_traits.patch
284
285
-------------------------------------------------------------------
286
Tue Jun 14 07:32:55 UTC 2016 - adrian@suse.de
287
288
- rename package to boost-1_60 to allow multiple versions
289
290
-------------------------------------------------------------------
291
Tue Mar 29 20:06:05 UTC 2016 - dmitry_r@opensuse.org
292
293
- Fix build on systems with GCC4
294
295
-------------------------------------------------------------------
296
Sun Feb 14 14:28:50 UTC 2016 - egeorget@openmailbox.org
297
298
- Added libboost_python3 to the dependency macro.
299
* boost-devel will now correctly requires libboost_python3.
300
301
-------------------------------------------------------------------
302
Mon Jan 18 13:50:06 UTC 2016 - idonmez@suse.com
303
304
- Add boost-deprecated-type_traits.patch to fix deprecated
305
type_traits usage in boost/graph/adjacency_matrix.hpp header.
306
307
-------------------------------------------------------------------
308
Mon Jan 4 13:28:22 UTC 2016 - idonmez@suse.com
309
310
- Add the following patches from Fedora to fix underlinking in
311
boost::python code
312
* boost-1.57.0-python-abi_letters.patch
313
* boost-1.57.0-python-libpython_dep.patch
314
* boost-1.55.0-python-test-PyImport_AppendInittab.patch
315
316
-------------------------------------------------------------------
317
Wed Dec 23 21:37:07 UTC 2015 - fstrba@suse.com
318
319
- Updated to version 1.60.0
320
* New library: VMD.
321
* Updated libraries: Atomic, Chrono, Container, Context, Core,
322
Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical
323
Cast, Locale, log, Move, Multi-index Containers, odeint,
324
Optional, Predef, Test, Thread, UUID
325
* See http://www.boost.org/users/history/version_1_60_0.html for
326
complete changelog.
327
- Modified patch:
328
* boost-disable-pch-on-aarch64.patch
329
- rediff to a new context
330
- Removed patch:
331
* boost-1.59-python-make_setter.patch
332
- integrated upstream
333
- Add libboost_type_erasure subpackage
334
335
-------------------------------------------------------------------
336
Sun Dec 13 15:31:10 UTC 2015 - egeorget@openmailbox.org
337
338
- Add support to Boost:Python3 (boo#951902)
339
* New library: python3
340
341
-------------------------------------------------------------------
342
Tue Dec 8 15:52:49 CET 2015 - pth@suse.de
343
344
- Add boost-visibility.patch to make members of basic_xml_grammar<char>
345
visible (boo#958150).
346
- Fix redefinition of _docdir.
347
348
-------------------------------------------------------------------
349
Thu Nov 26 10:57:32 UTC 2015 - schwab@suse.de
350
351
- coroutine2 depends on context, disable it if context is not built
352
353
-------------------------------------------------------------------
354
Fri Oct 23 11:29:11 UTC 2015 - idonmez@suse.com
355
356
- Updated to version 1.59.0:
357
* New libraries: Convert, Coroutine2
358
* Updated Libraries: Container, Context, Coroutine, Fusion,
359
Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
360
Multi-index Containers, Predef, Program Options, Property Tree,
361
Boost.Test v3, TypeIndex, Variant
362
* See http://www.boost.org/users/history/version_1_59_0.html for
363
complete changelog.
364
- context now builds on aarch64
365
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
366
boost-1.59-test-fenv.patch
367
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch,
368
0002-Fix-a-regression-with-non-constexpr-types.patch,
369
boost-uuid-comparison.patch, boost-unrecognized-option.patch.
370
Fixed upstream.
371
372
-------------------------------------------------------------------
373
Thu Jun 11 08:26:58 UTC 2015 - idonmez@suse.com
374
375
- Remove unneeded dependency on xorg-x11-devel
376
377
-------------------------------------------------------------------
378
Thu May 21 13:04:18 UTC 2015 - schwab@suse.de
379
380
- boost-unrecognized-option.patch: remove unrecognized option -m32
381
382
-------------------------------------------------------------------
383
Sat May 9 09:01:32 UTC 2015 - dmueller@suse.com
384
385
- update to 1.58.0:
386
boost docs remain at 1.56 since upstream hasn't updated yet
387
* New Libraries: Endian, Sort.
388
* Updated Libraries: Asio, Chrono, Container, Context, Conversion,
389
DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
390
Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
391
Multi-index Containers, Multiprecision, Optional, Phoenix,
392
Predef, Random, Thread, TypeErasure, TypeIndex, Units,
393
Unordered, Variant.
394
See http://www.boost.org/users/history/version_1_58_0.html
395
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
396
0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
397
in 1.58
398
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
399
differently
400
- add boost-rpmoptflags-only.patch: Build only with optflags
401
- add boost-aarch64-flags.patch: Avoid using -m64
402
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
403
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
404
to avoid compiler segfault
405
406
-------------------------------------------------------------------
407
Mon Mar 9 14:47:09 UTC 2015 - rneuhauser@suse.cz
408
409
- Add quickbook subpackage
410
411
-------------------------------------------------------------------
412
Mon Feb 23 13:22:31 UTC 2015 - rguenther@suse.com
413
414
- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
415
Be more verbose and fail building with the first error.
416
- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
417
module which fixes build with GCC 5.
418
419
-------------------------------------------------------------------
420
Fri Dec 5 07:44:38 UTC 2014 - dimstar@opensuse.org
421
422
- Revert the python3 building: it resulted in BOTH libboost_python
423
libraries to be using python 3 instructions, resulting in
424
failures of all Py2 related packages.
425
426
-------------------------------------------------------------------
427
Thu Oct 2 12:17:18 UTC 2014 - michael.hamann@kit.edu
428
429
- Added boost_python3 for boost 1.56.0, config based on
430
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/boost
431
432
-------------------------------------------------------------------
433
Sat Sep 27 12:45:11 UTC 2014 - dmitry_r@opensuse.org
434
435
- Update documentation tarball (source was changed)
436
- Fix aarch64 build
437
438
-------------------------------------------------------------------
439
Thu Aug 14 15:06:49 UTC 2014 - dmitry_r@opensuse.org
440
441
- Update to version 1.56.0. Major changes since 1.54.0:
442
New libraries:
443
* Predef: This library defines a set of compiler, architecture,
444
operating system, library, and other version numbers from the
445
information it can gather of C, C++, Objective C, and Objective
446
C++ predefined macros or those defined in generally available
447
headers, from Rene Rivera.
448
* Align: Memory alignment functions, allocators, and adaptors.
449
* Type_Index: Runtime/Compile time copyable type info.
450
For a detailed descriptions see:
451
http://www.boost.org/users/history/version_1_56_0.html
452
http://www.boost.org/users/history/version_1_55_0.html
453
- Rebase boost-thread.patch
454
- Rabase boost-use_std_xml_catalog.patch
455
- Rebase bjam-alignment.patch
456
- Remove obsolete boost-glibc-2.18.patch
457
- Remove obsolete boost-1.54-001-coroutine.patch
458
- Remove obsolete boost-1.54-002-date-time.patch
459
- Remove obsolete boost-1.54-003-log.patch
460
- Remove obsolete boost-1.54-change85160.patch
461
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
462
- Remove obsolete boost-ppc64-abiv2-context.patch
463
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
464
- Remove outdated man pages boost_1_54_man.tar.bz2
465
466
-------------------------------------------------------------------
467
Wed Jul 30 05:09:29 UTC 2014 - coolo@suse.com
468
469
- add baselibs.conf as source
470
471
-------------------------------------------------------------------
472
Tue Jul 22 13:52:26 UTC 2014 - fcrozat@suse.com
473
474
- Ensure there is enough disk space available for build.
475
476
-------------------------------------------------------------------
477
Tue Jul 22 12:22:13 UTC 2014 - fcrozat@suse.com
478
479
- use only JOBS=2 to avoid gcc being killed with OOM when memory is
480
between 4G and 7G.
481
482
-------------------------------------------------------------------
483
Tue Apr 29 14:34:41 UTC 2014 - dvaleev@suse.com
484
485
- ppc64 ABIv2 support
486
- enable build_context for ppc64le
487
- added patches:
488
* boost-ppc64-abiv2-context.patch
489
* boost-ppc64-abiv2-coroutine.patch
490
-------------------------------------------------------------------
491
Sat Apr 19 17:40:27 UTC 2014 - schwab@suse.de
492
493
- Fix quoting while creating shared build instructions
494
- Properly configure library list
495
- bjam-alignment.patch: fix alignment check in bjam
496
497
-------------------------------------------------------------------
498
Tue Apr 1 08:20:21 UTC 2014 - coolo@suse.com
499
500
- buildignore python, python-base is enough
501
502
-------------------------------------------------------------------
503
Tue Mar 11 12:04:13 UTC 2014 - Rene.vanPaassen@gmail.com
504
505
- further improved the use of supplied b2 / bootstrap.sh,
506
include user-config.jam, and remove superfluous python
507
and gcc instructions from user-config.jam
508
509
-------------------------------------------------------------------
510
Mon Mar 10 16:26:29 UTC 2014 - Rene.vanPaassen@gmail.com
511
512
- fix problem with executable .pdf in doc by correcting
513
permissions after install (%attr with a dir failed on
514
sled/sles)
515
- add dependency on zlib-devel and libbz2-devel and use the
516
supplied bootstrap.sh script in building. This adds
517
on-the-fly compression to boost-iostreams
518
519
-------------------------------------------------------------------
520
Thu Feb 27 06:13:01 UTC 2014 - coolo@suse.com
521
522
- remove broken python module mpi.so
523
- trying to make the build more reliable:
524
* use -fno-var-tracking in cxxflags as recommended by richi
525
* disable parallel build on low memory
526
527
-------------------------------------------------------------------
528
Sat Feb 8 18:06:12 CET 2014 - pth@suse.de
529
530
- Add post and postun sections for libboost_graph_parallel.
531
532
-------------------------------------------------------------------
533
Fri Feb 7 14:48:30 CET 2014 - ro@suse.de
534
535
- add boost-1.54.0-thread-link_atomic.patch fixing upstream issue
536
https://svn.boost.org/trac/boost/ticket/9041
537
(fixes compilation failure of snapper on various platforms)
538
539
-------------------------------------------------------------------
540
Wed Feb 5 13:58:30 CET 2014 - ro@suse.de
541
542
- enable build_mpi on s390/s390x
543
544
-------------------------------------------------------------------
545
Tue Jan 7 11:02:00 UTC 2014 - schwab@suse.de
546
547
- Disable coroutine library together with context
548
549
-------------------------------------------------------------------
550
Sat Jan 4 19:57:55 UTC 2014 - coolo@suse.com
551
552
- fix build of libzypp - patch from boost's track
553
554
- added patches:
555
* boost-1.54-change85160.patch
556
557
-------------------------------------------------------------------
558
Tue Nov 26 16:13:00 CET 2013 - tbehrens@suse.com
559
560
- Add boost-pool_check_overflow.patch: Prevent possible overflow when
561
calculating the amount to malloc (bnc#765443).
562
Fix from https://svn.boost.org/trac/boost/ticket/6701
563
564
-------------------------------------------------------------------
565
Sun Oct 20 12:51:53 UTC 2013 - jengelh@inai.de
566
567
- Split libboost_graph so that the MPI components are not forced
568
569
-------------------------------------------------------------------
570
Wed Sep 18 16:40:37 UTC 2013 - dap.darkness@gmail.com
571
572
- Update to 1.54.0. Major changes since 1.53.0:
573
574
New libraries:
575
* Log: Logging library, from Andrey Semashev.
576
* TTI: Type Traits Introspection library, from Edward Diener.
577
* Type Erasure: Runtime polymorphism based on concepts.
578
579
For a detailed descriptions see
580
http://www.boost.org/users/history/version_1_54_0.html
581
582
- Update broken patch:
583
* boost-use_std_xml_catalog.patch
584
- Delete merged patch:
585
* boost-fix_ppc64_asm.patch
586
- Add post-release fix patches:
587
* boost-1.54-001-coroutine.patch
588
* boost-1.54-002-date-time.patch
589
* boost-1.54-003-log.patch
590
591
- build_pdf define was deleted as unused;
592
package_pdf was refactored.
593
- _constraints was added to request more memory to build.
594
595
-------------------------------------------------------------------
596
Sun Aug 18 20:11:52 UTC 2013 - tchvatal@suse.com
597
598
- Fix build with updated glibc:
599
* boost-glibc-2.18.patch - taken from upstream scm
600
601
-------------------------------------------------------------------
602
Sat Jun 8 08:41:55 UTC 2013 - schwab@suse.de
603
604
- Build context library only on supported architectures
605
- Reenable mpi on aarch64
606
- Avoid duplication between %build and %install
607
608
-------------------------------------------------------------------
609
Wed Apr 3 14:20:58 CEST 2013 - pth@suse.de
610
611
- Apply upstream patch that fixes the ppc64 code in boost::context
612
(boost#8374): boost-fix_ppc64_asm.patch
613
614
-------------------------------------------------------------------
615
Fri Mar 22 10:36:57 UTC 2013 - idonmez@suse.com
616
617
- Rename manpages to avoid conflict with other packages
618
619
-------------------------------------------------------------------
620
Thu Mar 21 08:13:17 UTC 2013 - mmeister@suse.com
621
622
- Added url as source.
623
Please see http://en.opensuse.org/SourceUrls
624
625
-------------------------------------------------------------------
626
Sat Mar 16 11:35:15 UTC 2013 - dap.darkness@gmail.com
627
628
- Update to 1.53.0. Major changes since 1.49.0:
629
630
New libraries:
631
* Algorithm: A collection of useful generic algorithms.
632
* Context: Context switching library.
633
* Functional/OverloadedFunction: Overload different functions.
634
* LocalFunction: Program functions locally, within other functions.
635
* Utility/IdentityType: Wrap types within round parenthesis.
636
637
For a detailed descriptions see
638
http://www.boost.org/users/history/version_1_50_0.html
639
http://www.boost.org/users/history/version_1_51_0.html
640
http://www.boost.org/users/history/version_1_52_0.html
641
642
- Delete unneeded patches:
643
* boost-chrono_add_function_return.patch
644
* boost-fix_documentation.patch
645
* boost-time_utc.patch
646
647
-------------------------------------------------------------------
648
Wed Feb 27 18:34:09 UTC 2013 - dmueller@suse.com
649
650
- build without openmpi on aarch64 for now
651
652
-------------------------------------------------------------------
653
Wed Jan 23 13:30:18 UTC 2013 - BSipos@rkf-eng.com
654
655
- Require package for ICU having same minimum version that the build requires.
656
- Avoid obsoleting older versions of boost documentation to allow multiple boost package versions in same environment.
657
658
-------------------------------------------------------------------
659
Thu Jan 17 14:21:58 UTC 2013 - opensuse@dstoecker.de
660
661
- use bzip2 instead of xz to support older SUSE releases
662
663
-------------------------------------------------------------------
664
Thu Sep 6 13:12:38 UTC 2012 - cfarrell@suse.com
665
666
- license update: BSL-1.0
667
Boost Software License 1.0 is available in SPDX format on
668
http://www.spdx.org/licenses as BSL-1.0
669
670
-------------------------------------------------------------------
671
Thu Aug 2 09:49:29 UTC 2012 - aj@suse.de
672
673
- Add patch from upstream to use TIME_UTC_ instead of TIME_UTC since
674
the later is part of ISO C11.
675
676
-------------------------------------------------------------------
677
Fri May 18 07:38:27 UTC 2012 - aj@suse.de
678
679
- Fix timer post script, it used the comment as content.
680
681
-------------------------------------------------------------------
682
Fri May 11 08:05:42 UTC 2012 - coolo@suse.com
683
684
- fixing the previous fix
685
686
-------------------------------------------------------------------
687
Wed May 9 13:01:51 UTC 2012 - coolo@suse.com
688
689
- fixing baselibs.conf after version bump
690
691
-------------------------------------------------------------------
692
Sat Mar 17 17:58:21 UTC 2012 - jengelh@medozas.de
693
694
- Adjust Require for new libxslt-tools
695
696
-------------------------------------------------------------------
697
Tue Mar 13 12:45:31 CET 2012 - pth@suse.de
698
699
- Update to 1.49.0. Major changes since 1.46.1:
700
701
New libraries:
702
* Heap.
703
* Container
704
* Locale
705
* Move
706
* Chrono
707
* Geometry
708
* Phoenix
709
* Ratio
710
711
For a detailed descriptions see
712
http://www.boost.org/users/history/version_1_47_0.html
713
http://www.boost.org/users/history/version_1_48_0.html
714
http://www.boost.org/users/history/version_1_49_0.html
715
716
- Rebuilt the man documentation with gcc 4.5 as the current gcc
717
segfaults when building quickbook.
718
- Package PDF documentation independent of whether we build it
719
ourselves.
720
- Fix missing function return in Boost::Chrono's process_cpu_clocks.hpp
721
722
-------------------------------------------------------------------
723
Mon Feb 13 10:44:37 UTC 2012 - coolo@suse.com
724
725
- patch license to follow spdx.org standard
726
727
-------------------------------------------------------------------
728
Tue Dec 6 20:35:26 UTC 2011 - aj@suse.de
729
730
- Do not package NEWS and LICENSE twice.
731
732
-------------------------------------------------------------------
733
Fri Nov 25 01:14:22 UTC 2011 - jengelh@medozas.de
734
735
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
736
737
-------------------------------------------------------------------
738
Thu Nov 24 10:50:27 UTC 2011 - nadvornik@suse.com
739
740
- dropped visit_each patch (bnc#714373)
741
742
-------------------------------------------------------------------
743
Mon Oct 3 12:17:41 CEST 2011 - dmueller@suse.de
744
745
- disable openmpi on %%arm
746
747
-------------------------------------------------------------------
748
Tue Apr 19 00:13:36 CEST 2011 - ro@suse.de
749
750
- update baselibs.conf
751
752
-------------------------------------------------------------------
753
Sun Mar 21 11:53:29 UTC 2011 - idoenmez@novell.com
754
755
- Fix attribute handling problem in spirit library,
756
See http://comments.gmane.org/gmane.comp.parsers.spirit.general/22073
757
758
-------------------------------------------------------------------
759
Mon Mar 21 11:46:48 CET 2011 - pth@suse.de
760
761
- Prefix bug numbers.
762
763
-------------------------------------------------------------------
764
Fri Mar 18 17:04:45 CET 2011 - pth@suse.de
765
766
- Make packaging of the pdf documentation configurable.
767
768
-------------------------------------------------------------------
769
Fri Mar 18 11:59:14 CET 2011 - pth@suse.de
770
771
- Update to 1.46.1, a bugfix release:
772
• Asio:
773
- EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
774
the io_service destructor getting stuck inside the close() system call.
775
Changed the kqueue backend to use EV_CLEAR instead (boost#5021).
776
- Fixed compile failures with some versions of g++ due to the use of
777
anonymous enums (boost#4883).
778
- Fixed a bug on kqueue-based platforms, where some system calls that
779
repeatedly fail with EWOULDBLOCK are not correctly re-registered with
780
kqueue.
781
- Changed asio::streambuf to ensure that its internal pointers are
782
updated correctly after the data has been modified using std::streambuf
783
member functions.
784
- Fixed a bug that prevented the linger socket option from working on
785
platforms other than Windows.
786
787
For the rest see NEWS or the boost web site http://www.boost.org
788
789
-------------------------------------------------------------------
790
Wed Mar 16 12:03:17 CET 2011 - pth@suse.de
791
792
- Remove comment chars from doc-pdf description.
793
794
-------------------------------------------------------------------
795
Mon Mar 14 12:24:53 CET 2011 - pth@suse.de
796
797
- Use xz to compress tarballs.
798
- Generate new man pages tarball.
799
- Update pdf tarball.
800
801
- Update to 1.46:
802
New Libraries
803
Icl: Interval Container Library, interval sets and maps and
804
aggregation of associated values, from Joachim Faulhaber.
805
806
For the rest of the changes see NEWS in the package documentation
807
directory or see http://www.boost.org/users/news/version_1_46_0 .
808
809
-------------------------------------------------------------------
810
Thu Nov 25 12:01:42 CET 2010 - pth@suse.de
811
812
- Remove the boost specific autoconf macros now that we have the
813
complete autoconf archive packaged (bnc#655747).
814
- Move the lib64 patch over to autoconf-archive.
815
816
-------------------------------------------------------------------
817
Mon Oct 25 07:32:01 UTC 2010 - jslaby@novell.com
818
819
- take care of random library (build 32bit on x86_64 and
820
require it in boost-devel)
821
822
-------------------------------------------------------------------
823
Wed Sep 29 09:42:52 UTC 2010 - coolo@novell.com
824
825
- fix baselibs.conf
826
827
-------------------------------------------------------------------
828
Fri Sep 3 17:38:42 CEST 2010 - pth@suse.de
829
830
- Shorten the list of update items.
831
- Fix typo in spec.
832
833
-------------------------------------------------------------------
834
Thu Aug 26 17:55:59 CEST 2010 - pth@suse.de
835
836
- Redo the lib64 patch for the boost autoconf macros so that
837
lib64 is used on all archs that need it.
838
- Remove the ICU patch.
839
840
-------------------------------------------------------------------
841
Thu Aug 26 10:55:59 CEST 2010 - pth@suse.de
842
843
- Update to 1.44.0:
844
845
New Libraries:
846
847
* Meta State Machine: High-performance expressive UML2 finite
848
state machines
849
* Polygon: Booleans/clipping, resizing/offsetting and more for
850
planar polygons with integral coordinates
851
852
Updated Libraries:
853
854
* Accumulators:
855
* Asio:
856
* Foreach:
857
* Fusion:
858
* Hash:
859
* Math:
860
* MPL:
861
* Multi-index Containers:
862
* Proto:
863
* Regex:
864
* Thread:
865
* Type Traits:
866
* uBLAS:
867
* Utility:
868
* Uuid:
869
* Config:
870
* Xpressive:
871
872
* Filesystem:
873
o This release contains both version 2 and version 3 of the
874
library. Version 3 is a major upgrade that will break some
875
existing user code, so version 2 is the default. Users are
876
encouraged to migrate to version 3. See 'Version 2' and
877
'Version 3' for more information.
878
879
* Iostreams:
880
881
o Several fixes for file descriptors class, including a
882
breaking change to the constructors and open methods for
883
file_descriptor, file_descriptor_source and
884
file_descriptor_sink. See the documentation for details.
885
The old methods are still available if you define
886
BOOST_IOSTREAMS_USE_DEPRECATED
887
888
* Spirit: Spirit V2.4, see the 'What's New' section for details.
889
890
* System:
891
o Change system_category and generic_category to functions, to
892
conform to the C++0x FCD. This change may cause compile
893
errors some user code; the fix is add "()" to references to
894
system_category and generic_category, so that they become
895
function calls.
896
897
* Wave: See the Changelog for details.
898
899
Major Changes in 1.43.0:
900
901
New Libraries
902
* Functional/factory: Function objects for dynamic and by-value
903
construction
904
* Functional/forward: Function object adapters to address the
905
forwarding problem
906
907
For a complete list of changes see
908
http://www.boost.org/users/news/version_1_43_0 and
909
http://www.boost.org/users/news/version_1_44_0.
910
911
912
-------------------------------------------------------------------
913
Fri Jul 9 13:17:57 CEST 2010 - pth@suse.de
914
915
- Rename patch to be identical to the one checked in for 11.3.
916
The patch adds an explicite specialization to the call to prevent
917
unwanted temporary instantiations.
918
919
920
-------------------------------------------------------------------
921
Fri Jul 9 09:34:03 UTC 2010 - lnussel@suse.de
922
923
- fix bug that shows with gcc 4.5 (bnc#621140)
924
925
-------------------------------------------------------------------
926
Wed Jun 16 14:46:52 CEST 2010 - pth@suse.de
927
928
- Noarch sub packages only doable from 11.2 on up.
929
930
-------------------------------------------------------------------
931
Thu Jun 10 09:02:34 UTC 2010 - wittemar@googlemail.com
932
933
- build 32bit-packages
934
935
-------------------------------------------------------------------
936
Mon May 24 11:54:28 UTC 2010 - bg@novell.com
937
938
- disable long double support for hppa
939
940
-------------------------------------------------------------------
941
Thu May 20 08:14:41 UTC 2010 - bg@novell.com
942
943
- openmpi does not build on hppa
944
945
-------------------------------------------------------------------
946
Thu Apr 29 09:45:26 UTC 2010 - pth@novell.com
947
948
- Move provides/obsoletes for boost-license to the right section
949
(bnc#544958).
950
951
-------------------------------------------------------------------
952
Mon Apr 26 10:34:26 UTC 2010 - pth@novell.com
953
954
- Delete unneeded patches.
955
956
-------------------------------------------------------------------
957
Wed Apr 14 13:54:12 CEST 2010 - pth@suse.de
958
959
- Readd those patches that are still needed.
960
- Try to fix an aliasing bug in function_base.hpp
961
- Build man pages locally and only include them as a tarball.
962
- Split documentation in in format specific packages.
963
964
-------------------------------------------------------------------
965
Sat Apr 3 00:00:00 CET 2010 - freespacer@gmx.de
966
967
- update to 1.42.0:
968
969
New Libraries
970
971
* Uuid: A universally unique identifier, from Andy Tompkins.
972
973
Updated Libraries (see README for details)
974
975
* Asio:
976
* Circular Buffer:
977
* Fusion:
978
* Graph:
979
* Integer:
980
* Iostreams:
981
* Program.Options:
982
* PropertyMap:
983
* Proto:
984
* Regex:
985
* Spirit:
986
* Unordered:
987
* Xpressive:
988
989
- update to 1.41.0:
990
991
New Libraries
992
993
* Property Tree: A tree data structure especially suited to storing
994
configuration data, from Marcin Kalicinski and Sebastian Redl.
995
996
Updated Libraries (see README for details)
997
998
* DateTime:
999
* Filesystem:
1000
* Iostreams:
1001
* Math:
1002
* Multi-index Containers:
1003
* Proto:
1004
* Regex:
1005
* Spirit:
1006
* System:
1007
* Thread:
1008
* Unordered:
1009
* Utility:
1010
* Wave:
1011
* Xpressive:
1012
1013
- update to 1.40.0:
1014
1015
Updated Libraries (see README for details)
1016
1017
* Accumulators:
1018
* Asio:
1019
* Circular Buffer:
1020
* Foreach:
1021
* Function:
1022
* Fusion:
1023
* Graph:
1024
* Hash:
1025
* Interprocess:
1026
* Intrusive:
1027
* MPL:
1028
* Program.Options:
1029
* Property Map:
1030
* Proto:
1031
* Random:
1032
* Serialization:
1033
* Unordered:
1034
* Xpressive:
1035
1036
- removed patches no longer needed
1037
1038
-------------------------------------------------------------------
1039
Wed Jan 6 04:08:55 CET 2010 - jengelh@medozas.de
1040
1041
- documentation change needed to be done in boost.spec.in
1042
(not boost.spec)
1043
- openmpi change was missing too; add it now
1044
1045
-------------------------------------------------------------------
1046
Tue Dec 15 20:59:15 CET 2009 - jengelh@medozas.de
1047
1048
- add baselibs for SPARC
1049
- add baselibs.conf as a source
1050
- deactivate use of openmpi on SPARC, as compat-dapl is not
1051
available
1052
- package documentation as noarch
1053
1054
-------------------------------------------------------------------
1055
Mon Oct 19 15:20:52 CEST 2009 - pth@suse.de
1056
1057
- Provide/Obsolete boost-license (bnc#544958)
1058
1059
-------------------------------------------------------------------
1060
Thu Aug 6 18:50:30 CEST 2009 - pth@suse.de
1061
1062
- Add a fix from boost bugtracker that fixes the hash resizing
1063
(boost#54376)
1064
- Add a test for cancelling deadline timers from the same changeset.
1065
1066
-------------------------------------------------------------------
1067
Tue Aug 4 13:13:27 CEST 2009 - pth@suse.de
1068
1069
- Readd the patch to fix the misplaced ifdef in
1070
template_function.hpp:move_assign.
1071
1072
-------------------------------------------------------------------
1073
Tue Jul 28 22:01:41 CEST 2009 - coolo@novell.com
1074
1075
- update to 1.39.0:
1076
1077
New Libraries
1078
1079
* Signals2: Managed signals & slots callback implementation (thread-safe version 2),
1080
from Frank Mori Hess.
1081
1082
Updated Libraries (see README for details)
1083
1084
* Asio:
1085
* Flyweight:
1086
* Foreach:
1087
* Hash:
1088
* Interprocess:
1089
* Intrusive:
1090
* Program.Options:
1091
* Proto:
1092
* PtrContainer:
1093
* Range:
1094
* Unordered:
1095
* Xpressive:
1096
1097
- removed patches no longer needed (hoping the best for ppc asm)
1098
1099
-------------------------------------------------------------------
1100
Thu Apr 16 23:35:40 CEST 2009 - crrodriguez@suse.de
1101
1102
- as agreed with maintainer, get rid of static libraries
1103
1104
-------------------------------------------------------------------
1105
Thu Apr 16 01:11:10 CEST 2009 - ro@suse.de
1106
1107
- buildfix: fix typo in specfile
1108
1109
-------------------------------------------------------------------
1110
Mon Mar 16 14:39:20 CET 2009 - pth@suse.de
1111
1112
- Don't rely on system default mpi implementation being set. This
1113
fixes building boost on systems before openSUSE 11.0.
1114
1115
-------------------------------------------------------------------
1116
Tue Mar 3 11:30:07 CET 2009 - pth@suse.de
1117
1118
- Fix misplaced ifdef in template_function.hpp:move_assign. Fixes
1119
building software that defines BOOST_NO_EXCEPTION (bnc#479659).
1120
1121
-------------------------------------------------------------------
1122
Wed Feb 25 18:06:32 CET 2009 - pth@suse.de
1123
1124
- Fix packaging of the documentation.
1125
1126
-------------------------------------------------------------------
1127
Sun Feb 22 04:10:41 CET 2009 - pth@suse.de
1128
1129
- Fix the line in the spec that copies the documentation.
1130
1131
-------------------------------------------------------------------
1132
Fri Feb 20 14:09:58 CET 2009 - pth@suse.de
1133
1134
- Put the license in a versioned package. This allows installing
1135
libraries in parallel (bnc#477603).
1136
1137
-------------------------------------------------------------------
1138
Fri Feb 13 15:18:12 CET 2009 - pth@suse.de
1139
1140
- Fix spec file (remove patches).
1141
1142
-------------------------------------------------------------------
1143
Wed Feb 11 17:19:21 CET 2009 - pth@suse.de
1144
1145
- Add boost autoconf macros from the autoconf archive to the
1146
-devel package.
1147
- Update to 1.38.0:
1148
1149
New Libraries
1150
1151
* Flyweight:
1152
o Design pattern to manage large quantities of highly redundant
1153
objects, from Joaquín M López Muñoz.
1154
* ScopeExit:
1155
o Execute arbitrary code at scope exit, from Alexander Nasonov.
1156
* Swap:
1157
o Enhanced generic swap function, from Joseph Gauterin.
1158
1159
Updated Libraries
1160
1161
* Accumulators:
1162
o Add rolling_sum, rolling_count and rolling_mean accumulators.
1163
1164
* Any:
1165
o Use a by-value argument for operator= (#2311).
1166
1167
* Asio:
1168
o Improved compatibility with some Windows firewall software.
1169
o Ensured arguments to windows::overlapped_ptr::complete() are
1170
correctly passed to the completion handler (#2614).
1171
o Drop back to using a pipe for notification if eventfd is not
1172
available at runtime on Linux (#2683).
1173
o Various minor bug and documentation fixes (#2534, #2541,
1174
#2607, #2617, #2619)
1175
1176
* Config:
1177
o Add new macros BOOST_NO_STD_UNORDERED and
1178
BOOST_NO_INITIALIZER_LISTS.
1179
o Added Codegear compiler support.
1180
o Added Dragonfly to the BSD family of configs.
1181
o Recognise latest compilers from MS and Intel.
1182
* Date_Time:
1183
o Added support for formatting and reading time durations longer
1184
than 24 hours with new formatter: %0.
1185
o Removed the testfrmwk.hpp file from the public include directory.
1186
o Fixed several bugs and compile errors.
1187
o For full details see the change history
1188
1189
* Exception:
1190
o Improved and more customizable diagnostic_information output.
1191
1192
* Filesystem:
1193
o Fix native(name) test failures on POSIX-like systems.
1194
o Several bugfixes (#2543, #2224, #2531, #1840, #2542).
1195
1196
* Graph:
1197
o Added a new algorithms for Travelling Salesman Problem
1198
approximation (metric_tsp_approx) and resource-constrained
1199
Shortest Paths (r_c_shortest_paths).
1200
o Support for named vertices in adjacency_list.
1201
o A number of bugfixes ( #416, #1622, #1700, #2209, #2392,
1202
#2460, and #2550)
1203
1204
* Hash:
1205
o boost/functional/detail/container_fwd.hpp has been moved to
1206
boost/detail/container_fwd.hpp. The current location is
1207
deprecated.
1208
o For more detail, see the library changelog.
1209
1210
* Interprocess:
1211
o Updated documentation to show rvalue-references functions
1212
instead of emulation functions.
1213
o More non-copyable classes are now movable.
1214
o Move-constructor and assignments now leave moved object in
1215
default-constructed state instead of just swapping contents.
1216
o Several bugfixes (#2391, #2431, #1390, #2570, #2528).
1217
1218
* Intrusive:
1219
o New treap-based containers: treap, treap_set, treap_multiset.
1220
o Corrected compilation bug for Windows-based 64 bit compilers.
1221
o Corrected exception-safety bugs in container constructors.
1222
1223
o Updated documentation to show rvalue-references functions
1224
instead of emulation functions.
1225
1226
* Lexical Cast:
1227
o Changed to work without RTTI when BOOST_NO_TYPEID is defined
1228
(#1220).
1229
1230
* Math:
1231
o Added Johan Råde's optimised floating point classification routines.
1232
o Fixed code so that it compiles in GCC's -pedantic mode (bug report #1451).
1233
1234
* Multi-index Containers:
1235
o Some redundant type definitions have been deprecated. Consult the
1236
library release notes for further information.
1237
* Proto:
1238
o Fix problem with SFINAE of binary operators (Bug 2407).
1239
o Fix proto::call transform for callable transforms with >3 arguments.
1240
o result_of::value changed behavior for array-by-value terminals.
1241
o unpack_expr requires only Forward Sequences rather than Random Access
1242
Sequences.
1243
o Deprecate legacy undocumented BOOST_PROTO_DEFINE_(VARARG_)FUNCTION_TEMPLATE
1244
macros.
1245
o Add BOOST_PROTO_REPEAT and BOOST_PROTO_LOCAL_ITERATE macros to help with
1246
repetitive code generation
1247
o Support for nullary expressions with tag types other than
1248
proto::tag::terminal
1249
o Allow 0- and 1-argument variants of proto::or_ and proto::and_
1250
1251
* Regex:
1252
o Breaking change: empty expressions, and empty alternatives are
1253
now allowed when using the Perl regular expression syntax.
1254
This change has been added for Perl compatibility, when the
1255
new syntax_option_type no_empty_expressions is set then the
1256
old behaviour is preserved and empty expressions are
1257
prohibited. This is issue #1081.
1258
o Added support for Perl style ${n} expressions in format strings
1259
(issue #2556).
1260
o Added support for accessing the location of sub-expressions
1261
within the regular expression string (issue #2269).
1262
o Fixed compiler compatibility issues #2244, #2514, and #2458.
1263
1264
* Thread:
1265
o No longer catches unhandled exceptions in threads as this debuggers
1266
couldn't identify the cause of unhandled exceptions in threads. An
1267
unhandled exception will still cause the application to terminate.
1268
1269
* TR1:
1270
o Added support for the TR1 math functions and the unordered
1271
containers.
1272
1273
* Type Traits:
1274
o Added support for Codegear intrinsics.
1275
o Minor tweaks to warning suppression and alignment_of code.
1276
1277
* Unordered:
1278
o Use boost::swap.
1279
o Use a larger prime number list for selecting the number of buckets.
1280
o Use aligned storage to store the types.
1281
o Add support for C++0x initializer lists where they're available.
1282
o For more detail, see the library changelog.
1283
1284
* Xpressive:
1285
o basic_regex gets nested syntax_option_flags and value_type typedef,
1286
for compatibility with std::basic_regex
1287
o Ported to Proto v4; Proto v2 at boost/xpressive/proto has been
1288
removed.
1289
o regex_error inherits from boost::exception
1290
1291
Other Changes
1292
1293
* Experimental support for building Boost with CMake has been introduced in
1294
this version. For more details see the wiki, Discussion is taking place
1295
on the Boost-cmake mailing list.
1296
* Fixed subversion properties for several files. Most notably, unix shell
1297
scripts should always have unix line endings, even in the windows
1298
packages.
1299
1300
-------------------------------------------------------------------
1301
Fri Jan 9 17:34:53 CET 2009 - pth@suse.de
1302
1303
- Apply patch in boost.spec.in
1304
1305
-------------------------------------------------------------------
1306
Thu Jan 8 18:12:29 CET 2009 - pth@suse.de
1307
1308
- Actually use the patch.
1309
1310
-------------------------------------------------------------------
1311
Wed Jan 7 18:50:21 CET 2009 - pth@suse.de
1312
1313
- Initialize all data passed in the syscall to keep valgrind
1314
happy (bnc#461372).
1315
1316
-------------------------------------------------------------------
1317
Thu Dec 11 17:08:05 CET 2008 - ro@suse.de
1318
1319
- fix baselibs.conf (no requirement for boost-xxbit)
1320
(bnc#457699)
1321
1322
-------------------------------------------------------------------
1323
Thu Nov 27 15:11:54 CET 2008 - ro@suse.de
1324
1325
- update baselibs.conf
1326
- package mpi.so only in mpi package, not in devel
1327
1328
-------------------------------------------------------------------
1329
Wed Nov 19 18:54:54 CET 2008 - jjolly@suse.de
1330
1331
- Made the use of the mpi-selector conditional for mpi-enabled
1332
platforms.
1333
1334
-------------------------------------------------------------------
1335
Tue Nov 11 16:55:39 CET 2008 - ro@suse.de
1336
1337
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
1338
1339
-------------------------------------------------------------------
1340
Fri Oct 31 12:40:57 CET 2008 - pth@suse.de
1341
1342
- Fix the bug that made boost.monitor mix up uid and pib and
1343
also make boost.monitor not special-case SIGCLD (bnc#439805)
1344
- Fix generation of default extension in boost.filesystem.
1345
1346
- Make boost recommend library subpackages instead of requiring
1347
them to allow removal of unwanted libraries after update.
1348
- Run mkspec explicitely in a shell so that mkspec.sh doesn't
1349
need to be executable.
1350
- Disable deletion of full-name symlinks in boost.spec.in.
1351
- Make boost-devel directly require all library subpackages.
1352
- boost.rpm isn't needed, even for updates, so don't build it and
1353
remove the README file needeed only for this package.
1354
- Make debug package require all library subpackages.
1355
- Add pre_checkin.sh to ensure that boost.spec is regenerated
1356
at check-in time.
1357
- Make boost.build use sane library names. Only the multi-threaded
1358
libraries are built and these have no -mt in their name.
1359
Symlinks for convenience are spupplied.
1360
- Use -fno-strict-aliasing only for boost.python, where it's needed.
1361
- Don't use configure and make (only convenience wrappers) but
1362
call bjam directly.
1363
1364
-------------------------------------------------------------------
1365
Mon Oct 27 11:57:35 CET 2008 - ro@suse.de
1366
1367
- do not remove full-name symlinks for shared libs
1368
1369
-------------------------------------------------------------------
1370
Thu Oct 23 18:31:36 CEST 2008 - pth@suse.de
1371
1372
- Use a script and a Makefile to generate boost.spec.
1373
- Pull in all libraries on update.
1374
- Modify README to apply to both openSUSE and SLE.
1375
1376
-------------------------------------------------------------------
1377
Thu Oct 23 16:13:56 CEST 2008 - ro@suse.de
1378
1379
- fix regexp for short symlinks
1380
- hook all mpi related parts to build_mpi macro
1381
- disable build_mpi on ia64 s390 s390x for the moment
1382
1383
-------------------------------------------------------------------
1384
Fri Oct 17 12:18:16 CEST 2008 - pth@suse.de
1385
1386
- Using a rpm macros in package name doesn't work with autobuild.
1387
1388
-------------------------------------------------------------------
1389
Wed Oct 15 19:27:03 CEST 2008 - pth@suse.de
1390
1391
- Fix naming of library packages to match the horribly broken
1392
sonames of the boost libraries.
1393
- Add post/postun for all library packages.
1394
- Stop rpmlint warning about explicit library dependencies
1395
needed to pull in all library subpackages during updates.
1396
1397
-------------------------------------------------------------------
1398
Tue Oct 14 15:37:23 CEST 2008 - pth@suse.de
1399
1400
- Fix build failure (README not in build directory).
1401
1402
-------------------------------------------------------------------
1403
Tue Sep 2 12:14:27 CEST 2008 - pth@suse.de
1404
1405
- Split off runtime libraries into their own packages.
1406
- Update to 1.36.0:
1407
New Libraries
1408
* Accumulators: Framework for incremental calculation, and
1409
collection of statistical accumulators.
1410
* Exception: A library for transporting of arbitrary data in
1411
exception objects, and transporting of exceptions
1412
between threads.
1413
* Units: Zero-overhead dimensional analysis and unit/quantity
1414
manipulation and conversion.
1415
* Unordered: Unordered associative containers.
1416
Updated Libraries
1417
* Asio:
1418
o Added support for serial ports.
1419
o Added support for UNIX domain sockets.
1420
o Added support for raw sockets and ICMP.
1421
o Added wrappers for POSIX stream-oriented file descriptors
1422
(excluding regular files).
1423
o Added support for reactor-style operations using a new
1424
null_buffers type.
1425
o Added an iterator type for bytewise traversal of buffer
1426
sequences.
1427
o Added new read_until() and async_read_until() overloads that
1428
take a user-defined function object for locating message
1429
boundaries.
1430
o Added an experimental two-lock queue (enabled by defining
1431
BOOST_ASIO_ENABLE_TWO_LOCK_QUEUE) that may provide better
1432
io_service scalability across many processors.
1433
o Various fixes, performance improvements, and more complete
1434
coverage of the custom memory allocation support.
1435
* Assign:list_of() (and its variants) now has overloaded comparison
1436
operators. This allows you to write test code such as
1437
BOOST_CHECK_EQUAL(my_container,list_of(2)(3)(4)(5));.
1438
* Foreach:BOOST_FOREACH macro for easily iterating over the elements
1439
of a sequence.
1440
o New BOOST_REVERSE_FOREACH macro for iterating over a sequence
1441
in reverse.
1442
* Function:
1443
o Improved allocator support.
1444
* Hash: Minor updates and fixes, for more info see the change log.
1445
* Interprocess:
1446
o Added anonymous shared memory for UNIX systems.
1447
o Fixed missing move semantics on managed memory classes.
1448
o Added copy_on_write and open_read_only options for shared
1449
memory and mapped file managed classes.
1450
o shared_ptr is movable and supports aliasing.
1451
* Intrusive:
1452
o Added linear<> and cache_last<> options to singly linked lists.
1453
o Added optimize_multikey<> option to unordered container hooks.
1454
o Optimized unordered containers when store_hash option is used
1455
in the hook.
1456
o Implementation changed to avoid explicit use of try-catch
1457
blocks and be compilable with exceptions disabled.
1458
* Math:
1459
o Added new non-central Chi-Square, Beta, F and T distributions.
1460
o Added Exponential Integral and Zeta special functions.
1461
o Added Rounding, Truncation, and Unit-in-the-last-place
1462
functions.
1463
o Added support for compile time powers of a runtime base.
1464
o Added a few SSE2 based optimisations for the Lanczos
1465
approximations.
1466
* MPI:
1467
o Added support for non-blocking operations in Python
1468
o Added support for graph topologies.
1469
* Multi-index Containers: Minor additions and maintenance fixes.
1470
Consult the library release notes for
1471
further information.
1472
* PtrContainer: Support for a few more containers, and addition
1473
of insert iterators. For details see upgrading
1474
details.
1475
* Spirit: Integrated the "Classic" Spirit V1.8.x code base with
1476
Spirit V2, "The New Generation". See Change Log.
1477
* Thread:
1478
o New generic lock and try_lock functions for locking multiple
1479
mutexes at once.
1480
o Rvalue reference support for move semantics where the
1481
compilers supports it.
1482
o A few bugs fixed and missing functions added (including
1483
the serious win32 condition variable bug).
1484
o scoped_try_lock types are now backwards-compatible with
1485
Boost 1.34.0 and previous releases.
1486
o Support for passing function arguments to the thread
1487
function by supplying additional arguments to the thread
1488
constructor.
1489
o Backwards-compatibility overloads added for timed_lock and
1490
timed_wait functions to allow use of xtime for timeouts.
1491
* Wave:
1492
o Wave V2.0 is a new major release introducing some breaking
1493
API changes, preventing it to be used with Boost versions
1494
earlier than V1.36.0. Mainly, the API and hook interface
1495
have been streamlined for more consistency.
1496
o Fixed a couple of bugs, improved regression test system to
1497
include testing of the preporcessing hooks interface
1498
(for details see: Changelog).
1499
* Xpressive:
1500
o Regular expressions that can be written as strings or as
1501
expression templates, and that can refer to each other and
1502
themselves recursively with the power of context-free
1503
grammars.
1504
o skip() for specifying which parts of the input sequence
1505
to ignore when matching it against a regex.
1506
o regex_replace() accepts formatter objects and formatter
1507
expressions in addition to format strings.
1508
o Range-based regex_replace() algorithm.
1509
o Fix crash when semantic actions are placed in look-aheads,
1510
look-behinds or independent sub-expressions.
1511
1512
1513
-------------------------------------------------------------------
1514
Mon Jun 23 14:32:35 CEST 2008 - pth@suse.de
1515
1516
- Qualify name to avoid clash (bnc#401964)
1517
1518
-------------------------------------------------------------------
1519
Fri Jun 20 15:24:42 CEST 2008 - schwab@suse.de
1520
1521
- Fix ppc atomic ops.
1522
1523
-------------------------------------------------------------------
1524
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
1525
1526
- added baselibs.conf file to build xxbit packages
1527
for multilib support
1528
1529
-------------------------------------------------------------------
1530
Mon Jan 28 10:53:09 CET 2008 - schwab@suse.de
1531
1532
- Remove obsolete patch again.
1533
1534
-------------------------------------------------------------------
1535
Fri Jan 18 14:04:18 CET 2008 - pth@suse.de
1536
1537
- Fix CVE-2008-0171 and CVE-2008-0171 (bugzilla #353180)
1538
- Qualify special_values_parser (bugzilla #353897)
1539
1540
-------------------------------------------------------------------
1541
Thu Jan 17 18:18:03 CET 2008 - schwab@suse.de
1542
1543
- Remove obsolete patch.
1544
1545
-------------------------------------------------------------------
1546
Mon Jan 14 13:51:36 CET 2008 - pth@suse.de
1547
1548
- Move 1.34.1 from BS to Autobuild
1549
- Add patch for critical bug in Boost.Function.
1550
- Include C headers where necessary.
1551
- Make the tests for ULONG_MAX more readable 64.
1552
1553
-------------------------------------------------------------------
1554
Wed Oct 24 17:49:46 CEST 2007 - rguenther@suse.de
1555
1556
- Use -fpermissive in addition to -O2 for building.
1557
- Add patch to enable building wave with GCC 4.3.
1558
1559
-------------------------------------------------------------------
1560
Mon Aug 20 15:09:41 CEST 2007 - pth@suse.de
1561
1562
- Only use fdupes from 10.3 onwards.
1563
1564
-------------------------------------------------------------------
1565
Sat Aug 11 13:17:53 CEST 2007 - aj@suse.de
1566
1567
- Fix spec file to build again.
1568
1569
-------------------------------------------------------------------
1570
Thu Aug 9 15:16:09 CEST 2007 - pth@suse.de
1571
1572
- Add man pages (made for 1.33.1).
1573
- Package html documentation differently.
1574
- Check all links and add missing files that do exist.
1575
- Use %%fdupes
1576
- Add patch by rschiele@gmail.com to pass compiler flags into
1577
Boost.build.
1578
1579
- Update to 1.34.1 and use .spec file from bkoz@redhat.com as
1580
a basis.
1581
1582
Changes 1.33.1 -> 1.34.0:
1583
1584
New Libraries:
1585
1586
* Foreach Library: BOOST_FOREACH macro for easily iterating over
1587
the elements of a sequence,
1588
1589
* Statechart Library: Arbitrarily complex finite state machines
1590
can be implemented in easily readable and
1591
maintainable C++ code,
1592
1593
* TR1 Library: An implementation of the C++ Technical Report on Standard
1594
Library Extensions, from John Maddock. This library does
1595
not itself implement the TR1 components, rather it's a
1596
thin wrapper that will include your standard library's
1597
TR1 implementation (if it has one), otherwise it will
1598
include the Boost Library equivalents, and import them
1599
into namespace std::tr1. Highlights include: Reference
1600
Wrappers, Smart Pointers, result_of, Function Object
1601
Binders, Polymorphic function wrappers, Type Traits,
1602
Random Number Generators and Distributions, Tuples, Fixed
1603
Size Array, Hash Function Objects, Regular Expressions,
1604
and Complex Number Additional Algorithms.
1605
1606
* Typeof Library: Typeof operator emulation, from Arkadiy Vertleyb
1607
and Peder Holt.
1608
1609
* Xpressive Library: Regular expressions that can be written as strings
1610
or as expression templates, and that can refer to
1611
each other and themselves recursively with the
1612
power of context-free grammars, from Eric Niebler.
1613
1614
Updated Libraries:
1615
1616
* Assign Library:
1617
o Support for ptr_map<key,T> via the new function ptr_map_insert()
1618
o Support for initialization of Pointer Containers when the
1619
containers hold pointers to an abstract base class.
1620
1621
* Date_time library:
1622
o Support for new US/Canada timezone rules and other bug fixes.
1623
See Change History for details.
1624
1625
* Filesystem Library: Major upgrade in preparation for submission to the
1626
C++ Standards Committee for TR2. Changes include:
1627
1628
o Internationalization, provided by class templates basic_path,
1629
basic_filesystem_error, basic_directory_iterator, and
1630
basic_directory_entry.
1631
1632
o Simplification of the path interface by eliminating special
1633
constructors to identify native formats.
1634
1635
o Rationalization of predicate function design, including the
1636
addition of several new functions.
1637
1638
o Clearer specification by reference to POSIX, the ISO/IEEE Single
1639
Unix Standard, with provisions for Windows and other operating
1640
systems.
1641
1642
o Preservation of existing user code whenever possible.
1643
o More efficient directory iteration.
1644
o Addition of a recursive directory iterator.
1645
1646
* Function Library: Boost.Function now implements a small buffer
1647
optimization, which can drastically improve the
1648
performance when copying or constructing
1649
Boost.Function objects storing small function
1650
objects. For instance, bind(&X:foo, &x, _1, _2)
1651
requires no heap allocation when placed into a
1652
Boost.Function object.
1653
1654
* Functional/Hash Library
1655
o Use declarations for standard classes, so that the library
1656
doesn't need to include all of their headers
1657
1658
o Deprecated the <boost/functional/hash/*.hpp> headers.
1659
1660
o Add support for the BOOST_HASH_NO_EXTENSIONS macro, which
1661
disables the extensions to TR1
1662
1663
o Minor improvements to the hash functions for floating point numbers.
1664
1665
* Graph Library:
1666
o edmonds_maximum_cardinality_matching,
1667
o lengauer_tarjan_dominator_tree,
1668
o compressed_sparse_row_graph,
1669
o sorted_erdos_renyi_iterator,
1670
1671
o biconnected_components now supports a visitor and named
1672
parameters,
1673
1674
o adjacency_matrix now models the Bidirectional Graph concept.
1675
1676
o dijkstra_shortest_paths now calls vis.initialize_vertex for each
1677
vertex during initialization.
1678
1679
o Note: the name of the compiled library for the GraphViz reader has
1680
changed to boost_graph (from bgl-viz) to match Boost conventions.
1681
1682
o See the complete revision history for more information.
1683
1684
* MultiArray Library: Boost.MultiArray now by default provides
1685
range-checking for operator[]. Range checking can
1686
be disabled by defining the macro
1687
BOOST_DISABLE_ASSERTS before including
1688
multi_array.hpp. A bug in multi_array::resize()
1689
related to storage orders was fixed.
1690
1691
* Multi-index Containers Library:
1692
o New random access indices.
1693
o Non key-based indices feature new rearrange facilities.
1694
1695
o This version also includes a number of optimizations and usage
1696
improvements. For a complete list of changes, see the library
1697
release notes.
1698
1699
* Optional Library:
1700
o boost::none_t and boost::none now added to Optional's
1701
documentation
1702
1703
o Relational operators now directly support arguments of type
1704
'T' and 'none_t'
1705
1706
o operator->() now also works with reference types.
1707
1708
o Helper functions make_optional(val), make_optional(cond,val)
1709
and get_optional_value_or(opt,alternative_value) added.
1710
1711
o Constructor taking a boolean condition (as well as a value)
1712
added.
1713
1714
o Member function get_value_or(alternative_value) added.
1715
o Incompatbility bug with mpl::apply<> fixed.
1716
o Converting assignment bug with uninitialized lvalues fixed.
1717
1718
* Parameter Library:
1719
o Every ArgumentPack is now a valid MPL Forward Sequence.
1720
1721
o Support for unnamed arguments (those whose keyword is
1722
deduced from their types) is added.
1723
1724
o Support for named and unnamed template arguments is added.
1725
1726
o New overload generation macros solve the forwarding problem
1727
directly.
1728
1729
o See also the Python library changes, below.
1730
1731
* Pointer Container Library:
1732
o Support for serialization via Boost.Serialization.
1733
1734
o Exceptions can be disabled by defining the macro
1735
BOOST_PTR_CONTAINER_NO_EXCEPTIONS before including any header.
1736
This macro is defined by default if BOOST_NO_EXCEPTIONS is defined.
1737
1738
o Additional std::auto_ptr<T> overloads added s.t. one can also
1739
pass std::auto_ptr<T> instead of only T* arguments to member
1740
functions.
1741
1742
o transfer() now has weaker requirements s.t. one can transfer
1743
objects from ptr_container<Derived> to ptr_container<Base>,
1744
1745
* Python Library:
1746
o Boost.Python now automatically appends C++ signatures to
1747
docstrings. The new docstring_options.hpp header is available to
1748
control the content of docstrings.
1749
1750
o stl_input_iterator, for turning a Python iterable object into an
1751
STL input iterator, from Eric Niebler.
1752
1753
o Support for void* conversions is added.
1754
1755
o Integrated support for wrapping C++ functions built with the
1756
parameter library; keyword names are automatically known to
1757
docsstrings.
1758
1759
o Enhancements to the API for better embedding support
1760
(boost::python::import(), boost::python::exec(), and
1761
boost::python::exec_file()).
1762
1763
* Signals Library: More improvements to signal invocation performance.
1764
1765
* Smart Pointers Library:
1766
o Allocator support as proposed in N1851 (162 Kb PDF).
1767
o pointer_cast and pointer_to_other utilities to allow
1768
pointer-independent code,
1769
1770
* String Algorithm Library:
1771
o lexicographical_compare
1772
o join
1773
o New comparison predicates is_less, is_not_greater.
1774
o Negative indexes support (like Perl) in various algorihtms
1775
(*_head/tail, *_nth).
1776
1777
* Wave Library:
1778
o Wave now correctly recognizes pp-number tokens as mandated by
1779
the C++ Standard, which are converted to C++ tokens right before
1780
they are returned from the library.
1781
1782
o Several new preprocessing hooks have been added. For a complete
1783
description please refer to the related documentation page: The
1784
Context Policy.
1785
1786
o Shared library (dll) support has been added for the generated
1787
Wave libraries.
1788
1789
o The overall error handling has been improved. It is now possible
1790
to recover and continue after an error or a warning was issued.
1791
1792
o Support for optional comment and/or full whitespace
1793
preservation in the generated output stream has been added.
1794
1795
o The Wave library now performs automatic include guard
1796
detection to avoid accessing header files more than once, if
1797
appropriate.
1798
1799
o Full interactive mode has been added to the Wave tool. Now the
1800
Wave tool can be used just like Python or Perl for instance to
1801
interactively try out your BOOST_PP macros. Additionally it is
1802
now possible to load and save the current state of an
1803
interactive session (macro tables et.al.).
1804
1805
o The overall performance has been improved by upto 40-60%,
1806
depending on the concrete files to process.
1807
1808
o Support for new pragmas has been added allowing to control
1809
certain library features from inside the preprocessed sources
1810
(partial output redirection, control of generated whitespace
1811
and #line directives).
1812
1813
o Optional support for #pragma message "..." has been added.
1814
1815
o This version also includes a number of bug fixes and usage
1816
improvements. For a complete list of changes, see the
1817
libraries change log.
1818
1819
Fixes in 1.34.1:
1820
1821
* Fixes for build on IBM pSeries for AIX and Linux
1822
* gcc-4.2 atomicity.h location fixed
1823
* [iostreams] zlib_compressor memory leaks in 1.34.0
1824
* filtering ostream problem... pushing zlib_compressor works in 1_33,
1825
dies in 1_34
1826
* [doc] The "Getting Started" page mentions incorrect library names
1827
* [filesystem] missing documentation or bad links
1828
* add missing docs for boost.python API enhancements.
1829
* Entire iostreams library outdated in 1.34.0
1830
* numeric_limits specializations in limits.hpp are incorrect
1831
* Updated ICU support in Boost.Regex
1832
* Make boost.python compatible with python 2.5
1833
* ::boost::detail::empty_base improved
1834
* Fix failing uild of libs/python/example/quickstart.
1835
* Fix problems when building Python modules on boost 1.34.0
1836
* Patches to allow boost 1.34.0 to compile with stricter warning
1837
checking under mac OS and gcc
1838
* Unable to compile Python example, tutorial, or quickstart with
1839
Boost 1_34_0
1840
* Improper overflow handling in shortest paths algorithms
1841
* Multiple include paths for Python
1842
* Add documentation for the iter_find/split algorithms
1843
* regex_token_iterator crashes
1844
* regex_error exception when quantifying some non-capturing groups
1845
* read_write_mutex docs don't clearly specify that the functionality
1846
is not present
1847
1848
- Remove patches not needed anymore.
1849
- Replace file dupes by symlinks.
1850
- Add rpmlintrc to suppress rpmlint warnings for things that won't be
1851
changed.
1852
1853
-------------------------------------------------------------------
1854
Sun Jul 15 16:09:59 CEST 2007 - schwab@suse.de
1855
1856
- Fix reference to atomicity.h.
1857
1858
-------------------------------------------------------------------
1859
Sat Mar 24 18:41:43 CET 2007 - aj@suse.de
1860
1861
- Add libbz2-devel to BuildRequires.
1862
1863
-------------------------------------------------------------------
1864
Fri Sep 22 13:49:48 CEST 2006 - pth@suse.de
1865
1866
- Apply patch from community to build with Python 2.5
1867
1868
-------------------------------------------------------------------
1869
Fri Jul 14 11:02:21 CEST 2006 - sf@suse.de
1870
1871
- fixed wrong usage of visit_each() (Bug #192116 )
1872
1873
-------------------------------------------------------------------
1874
Thu Jul 13 15:47:57 CEST 2006 - sf@suse.de
1875
1876
- fixed link creation to libboost_thread.so, using %_lib instead
1877
of lib
1878
1879
-------------------------------------------------------------------
1880
Mon Jun 19 19:46:37 CEST 2006 - jw@suse.de
1881
1882
- added a libboost_thread.so as a symlink to libboost_thread-mt.so
1883
1884
-------------------------------------------------------------------
1885
Tue Apr 4 16:36:25 CEST 2006 - pth@suse.de
1886
1887
- Add libboost_wave.a to file list
1888
1889
-------------------------------------------------------------------
1890
Tue Apr 4 13:29:35 CEST 2006 - pth@suse.de
1891
1892
- Use explicit file names instead of wildcards to detect libraries
1893
that weren't built.
1894
1895
-------------------------------------------------------------------
1896
Wed Feb 8 18:26:28 CET 2006 - schwab@suse.de
1897
1898
- Fix broken assembler constraints [#148429].
1899
1900
-------------------------------------------------------------------
1901
Wed Jan 25 21:34:43 CET 2006 - mls@suse.de
1902
1903
- converted neededforbuild to BuildRequires
1904
1905
-------------------------------------------------------------------
1906
Tue Jan 17 23:03:53 CET 2006 - schwab@suse.de
1907
1908
- Don't strip binaries.
1909
1910
-------------------------------------------------------------------
1911
Wed Dec 7 17:43:55 CET 2005 - pth@suse.de
1912
1913
- Fix cases of type-punning in boost::python
1914
- Compile without -fno-strict-aliasing again.
1915
- Remove unnecessary type attributes in forward declarations.
1916
1917
-------------------------------------------------------------------
1918
Tue Dec 6 11:57:18 CET 2005 - pth@suse.de
1919
1920
- Update to 1.33.1.
1921
- Fix use of uninitialized variable.
1922
- Compile with -fno-strict-aliasing.
1923
- Update NEWS file
1924
1925
-------------------------------------------------------------------
1926
Thu Aug 25 17:30:18 CEST 2005 - pth@suse.de
1927
1928
- Incorporate fixes that are bound to be in 1.33.1
1929
- Build boost.regex with unicode support.
1930
1931
-------------------------------------------------------------------
1932
Fri Aug 19 17:08:06 CEST 2005 - pth@suse.de
1933
1934
- Add a NEWS file.
1935
1936
-------------------------------------------------------------------
1937
Wed Aug 18 16:55:01 CEST 2005 - pth@suse.de
1938
1939
- Update to 1.33.0 with 5 new libraries. See NEWS for specifics.
1940
- Fix use of uninitialized class member (matz@suse.de)
1941
- Compile with -O2 instead of -O3
1942
- Make build process use %optflags
1943
1944
-------------------------------------------------------------------
1945
Thu Mar 10 17:08:32 CET 2005 - pth@suse.de
1946
1947
- Update to 1.32.0
1948
1949
-------------------------------------------------------------------
1950
Fri May 7 17:21:09 CEST 2004 - pth@suse.de
1951
1952
- Add convenience symlinks (#38491)
1953
1954
-------------------------------------------------------------------
1955
Sun Apr 25 13:00:32 CEST 2004 - coolo@suse.de
1956
1957
- build with several jobs
1958
1959
-------------------------------------------------------------------
1960
Fri Mar 5 19:43:25 CET 2004 - pth@suse.de
1961
1962
- Update to 1.31.0.
1963
- Make building boost work on Linux platforms where gcc does not
1964
define _REENTRANT when passed -pthread. Patch was done by
1965
Robert Schiele.
1966
1967
-------------------------------------------------------------------
1968
Sat Jan 10 14:14:40 CET 2004 - adrian@suse.de
1969
1970
- add %run_ldconfig
1971
1972
-------------------------------------------------------------------
1973
Wed Aug 20 11:17:52 CEST 2003 - pthomas@suse.de
1974
1975
- Update to 1.30.2, a bugfix release
1976
1977
-------------------------------------------------------------------
1978
Wed Jul 23 14:52:15 CEST 2003 - pthomas@suse.de
1979
1980
- Initial package, based on the work by Robert Schiele.
1981
- Fix building with Python 2.3
1982
1983
1984