Пакет sed: Информация

    Исходный пакет: sed
    Версия: 4.2.1-alt1
    Собран:  10 сентября 2009 г. 2:12
    Категория: Редакторы
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.gnu.org/software/sed/

    Лицензия: GPLv3+
    О пакете: A GNU stream text editor
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    sed (x86_64, i586)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Stanislav Ievlev

    Права:
    @qa_p5

      1. cvs
      2. libacl-devel

    Последнее изменение


    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.
    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.
    10 апреля 2007 г. Dmitry V. Levin 1:4.1.5-alt2
    - Applied upstream utf8 performance fix.