Package libevent: Information

    Source package: libevent
    Version: 2.1.12-alt1
    Build time:  Jul 21, 2023, 01:10 AM
    Category: System/Libraries
    Report package bug
    License: BSD-3-Clause and ISC
    Summary: Abstract asynchronous event notification library
    Description: 
    The libevent API provides a mechanism to execute a callback function
    when a specific event occurs on a file descriptor or after a timeout
    has been reached.
    
    libevent is meant to replace the asynchronous event loop found in
    event driven network servers.

    List of RPM packages built from this SRPM:
    libevent-devel (riscv64)
    libevent2.1 (riscv64)
    libevent2.1-debuginfo (riscv64)

    Maintainer: Alexey Sheplyakov


      1. rpm-build-python3
      2. libssl-devel
      3. zlib-devel

    Last changed


    May 18, 2023 Alexey Sheplyakov 2.1.12-alt1
    - 2.1.12
    - Use python3 to run python scripts (closes: #40742).
    - Fixed build with glibc 2.36 and newer (closes: #46191).
    May 20, 2021 Slava Aseev 2.1.8-alt3
    - Fixed FTBFS due to missing rpm-build-python
    March 28, 2019 Dmitry V. Levin 2.1.8-alt2
    - Replaced libevent.so symlink with a linker script that results
      to -levent being substituted with -levent_core -levent_extra
      (closes: #36436).