Package slang2: Information

    Source package: slang2
    Version: 2.3.2-alt4
    Build time:  Jul 11, 2021, 08:19 AM in the task #278026
    Category: System/Libraries
    Report package bug
    Summary: The shared library for the S-Lang extension language
    Description: 
    S-Lang is an interpreted language and a programming library.  The
    S-Lang language was designed so that it can be easily embedded into
    a program to provide the program with a powerful extension language.
    The S-Lang library, provided in this package, provides the S-Lang
    extension language.  S-Lang's syntax resembles C, which makes it easy
    to recode S-Lang procedures in C if you need to.

    List of RPM packages built from this SRPM:
    libslang2 (x86_64, ppc64le, i586, armh, aarch64)
    libslang2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libslang2-devel (x86_64, ppc64le, i586, armh, aarch64)
    libslang2-devel-static (x86_64, ppc64le, i586, armh, aarch64)
    slang2-slsh (x86_64, ppc64le, i586, armh, aarch64)
    slang2-slsh-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Sergey Y. Afonin


      1. libncurses-devel
      2. libX11-devel
      3. libICE-devel
      4. libpcre-devel
      5. libpng-devel

    Last changed


    Jan. 1, 2020 Sergey Y. Afonin 2.3.2-alt4
    - enabled LFS support
    - updated %License to SPDX syntax
    - improvements in spec-file:
     + added "%define _unpackaged_files_terminate_build 1"
     + properly quoted "%optflags" in changelog
     + fixed using "%def_enable static"
    April 9, 2019 Sergey Y. Afonin 2.3.2-alt3
    - added slang-2.3.2-slarray-ub.patch (fixed UB in slarray, ALT #36424#c25)
    - added -fno-strict-overflow to %optflags (ALT #36424#c17)
    April 8, 2019 Sergey Y. Afonin 2.3.2-alt2
    - fixed gcc8 optimization on i586 (ALT #36424)