Package libboost_regex1.46.1: Information

    Binary package: libboost_regex1.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: Regular expressions library for C++
    Description: 
    Regular expressions are a form of pattern-matching that are often used
    in text processing; many users will be familiar with the Unix utilities
    grep, sed and awk, and the programming language perl, each of which make
    extensive use of regular expressions. Traditionally C++ users have been
    limited to the POSIX C API's for manipulating regular expressions, and
    while regex++ does provide these API's, they do not represent the best
    way to use the library. For example regex++ can cope with wide character
    strings, or search and replace operations (in a manner analogous to
    either sed or perl), something that traditional C libraries can not do.

    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.