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

    Исходный пакет: libelfin
    Версия: 0.3-alt4
    Собран:  9 июня 2024 г. 19:44
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/aclements/libelfin

    Лицензия: GPL
    О пакете: C++11 library for reading ELF binaries and DWARFv4 debug information.
    Описание: 
    Native C++11 code and interface, designed from scratch to interact well
    with C++11 features, from range-based for loops to move semantics
    to enum classes.
    
    It's not production-ready and there are many parts of the DWARF specification
    it does not yet implement, but it's complete enough to be useful for many
    things and is a good deal more pleasant to use than every other debug
    info library I've tried (author).

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    libelfin (e2kv6, e2kv5, e2kv4, e2k)
    libelfin-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libelfin-devel (e2kv6, e2kv5, e2kv4, e2k)
    libelfin-devel-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Michael Shigorin

    Список участников:
    Michael Shigorin
    Artyom Bystrov
    Andrey Bergman

      1. python3-module-mpl_toolkits
      2. gcc-c++

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


    9 июня 2024 г. Michael Shigorin 0.3-alt4
    - Honour optflags.
    - Drop BR: selinux-policy-alt (looks like a mistake).
    - Minor spec cleanup (0.3-alt2 kludge not needed anymore).
    - Disable static library by default; add -ffat-lto-object (GIMPLE).
    - Fix Group:.
    25 сентября 2023 г. Artyom Bystrov 0.3-alt3
    - Fix FTBFS.
    28 октября 2022 г. Michael Shigorin 0.3-alt2
    - E2K: lcc 1.25.23 ftbfs workaround.
    - Minor spec cleanup.