Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

slang-slsh-debuginfo-2.3.3-slfo.1.1.3 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: slang-slsh-debuginfo Distribution: SUSE Linux Framework One
Version: 2.3.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.3 Build date: Fri Jun 14 19:21:20 2024
Group: Development/Debug Build host: h04-ch1a
Size: 706760 Source RPM: slang-2.3.3-slfo.1.1.3.src.rpm
Packager: https://www.suse.com/
Url: http://www.jedsoft.org/
Summary: Debug information for package slang-slsh
This package provides debug information for package slang-slsh.
Debug information is useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Mar 01 2024 dimstar@opensuse.org
  - Drop slsh/lib/test/test_timestamp.sl: Do not test timestamps but
    trust on upstream (calculations in leap years are off in the
    test).
* Mon Feb 26 2024 dimstar@opensuse.org
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    PatchN.
* Mon Sep 26 2022 coolo@suse.com
  - slang 2.3.3:
    * This version includes a number of backward-compatible enhancements to
      the interpreter and its modules, as well as support for so-called
      user-defined terminfo extensions.  It is also binary compatible with
      prior 2.x.y versions of the library.
    * See changes.txt
  - obsolete overflow.patch and rebase autoconf.patch
* Mon Apr 06 2020 adam.majer@suse.de
  - slang 2.3.2:
    * It is now possible to use reserved words as struct
    field names without quoting them.  For example, it is now possible
    to write
      s = struct { public = value };
    Previously, this required the field name to be quoted:
      s = struct { "public" = value };
  - drop static library and its LTO workaround
  - git-6dd5ade9a97b52ace4ac033779a6d3c1c51db4d1.patch: upstreamed
  - slang-fsuid.patch: refreshed
* Fri Aug 02 2019 mliska@suse.cz
  - Use FAT LTO objects in order to provide proper static library.
* Mon Sep 24 2018 schwab@suse.de
  - overflow.patch: fix overflow checks not to depend on undefined behaviour
* Thu Mar 15 2018 ro@suse.de
  - handle s390 like s390x
* Fri Mar 02 2018 crrodriguez@opensuse.org
  - BuildRequire default libpng on the system, builds and test
    pass fine. (drops slang-libpng12-linker-flag.patch)
* Fri Feb 09 2018 werner@suse.de
  - Add upstream commit 6dd5ade9a97b52ace4ac033779a6d3c1c51db4d1 as
    patch git-6dd5ade9a97b52ace4ac033779a6d3c1c51db4d1.patch (boo#1079543)
    * Added support for the new ncurses 32-bit terminfo database entries
* Fri Jun 09 2017 jengelh@inai.de
  - Rectify RPM groups. Trim filler wording from description.
* Wed May 03 2017 astieger@suse.com
  - slang 2.3.1a:
    * 24 bitcolor support for 64 bit systems
    * various bug fixes and improvements
  - disable failing tests on i586 and s390x
* Sat Feb 28 2015 mpluskal@suse.com
  - Cleanup spec file with spec-cleaner
  - Add gpg signature
  - Remove upstreamed patch
    * sprintf-bug-concerning-c-for-8-bit-character-in-non-.patch
  - Update to 2.3.0
    * numerous changes, see included changes.txt for a detailed
      list
* Tue Aug 26 2014 fcrozat@suse.com
  - Add obsoletes/provides to baselibs.conf.
* Wed Jul 02 2014 kkaempf@suse.com
  - fix for running in non-utf-8 environments (bnc#885624)
    add sprintf-bug-concerning-c-for-8-bit-character-in-non-.patch
  - drop slang-2.2.2-makefile.patch, obsolete
* Thu May 24 2012 gber@opensuse.org
  - update to version 2.2.4
    - numerous changes, see the included changes.txt for a detailed
      list
  - rebased slang-2.2.2.dif and renamed to slang.patch
  - rebased slang-2.2.2-autoconf.dif and renamed to
    slang-autoconf.patch
  - rebased slang-2.2.2-libpng12-linker-flag.patch and renamed to
    slang-libpng12-linker-flag.patch
  - rebased slang-2.2.2-fsuid.dif and renamed to slang-fsuid.patch
  - build oniguruma module on >= 12.1
* Fri Dec 02 2011 jengelh@medozas.de
  - Remove redundant/unwanted tags/section (cf. specfile guidelines)
* Fri Dec 02 2011 coolo@suse.com
  - add automake as buildrequire to avoid implicit dependency
* Mon Sep 13 2010 coolo@novell.com
  - fix baselibs.conf
* Tue Aug 17 2010 gber@opensuse.org
  - disabled parallel build again, still broken
* Sat Aug 14 2010 gber@opensuse.org
  - updated to version 2.2.2
    + new languag features
    * ternary expressions
    * break and condition statements can now work on several levels
      of loops
    * multiline strings
    * List_Type objects can now also be indexed using an array of
      indices
    + new modules: zlib, fork, sysconf
    + new intrinsic functions: sumsq, expm1, log1p, list_to_array,
      string_matches, _close, _fileno, dup2, getsid, killpg,
      getpriority, setpriority, ldexp, frexp
    + provides pkg-info file
    + many bugfixes
  - split package to conform to library naming policy
  - rebased patches, removed obsolete slang-2.2.1-format.patch
  - added patch slang-2.2.2-makefile.patch from Fedora which fixes
    shared libs permissions, the slang shared library symlink, and
    parallel build dependency issues and removes rpath
  - build pcre, png, and zlib modules
  - removed incorrect license information
  - more accurate summary and description
  - further cleanup
* Thu Apr 08 2010 meissner@suse.de
  - unbreak occasional build failures by disabling parallel make.
* Wed Jan 13 2010 meissner@suse.de
  - fixed better
* Tue Jan 12 2010 coolo@novell.com
  - include headers to fix build
* Sat Dec 19 2009 jengelh@medozas.de
  - add baselibs.conf as a source
  - enable parallel build
* Wed Jan 07 2009 olh@suse.de
  - obsolete old -XXbit packages (bnc#437293)
* Fri Jun 27 2008 schwab@suse.de
  - Work around autoconf limitation.
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Wed Jul 11 2007 nadvornik@suse.cz
  - updated to 2.1.1:
    * interpreter syntax enhancements
    * many bugfixes
  - fixed some rpmlint warnings
* Mon May 28 2007 nadvornik@suse.cz
  - do not package binaries in documentation directory
* Tue Jan 31 2006 nadvornik@suse.cz
  - fixed typo in locale code [#146603]
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Thu Jan 12 2006 nadvornik@suse.cz
  - compile with -fstack-protector
* Tue Jan 03 2006 nadvornik@suse.cz
  - updated to 2.0.5
  - fixed output of multibyte chars to bottom right corner [#134037]
* Mon Oct 17 2005 nadvornik@suse.cz
  - fixed filelist
* Thu Oct 13 2005 nadvornik@suse.cz
  - updated documentation, specfile fixes
* Tue Oct 11 2005 nadvornik@suse.cz
  - updated to 2.0.4
    * upstream UTF-8 support
* Wed Feb 16 2005 nadvornik@suse.cz
  - fixed segfault in SLsmg_write_nwchars
* Thu Jan 06 2005 nadvornik@suse.cz
  - fixed segfault on negative column value
* Wed Mar 10 2004 nadvornik@suse.cz
  - removed symlinks pointing nowhere [#34927]
* Fri Feb 20 2004 nadvornik@suse.cz
  - used libdir macro
* Wed Feb 18 2004 sbrabec@suse.cz
  - Added all available UTF-8 patches from Debian and Redhat.
* Tue Feb 10 2004 nadvornik@suse.cz
  - compiled with -fno-strict-aliasing
* Sat Jan 10 2004 adrian@suse.de
  - add %defattr and %run_ldconfig
* Fri Jul 25 2003 nadvornik@suse.cz
  - updated to 1.4.9
* Wed May 28 2003 nadvornik@suse.cz
  - remove unpackaged files from buildroot
* Thu Feb 13 2003 nadvornik@suse.cz
  - updated to 1.4.8
* Mon Jan 13 2003 nadvornik@suse.cz
  - updated to 1.4.7
* Mon Sep 23 2002 nadvornik@suse.cz
  - removed the utf8 patch [#19941]
* Mon Sep 16 2002 pthomas@suse.de
  - Check for availability of setfsuid/setfsgid and abort configuration
    if not found. Include sys/fsuid.h to get setfsuid/setfsgid declared.
  - Redo the utf8 patch to also define _GNU_SOURCE to get wcwidth
    declared.
  - Change configure.in to make the use of autoheader possible.
  - Make configure use a passed in ELF_CFLAGS.
  - Remove the unneeded -fno-strength-reduce from CFLAGS and ELF_CFLAGS.
  - devel package requires base package of same version.
* Tue Jul 09 2002 nadvornik@suse.cz
  - fixed macro SLSMG_BUILD_CHAR in utf8 patch, it fixes the crash
    of xjed [bug #16823]
* Fri May 31 2002 nadvornik@suse.cz
  - updated to 1.4.5
  - created devel subpackage [bug #16241]
  - added html doc
* Wed Feb 20 2002 nadvornik@suse.cz
  - fixed color handling for tab character
* Wed Jan 30 2002 nadvornik@suse.cz
  - fixed conversion of control characters to printable form in
    UTF-8 patch [bug #12894]
* Thu Jan 10 2002 nadvornik@suse.cz
  - used macros %{_lib} and %{_libdir}
* Fri Oct 26 2001 pmladek@suse.cz
  - fixed displaying of long lines (#11919)
    * the begin of the visible part of the line is tested now
* Wed Jun 13 2001 schwab@suse.de
  - Fix use of %suse_update_config.
* Thu Jun 07 2001 bjacke@suse.de
  - apply UTF-8 patch from http://www.rano.org/mutt/
* Wed Jun 06 2001 nadvornik@suse.cz
  - fixed to compile with new autoconf
* Mon Feb 26 2001 nadvornik@suse.cz
  - update to 1.4.4
* Mon Oct 09 2000 nadvornik@suse.cz
  - fixed Copyright
* Fri Sep 15 2000 nadvornik@suse.cz
  - update to 1.4.2
  - used suse_update_config
* Wed Jul 19 2000 nadvornik@suse.cz
  - added libslang.so.1 symlink (Bug#: 3545)
* Thu May 18 2000 nadvornik@suse.cz
  - changed Group tag
* Fri Mar 24 2000 nadvornik@suse.cz
  - added URL
* Mon Mar 13 2000 nadvornik@suse.cz
  - upgrade to version 1.4.0
  - removed Makefile.Linux
  - added BuildRoot
* Thu Oct 07 1999 fehr@suse.de
  - recognize alternat xterm cursor sequences when doing line editing
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Wed Jul 21 1999 fehr@suse.de
  - changed one patch slightly
* Tue Jun 30 1998 fehr@suse.de
  - integrate setuid security patches from Alan Cox in dif-file
  - change to version 1.2.2
* Tue Jun 30 1998 fehr@suse.de
  - add security patches from Alan Cox (overflow, setuid, termdir)
  - add dynamic version of slang library
  - install documentation to /usr/doc/packages/slang
* Wed Jan 22 1997 florian@suse.de
  - update to version 0.99-38
* Thu Jan 02 1997 florian@suse.de
  - update to version 0.99-37
* Thu Jan 02 1997 florian@suse.de
  - update to version 0.99-36 and add bug-fixes from mutt
* Thu Jan 02 1997 florian@suse.de
  - update to new version 0.99-35

Files

/usr/lib/debug
/usr/lib/debug/.build-id
/usr/lib/debug/.build-id/07
/usr/lib/debug/.build-id/07/0a573a37963e63ed06693e41029b7efe2c1afc
/usr/lib/debug/.build-id/07/0a573a37963e63ed06693e41029b7efe2c1afc.debug
/usr/lib/debug/.build-id/09
/usr/lib/debug/.build-id/09/48ae3efc201fb9ffa7fc1a354e9342ea090ea1
/usr/lib/debug/.build-id/09/48ae3efc201fb9ffa7fc1a354e9342ea090ea1.debug
/usr/lib/debug/.build-id/0a
/usr/lib/debug/.build-id/0a/6a2576ef1c9f9afa02f47db9ed5ffe290e99bf
/usr/lib/debug/.build-id/0a/6a2576ef1c9f9afa02f47db9ed5ffe290e99bf.debug
/usr/lib/debug/.build-id/0b
/usr/lib/debug/.build-id/0b/989ccf7f136ed3a6e4dbb4ede42f4d5b1e4018
/usr/lib/debug/.build-id/0b/989ccf7f136ed3a6e4dbb4ede42f4d5b1e4018.debug
/usr/lib/debug/.build-id/10
/usr/lib/debug/.build-id/10/74c379b06140a8e6b414cd59bcf8dc8f4abfaa
/usr/lib/debug/.build-id/10/74c379b06140a8e6b414cd59bcf8dc8f4abfaa.debug
/usr/lib/debug/.build-id/11
/usr/lib/debug/.build-id/11/20e38b03353856c17b8b49e713cdfebffba88f
/usr/lib/debug/.build-id/11/20e38b03353856c17b8b49e713cdfebffba88f.debug
/usr/lib/debug/.build-id/14
/usr/lib/debug/.build-id/14/bf7261e344a2491c9a7ce90ab940587e1453be
/usr/lib/debug/.build-id/14/bf7261e344a2491c9a7ce90ab940587e1453be.debug
/usr/lib/debug/.build-id/1f
/usr/lib/debug/.build-id/1f/cb9d2dacf3a9f649096944aceeac88baa40eaa
/usr/lib/debug/.build-id/1f/cb9d2dacf3a9f649096944aceeac88baa40eaa.debug
/usr/lib/debug/.build-id/21
/usr/lib/debug/.build-id/21/86a8b21f357921bdc7c728ef5ff97c99dd387c
/usr/lib/debug/.build-id/21/86a8b21f357921bdc7c728ef5ff97c99dd387c.debug
/usr/lib/debug/.build-id/22
/usr/lib/debug/.build-id/22/7d3011365766f3540b951a8e1fba65d88fb34e
/usr/lib/debug/.build-id/22/7d3011365766f3540b951a8e1fba65d88fb34e.debug
/usr/lib/debug/.build-id/60
/usr/lib/debug/.build-id/60/7edc261d9084419c8ec98e0d08bdadf7943153
/usr/lib/debug/.build-id/60/7edc261d9084419c8ec98e0d08bdadf7943153.debug
/usr/lib/debug/.build-id/68
/usr/lib/debug/.build-id/68/8d8be63a4aad4e10b041dff04c8266a26b1f07
/usr/lib/debug/.build-id/68/8d8be63a4aad4e10b041dff04c8266a26b1f07.debug
/usr/lib/debug/.build-id/70
/usr/lib/debug/.build-id/70/82d03c207855047e2f2f9663b47a9c4f709557
/usr/lib/debug/.build-id/70/82d03c207855047e2f2f9663b47a9c4f709557.debug
/usr/lib/debug/.build-id/7d
/usr/lib/debug/.build-id/7d/a9a8491c67a7040beccb9d191ca23f9a011087
/usr/lib/debug/.build-id/7d/a9a8491c67a7040beccb9d191ca23f9a011087.debug
/usr/lib/debug/.build-id/80
/usr/lib/debug/.build-id/80/3284ec692d7dfe3ce861aba7c29b828f38948c
/usr/lib/debug/.build-id/80/3284ec692d7dfe3ce861aba7c29b828f38948c.debug
/usr/lib/debug/.build-id/86
/usr/lib/debug/.build-id/86/2dc14644d08f7e79266c806205dcae53271870
/usr/lib/debug/.build-id/86/2dc14644d08f7e79266c806205dcae53271870.debug
/usr/lib/debug/.build-id/c4
/usr/lib/debug/.build-id/c4/8ce4db046713c309eb247f85a5905e50d2e329
/usr/lib/debug/.build-id/c4/8ce4db046713c309eb247f85a5905e50d2e329.debug
/usr/lib/debug/.build-id/f0
/usr/lib/debug/.build-id/f0/c2bac799d53e2933696f360e5fd0ed51bba253
/usr/lib/debug/.build-id/f0/c2bac799d53e2933696f360e5fd0ed51bba253.debug
/usr/lib/debug/.build-id/f0/cc6266869c8f529bd3a1abd4ed85bb70878faa
/usr/lib/debug/.build-id/f0/cc6266869c8f529bd3a1abd4ed85bb70878faa.debug
/usr/lib/debug/.build-id/f6
/usr/lib/debug/.build-id/f6/1a7e0dcc84c585a59fbf9ff4952783add7df59
/usr/lib/debug/.build-id/f6/1a7e0dcc84c585a59fbf9ff4952783add7df59.debug
/usr/lib/debug/.build-id/fe
/usr/lib/debug/.build-id/fe/946f3feb72ed6f6ff17b19acad73d4d0482d44
/usr/lib/debug/.build-id/fe/946f3feb72ed6f6ff17b19acad73d4d0482d44.debug
/usr/lib/debug/usr
/usr/lib/debug/usr/bin
/usr/lib/debug/usr/bin/slsh.debug
/usr/lib/debug/usr/lib64
/usr/lib/debug/usr/lib64/slang
/usr/lib/debug/usr/lib64/slang/v2
/usr/lib/debug/usr/lib64/slang/v2/modules
/usr/lib/debug/usr/lib64/slang/v2/modules/base64-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/chksum-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/csv-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/fcntl-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/fork-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/histogram-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/iconv-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/json-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/onig-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/pcre-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/png-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/rand-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/select-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/slsmg-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/socket-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/stats-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/sysconf-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/termios-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/varray-module.so.debug
/usr/lib/debug/usr/lib64/slang/v2/modules/zlib-module.so.debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:05:10 2024