Package slang2: Information

  • Default inline alert: Version in the repository: 2.3.3-alt1

Source package: slang2
Version: 2.3.2-alt4
Latest version according to Repology
Build time:  Jan 1, 2020, 07:30 PM in the task #243757
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 rpms provided by this srpm:
libslang2 (x86_64, ppc64le, i586, aarch64)
libslang2-debuginfo (x86_64, ppc64le, i586, aarch64)
libslang2-devel (x86_64, ppc64le, i586, aarch64)
libslang2-devel-static (x86_64, ppc64le, i586, aarch64)
slang2-slsh (x86_64, ppc64le, i586, aarch64)
slang2-slsh-debuginfo (x86_64, ppc64le, i586, aarch64)

Maintainer: Sergey Y. Afonin


ACL:
Sergey Y. Afonin
@everybody

    1. libncurses-devel
    2. libX11-devel
    3. libpcre-devel
    4. libICE-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)