Package sed: Information

    Source package: sed
    Version: 4.2.1-alt1
    Build time:  Sep 10, 2009, 02:12 AM
    Category: Editors
    Report package bug
    License: GPLv3+
    Summary: A GNU stream text editor
    Description: 
    The sed (Stream EDitor) editor is a stream or batch (non-interactive)
    editor.  Sed takes text as input, performs an operation or set of
    operations on the text and outputs the modified text.  The operations
    that sed performs (substitutions, deletions, insertions, etc.) can be
    specified in a script file or from the command line.

    List of rpms provided by this srpm:
    sed (x86_64, i586)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Stanislav Ievlev

    ACL:
    @qa_p5

      1. cvs
      2. libacl-devel

    Last changed


    Sept. 9, 2009 Dmitry V. Levin 1:4.2.1-alt1
    - Updated sed to 4.2.1
    - Updated gnulib to current.
    - Moved "make check" to %check section.
    June 7, 2009 Dmitry V. Levin 1:4.2-alt1
    - Updated to 4.2 (closes: #19889).
    - Enabled acl copying support.
    - Removed explicit provides.
    - Removed obsolete %install_info/%uninstall_info calls.
    April 10, 2007 Dmitry V. Levin 1:4.1.5-alt2
    - Applied upstream utf8 performance fix.