Package libboost_serialization1.46.1: Information

    Binary package: libboost_serialization1.46.1
    Version: 1.46.1-alt1
    Architecture: i586
    Build time:  Mar 13, 2011, 03:48 PM
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: The Boost Serialization Library (Boost.Serialization)
    Description: 
    Here, we use the term "serialization" to mean the reversible
    deconstruction of an arbitrary set of C++ data structures to a sequence
    of bytes. Such a system can be used to reconstitute an equivalent
    structure in another program context.  Depending on this context, this
    might used implement object persistence, remote parameter passing or
    other facility.  In this system we use the term "archive" to refer to a
    specific rendering of this stream of bytes. This could be a file of
    binary data, text data, XML, or some other created by the user of this
    library.

    Maintainer: Ivan A. Melnikov


    Last changed


    March 12, 2011 Ivan A. Melnikov 1:1.46.1-alt1
    - new version;
    - added patch 24 to fix some missed includes (thx to cpp.req for
      revealing this);
    - disabled cpp.req;
    - minor spec improvements.
    March 11, 2011 Ivan A. Melnikov 1:1.46.0-alt2.1
    - fixed build requirements for python:
      + do not pre-require python-devel;
      + pre-require right version of rpm-build-python (thx Myke Lykov
        for reporting a problem with this).
    Feb. 26, 2011 Ivan A. Melnikov 1:1.46.0-alt2
    - fixed documentation and examples installation regressions.