Commit Graph

167 Commits

Author SHA256 Message Date
Ismail Dönmez
36cea59666 Accepting request 341603 from home:namtrac:branches:devel:libraries:c_c++
- Updated to version 1.59.0:
  * New libraries: Convert, Coroutine2
  * Updated Libraries: Container, Context, Coroutine, Fusion,
    Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move,
    Multi-index Containers, Predef, Program Options, Property Tree,
    Boost.Test v3, TypeIndex, Variant
  * See http://www.boost.org/users/history/version_1_59_0.html for
    complete changelog.
- context now builds on aarch64
- Import two patches from Fedora: boost-1.59-python-make_setter.patch,
  boost-1.59-test-fenv.patch
- Drop 0001-Fix-exec_file-for-Python-3-3.4.patch, 
  0002-Fix-a-regression-with-non-constexpr-types.patch, 
  boost-uuid-comparison.patch, boost-unrecognized-option.patch.
  Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/341603
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=150
2015-10-30 08:46:00 +00:00
Ismail Dönmez
e482a04250 - Remove unneeded dependency on xorg-x11-devel
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=148
2015-06-11 08:27:19 +00:00
2de401cbff Accepting request 308225 from home:Andreas_Schwab:Factory
- boost-unrecognized-option.patch: remove unrecognized option -m32

OBS-URL: https://build.opensuse.org/request/show/308225
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=146
2015-05-26 07:57:23 +00:00
Stephan Kulow
540c5bdf5e Accepting request 306161 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 1.58.0:
  boost docs remain at 1.56 since upstream hasn't updated yet
  * New Libraries: Endian, Sort.
  * Updated Libraries: Asio, Chrono, Container, Context, Conversion,
  DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry,
  Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move,
  Multi-index Containers, Multiprecision, Optional, Phoenix,
  Predef, Random, Thread, TypeErasure, TypeIndex, Units,
  Unordered, Variant.
  See http://www.boost.org/users/history/version_1_58_0.html
- add 0001-Fix-exec_file-for-Python-3-3.4.patch ,
  0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions
  in 1.58
- drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream
  differently
- add boost-rpmoptflags-only.patch: Build only with optflags
- add boost-aarch64-flags.patch: Avoid using -m64
- add boost-uuid-comparison.patch: Fix regression in UUID operator<
- add boost-disable-pch-on-aarch64.patch: Disable pch on math library
  to avoid compiler segfault

OBS-URL: https://build.opensuse.org/request/show/306161
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=144
2015-05-10 09:07:49 +00:00
Michal Vyskocil
e2c09cf020 Accepting request 290046 from home:roman-neuhauser:branches:devel:libraries:c_c++
- Add quickbook subpackage

OBS-URL: https://build.opensuse.org/request/show/290046
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=142
2015-03-09 18:02:11 +00:00
Richard Biener
d0ce9979f9 Accepting request 287338 from home:rguenther:branches:devel:libraries:c_c++
- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset.
  Be more verbose and fail building with the first error.
- Add boost-gcc5.patch to use -std=c++11 when building the coroutines
  module which fixes build with GCC 5.

OBS-URL: https://build.opensuse.org/request/show/287338
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=140
2015-02-23 15:30:07 +00:00
Thorsten Behrens
277ec6feb6 Accepting request 264096 from home:dimstar:boost
- Revert the python3 building: it resulted in BOTH libboost_python
  libraries to be using python 3 instructions, resulting in
  failures of all Py2 related packages.

OBS-URL: https://build.opensuse.org/request/show/264096
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=139
2014-12-05 09:04:06 +00:00
f558ae0164 Accepting request 258282 from home:mhamann:branches:devel:libraries:c_c++
Added the boost_python3 library (the existing boost_python library only supports Python 2). This fixes https://bugzilla.novell.com/show_bug.cgi?id=838970.

The name of the new package (libboost_python3-%{lib_appendix}) does not completely follow the naming scheme of the other boost libraries as the "3" at the end collides with the appendix.

OBS-URL: https://build.opensuse.org/request/show/258282
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=137
2014-10-25 06:39:52 +00:00
Ismail Dönmez
cfab8e8d45 Accepting request 252660 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update documentation tarball (source was changed)
- Fix aarch64 build

OBS-URL: https://build.opensuse.org/request/show/252660
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=136
2014-09-30 11:16:45 +00:00
Thorsten Behrens
c7d1bcbeab Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
  New libraries:
  * Predef: This library defines a set of compiler, architecture,
    operating system, library, and other version numbers from the
    information it can gather of C, C++, Objective C, and Objective
    C++ predefined macros or those defined in generally available
    headers, from Rene Rivera.
  * Align: Memory alignment functions, allocators, and adaptors.
  * Type_Index: Runtime/Compile time copyable type info.
  For a detailed descriptions see:
  http://www.boost.org/users/history/version_1_56_0.html
  http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2

OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 21:51:21 +00:00
Stephan Kulow
b3d6540489 - add baselibs.conf as source
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=133
2014-07-30 05:09:41 +00:00
Thorsten Behrens
b819a2ff3f Accepting request 241900 from home:fcrozat:branches:devel:libraries:c_c++
- Ensure there is enough disk space available for build.

OBS-URL: https://build.opensuse.org/request/show/241900
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=132
2014-07-22 19:54:25 +00:00
Thorsten Behrens
efb221eab7 Accepting request 241888 from home:fcrozat:branches:devel:libraries:c_c++
- use only JOBS=2 to avoid gcc being killed with OOM when memory is
  between 4G and 7G.

OBS-URL: https://build.opensuse.org/request/show/241888
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=131
2014-07-22 13:41:57 +00:00
Thorsten Behrens
120d7907b2 Accepting request 232265 from home:k0da:ppc
OBS-URL: https://build.opensuse.org/request/show/232265
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=129
2014-04-30 19:28:08 +00:00
159a577cd3 Accepting request 230967 from home:Andreas_Schwab:Factory
- Fix quoting while creating shared build instructions
- Properly configure library list
- bjam-alignment.patch: fix alignment check in bjam

OBS-URL: https://build.opensuse.org/request/show/230967
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=128
2014-04-25 10:12:15 +00:00
Stephan Kulow
45646a3155 Accepting request 228391 from home:coolo:branches:openSUSE:Factory
- buildignore python, python-base is enough

OBS-URL: https://build.opensuse.org/request/show/228391
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=126
2014-04-01 08:21:06 +00:00
Stephan Kulow
befb761f0e Accepting request 227209 from home:repabuild
Am submitting this again, after trying locally to use the "system" bjam, and failing. The bjam in boost-jam rpm does NOT find zlib-devel, and consequently fails to build the boost iostreams zlib compression components. Instead of trying to fix that, the right solution is using the boost-supplied b2/bjam. That also prevents a possible mis-match between the build tool and boost code. In addition there is not much penalty, b2 is quickly built.

OBS-URL: https://build.opensuse.org/request/show/227209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=125
2014-04-01 08:01:36 +00:00
Stephan Kulow
c2a41851e1 - remove broken python module mpi.so
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=123
2014-03-03 11:51:23 +00:00
Stephan Kulow
26c2e0d56c - move mpi.so to the devel package to avoid conflicts on update
- trying to make the build more reliable: 
  * use -fno-var-tracking in cxxflags as recommended by richi
  * disable parallel build on low memory

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=120
2014-02-27 06:18:46 +00:00
Ruediger Oertel
662225c6d4 - add boost-1.54.0-thread-link_atomic.patch fixing upstream issue
https://svn.boost.org/trac/boost/ticket/9041
  (fixes compilation failure of snapper on various platforms)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=119
2014-02-10 15:51:55 +00:00
Philipp Thomas
b4dcfc7d0e - Add post and postun sections for libboost_graph_parallel.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=118
2014-02-08 17:06:53 +00:00
Thorsten Behrens
6af6d99099 Accepting request 220976 from home:oertel:branches:devel:libraries:c_c++
- enable build_mpi on s390/s390x

OBS-URL: https://build.opensuse.org/request/show/220976
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=117
2014-02-05 14:25:35 +00:00
Ismail Dönmez
15346f148f Accepting request 212994 from home:Andreas_Schwab:Factory
- Disable coroutine library together with context

OBS-URL: https://build.opensuse.org/request/show/212994
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=116
2014-01-07 11:38:28 +00:00
Thorsten Behrens
7a5bc98bdd Accepting request 212830 from openSUSE:Factory:Core
- fix build of libzypp - patch from boost's track
- added patches:
  * boost-1.54-change85160.patch

OBS-URL: https://build.opensuse.org/request/show/212830
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=115
2014-01-05 15:56:14 +00:00
Ismail Dönmez
534ea3a38c Accepting request 208551 from home:netsroth:branches:devel:libraries:c_c++
Add patch against malloc int overflow

OBS-URL: https://build.opensuse.org/request/show/208551
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=114
2013-11-26 16:13:25 +00:00
Sascha Peilicke
1240cf29df Accepting request 206398 from home:jengelh:branches:devel:libraries:c_c++
- Split libboost_graph so that the MPI components are not forced

OBS-URL: https://build.opensuse.org/request/show/206398
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=113
2013-11-11 09:06:00 +00:00
Ismail Dönmez
e68f93b7e7 Accepting request 199851 from home:DarkSS:branches:devel:libraries:c_c++
Boost 1.54 (with out-of-memory fixed) to resolve Factory's qbittorrent build issue.

OBS-URL: https://build.opensuse.org/request/show/199851
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=109
2013-09-20 13:45:19 +00:00
Tomáš Chvátal
c4c5b186af - Fix build with updated glibc:
* boost-glibc-2.18.patch - taken from upstream scm

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=107
2013-08-18 20:13:37 +00:00
Stephan Kulow
4fe0d67be0 revert that stupid conflicts
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=105
2013-06-10 10:36:29 +00:00
Dr. Werner Fink
10c6349ee3 Accepting request 178193 from home:Andreas_Schwab:Factory
- Build context library only on supported architectures
- Reenable mpi on aarch64
- Avoid duplication between %build and %install

OBS-URL: https://build.opensuse.org/request/show/178193
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=104
2013-06-09 13:44:51 +00:00
Philipp Thomas
c910e9a9ad Accepting request 176938 from home:varkoly:branches:devel:libraries:c_c++
- Conflicts with man-pages

OBS-URL: https://build.opensuse.org/request/show/176938
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=103
2013-05-29 12:04:03 +00:00
Philipp Thomas
ef9f1558cf - Apply upstream patch that fixes the ppc64 code in boost::context
(boost#8374): boost-fix_ppc64_asm.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=101
2013-04-03 12:23:35 +00:00
Ismail Dönmez
a4b6095cc3 - Rename manpages to avoid conflict with other packages
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=100
2013-03-22 10:54:26 +00:00
Ismail Dönmez
3cbb718e07 Accepting request 160388 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160388
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=99
2013-03-21 09:20:58 +00:00
Stephan Kulow
e4c6cbeb68 Accepting request 159900 from home:DarkSS:stuff
Fixed up update to ver. 1.53.0. Great thanks to namtrac for remarks!

OBS-URL: https://build.opensuse.org/request/show/159900
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=98
2013-03-19 06:51:50 +00:00
Sascha Peilicke
291e7f9a5c Accepting request 156735 from devel:ARM:AArch64:Factory
- build without openmpi on aarch64 for now

OBS-URL: https://build.opensuse.org/request/show/156735
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=96
2013-02-28 09:20:59 +00:00
Michal Vyskocil
fa2332c399 Accepting request 149581 from home:BSiposRKF
Same as request 148711 but after resolving change file conflict.

OBS-URL: https://build.opensuse.org/request/show/149581
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=94
2013-01-29 09:47:33 +00:00
Ismail Dönmez
1210da84ce Remove boost-asio-export-symbols.patch, basically untested
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=93
2013-01-20 19:32:51 +00:00
Ismail Dönmez
aa06d09087 Accepting request 148850 from Application:Geo
Allow to build for SLE without addition xz building.

OBS-URL: https://build.opensuse.org/request/show/148850
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=92
2013-01-19 10:49:17 +00:00
Ismail Dönmez
958b28bb98 Accepting request 148167 from openSUSE:Factory
I reverted the change in factory as it broke several boost using packages.

OBS-URL: https://build.opensuse.org/request/show/148167
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=91
2013-01-12 12:31:08 +00:00
OBS User buildservice-autocommit
9ccfd2a82d Updating link to change in openSUSE:Factory/boost revision 74.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=8543cd4736c54e69aa3d76fd86accaa6
2013-01-12 10:22:23 +00:00
Philipp Thomas
9261507ea9 Accepting request 147934 from home:Fisiu:branches:devel:libraries:c_c++
- Add boost-asio-export-symbols.patch: boost#6688

OBS-URL: https://build.opensuse.org/request/show/147934
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=89
2013-01-10 17:13:56 +00:00
00d50eb2b7 Accepting request 132975 from home:babelworx:ldig:branches:devel:libraries:c_c++
license update: BSL-1.0
Boost Software License 1.0 is available in SPDX format on http://www.spdx.org/licenses as BSL-1.0

OBS-URL: https://build.opensuse.org/request/show/132975
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=87
2012-09-06 13:38:11 +00:00
Stephan Kulow
a6e5c87ef2 Accepting request 129654 from home:a_jaeger:FactoryFix
Fix compilation with glibc 2.16 with upstream patch.

OBS-URL: https://build.opensuse.org/request/show/129654
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=85
2012-08-02 14:50:36 +00:00
Ismail Dönmez
3e24bb47ca Accepting request 121368 from home:a_jaeger:FactoryFix
Fix timer post script, it used the comment as content.

OBS-URL: https://build.opensuse.org/request/show/121368
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=83
2012-05-18 08:54:35 +00:00
Stephan Kulow
7f124ca9ba - fixing the previous fix
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=79
2012-05-11 08:05:59 +00:00
Ismail Dönmez
bf90a641c9 Accepting request 117051 from home:coolo:branches:openSUSE:Factory
- fixing baselibs.conf after version bump

OBS-URL: https://build.opensuse.org/request/show/117051
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=78
2012-05-09 13:11:59 +00:00
Ismail Dönmez
91265ecbb2 Accepting request 110957 from home:jengelh:branches:devel:libraries:c_c++
- Adjust Require for new libxslt-tools

OBS-URL: https://build.opensuse.org/request/show/110957
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=77
2012-03-25 00:53:35 +00:00
Philipp Thomas
1063d332be Accepting request 109545 from home:psmt:branches:devel:libraries:c_c++
Update to latest version 1.49.0

OBS-URL: https://build.opensuse.org/request/show/109545
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=74
2012-03-15 15:08:48 +00:00
Pavol Rusnak
0f162f00d5 Accepting request 104302 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104302
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=72
2012-02-14 11:41:08 +00:00
Ismail Dönmez
c465d4e3cd Accepting request 95648 from home:a_jaeger:FactoryFix
Do not package NEWS and LICENSE twice.

OBS-URL: https://build.opensuse.org/request/show/95648
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=70
2011-12-06 20:50:44 +00:00
b36427284d Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=69
2011-11-25 02:30:06 +00:00
Ismail Dönmez
c01cd0bd33 Accepting request 93440 from home:nadvornik:branches:devel:libraries:c_c++
- dropped visit_each patch (bnc#714373)

OBS-URL: https://build.opensuse.org/request/show/93440
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=68
2011-11-24 13:54:46 +00:00
2489248c32 - disable openmpi on %%arm
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=65
2011-10-03 10:17:57 +00:00
cb225981b8 Accepting request 67820 from home:oertel:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/67820
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=63
2011-04-19 11:50:16 +00:00
664529446e Accepting request 64911 from home:namtrac
OBS-URL: https://build.opensuse.org/request/show/64911
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=61
2011-04-05 09:56:05 +00:00
Philipp Thomas
e8b0d3c022 - Prefix bug numbers.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=59
2011-03-21 10:47:34 +00:00
Philipp Thomas
3d2e81853e - Make packaging of the pdf documentation configurable.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=58
2011-03-18 16:05:54 +00:00
Philipp Thomas
5f0572924d - Update to 1.46.1, a bugfix release:
• Asio:
      - EV_ONESHOT seems to cause problems on some versions of Mac OS X, with
        the io_service destructor getting stuck inside the close() system call.
        Changed the kqueue backend to use EV_CLEAR instead (#5021).
      - Fixed compile failures with some versions of g++ due to the use of
        anonymous enums (#4883).
      - Fixed a bug on kqueue-based platforms, where some system calls that
        repeatedly fail with EWOULDBLOCK are not correctly re-registered with
        kqueue.
      - Changed asio::streambuf to ensure that its internal pointers are
        updated correctly after the data has been modified using std::streambuf
        member functions.
      - Fixed a bug that prevented the linger socket option from working on
        platforms other than Windows.
 For the rest see NEWS or the boost web site http://www.boost.org
  directory or see http://www.boost.org/users/news/version_1_46_0 .

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=57
2011-03-18 12:11:35 +00:00
Philipp Thomas
2d20e96fb6 - Remove comment chars from doc-pdf description.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=55
2011-03-16 11:05:21 +00:00
Philipp Thomas
4f3759cce6 For the rest of the changes see NEWS in the package documentation
directory or see http://www.boost.org/users/news/version_1_46_1 .

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=54
2011-03-14 13:28:54 +00:00
Philipp Thomas
99396c7ed8 - Use xz to compress tarballs.
- Generate new man pages tarball.
- Update pdf tarball.
- Update to 1.46:
  New Libraries
      Icl: Interval Container Library, interval sets and maps and
           aggregation of associated values, from Joachim Faulhaber.
  Updated Libraries
      Array:
          Added support for cbegin/cend
      Asio:
          Fixed an integer overflow problem that occurs when
          ip::address_v4::broadcast() is used on 64-bit platforms.
          Fixed a problem on older Linux kernels (where epoll is used
          without timerfd support) that prevents timely delivery of
          deadline_timer handlers, after the program has been running
          for some time.
      Bind:
          make_adaptable now documented (#4532)
      Concept Check:
          fixed warnings with self-assignment (#4918)
      Filesystem:
          Version 3 of the library is now the default.
          Verify, clarify, document that <boost/config/user.hpp> can
          be used to specify BOOST_FILESYSTEM_VERSION.  (#4891)
          Replaced C-style assert with BOOST_ASSERT.
          Undeprecated unique_path(). Instead, add a note mentioning
          the workaround for lack of thread safety and possible
          change to cwd.  unique_path() is just too convenient to

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=53
2011-03-14 11:43:43 +00:00
Philipp Thomas
7fea361161 - Remove the boost specific autoconf macros now that we have the
complete autoconf archive packaged (bnc#655747).
- Move the lib64 patch over to autoconf-archive.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=52
2010-11-25 11:02:32 +00:00
Stephan Kulow
3143f4359e - take care of random library (build 32bit on x86_64 and
require it in boost-devel)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=50
2010-10-25 07:32:32 +00:00
Stephan Kulow
50ccd87fce - fix baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=45
2010-09-29 09:43:00 +00:00
Stephan Kulow
677bdc7033 removing 11.3 link
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=44
2010-09-16 07:41:49 +00:00
OBS User autobuild
ca3527e978 Accepting request 41601 from devel:libraries:c_c++
checked in (request 41601)

OBS-URL: https://build.opensuse.org/request/show/41601
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=32
2010-06-18 04:05:47 +00:00
Philipp Thomas
e4eb9b26e0 - Noarch sub packages only doable from 11.2 on up.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=31
2010-06-16 12:48:18 +00:00
OBS User buildservice-autocommit
9830f3aa5f Updating link to change in openSUSE:Factory/boost revision 42.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=2c99c2eaa89af2b47748368ed1724c5a
2010-06-11 08:27:39 +00:00
OBS User autobuild
ff42cafea0 Accepting request 41314 from devel:libraries:c_c++
checked in (request 41314)

OBS-URL: https://build.opensuse.org/request/show/41314
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=30
2010-06-11 08:27:38 +00:00
Stephan Kulow
82121f237d Accepting request 41310 from home:balta3
Copy from home:balta3/boost via accept of submit request 41310 revision 3.
Request was accepted with message:
I'll remove the extra arch lines

OBS-URL: https://build.opensuse.org/request/show/41310
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=28
2010-06-10 09:08:50 +00:00
Pavol Rusnak
e8423dbbc8 Accepting request 40583 from home:azouhr:branches:devel:libraries:c_c++
Copy from home:azouhr:branches:devel:libraries:c_c++/boost via accept of submit request 40583 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40583
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=26
2010-05-25 12:33:36 +00:00
Stephan Kulow
1955444436 Accepting request 40417 from home:azouhr:branches:devel:libraries:c_c++
Copy from home:azouhr:branches:devel:libraries:c_c++/boost via accept of submit request 40417 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40417
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=25
2010-05-20 08:16:39 +00:00
OBS User buildservice-autocommit
1545f7cb1d Updating link to change in openSUSE:Factory/boost revision 40.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=b2abc85a7a9b6b26e3b1932d17aa5538
2010-05-03 19:22:09 +00:00
OBS User autobuild
72e91bf2ba Accepting request 39078 from devel:libraries:c_c++
checked in (request 39078)

OBS-URL: https://build.opensuse.org/request/show/39078
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=24
2010-05-03 19:22:06 +00:00
Philipp Thomas
a372d94170 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=23 2010-04-29 09:52:24 +00:00
OBS User buildservice-autocommit
addac91417 Updating link to change in openSUSE:Factory/boost revision 39.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=398ef060d61d6b2e43b5b8bd8cab6855
2010-04-28 20:27:11 +00:00
OBS User autobuild
394ad2b708 Accepting request 38813 from devel:libraries:c_c++
checked in (request 38813)

OBS-URL: https://build.opensuse.org/request/show/38813
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=22
2010-04-28 20:27:10 +00:00
Philipp Thomas
7d66a2e017 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=21 2010-04-26 10:35:02 +00:00
Philipp Thomas
c76cf89cd6 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=20 2010-04-20 16:20:54 +00:00
OBS User buildservice-autocommit
529c03d00f Updating link to change in openSUSE:Factory/boost revision 38.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=b0253da134996c6609e1487496d361f0
2010-04-07 15:34:10 +00:00
OBS User autobuild
cf48fbafb2 Accepting request 37247 from devel:libraries:c_c++
checked in (request 37247)

OBS-URL: https://build.opensuse.org/request/show/37247
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=19
2010-04-07 15:34:09 +00:00
Stephan Kulow
503e2106d4 Accepting request 36853 from home:Freespacer:branches:devel:libraries:c_c++
Copy from home:Freespacer:branches:devel:libraries:c_c++/boost via accept of submit request 36853 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/36853
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=18
2010-04-07 15:06:34 +00:00
OBS User autobuild
a9da32cda9 Accepting request 29087 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/boost based on submit request 29087 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/29087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=36
2010-01-14 14:56:57 +00:00
OBS User autobuild
f97598a3a6 Accepting request 22582 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/boost based on submit request 22582 from user psmt

OBS-URL: https://build.opensuse.org/request/show/22582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=35
2009-10-20 22:05:10 +00:00
OBS User autobuild
b39ff1c8b8 Accepting request 17446 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/boost based on submit request 17446 from user psmt

OBS-URL: https://build.opensuse.org/request/show/17446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=33
2009-08-13 15:36:15 +00:00
OBS User unknown
2ee4a0afc3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=32 2009-07-30 12:28:33 +00:00
OBS User unknown
dec5504c24 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=30 2009-04-18 11:52:51 +00:00
OBS User unknown
883344a08a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=29 2009-03-20 18:16:10 +00:00
OBS User unknown
490d509220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=28 2009-03-03 20:54:43 +00:00
OBS User unknown
59e9183524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=27 2009-02-23 11:40:30 +00:00
OBS User unknown
ceff9e4866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=26 2009-02-20 20:48:27 +00:00
OBS User unknown
2127986867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=25 2009-02-16 13:08:16 +00:00
OBS User unknown
5170799d2b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=24 2009-01-09 17:23:21 +00:00
OBS User unknown
6f72de8c75 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=23 2008-12-15 11:20:58 +00:00
OBS User unknown
82364b3c90 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=22 2008-11-28 15:22:25 +00:00
OBS User unknown
b205290a33 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=21 2008-11-20 14:17:22 +00:00
OBS User unknown
181c069a9f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=20 2008-11-17 15:44:58 +00:00
OBS User unknown
865052fc18 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=19 2008-10-27 15:42:08 +00:00
OBS User unknown
58e0a42a68 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost?expand=0&rev=18 2008-10-24 12:59:11 +00:00