Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/slang.git#2e5883d329bb294d34214d3e62b8b9b903141a3e
This commit is contained in:
DistroBaker 2021-02-03 05:10:29 +00:00
parent 735ba44bbd
commit cc72768dcc

View File

@ -4,10 +4,10 @@
%bcond_with oniguruma
%endif
Summary: The shared library for the S-Lang extension language
Summary: Shared library for the S-Lang extension language
Name: slang
Version: 2.3.2
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv2+
URL: https://www.jedsoft.org/slang/
Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
@ -15,6 +15,7 @@ Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
Patch1: slang-getkey-memmove.patch
# disable test that fails with SIGHUP ignored (e.g. in koji)
Patch2: slang-sighuptest.patch
BuildRequires: make
BuildRequires: gcc libpng-devel pcre-devel zlib-devel
%{?with_oniguruma:BuildRequires: oniguruma-devel}
# static removed in 2.3.1a-3
@ -93,7 +94,6 @@ make check
%ldconfig_scriptlets
%files
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc NEWS
%{_libdir}/libslang*.so.2*
@ -114,6 +114,9 @@ make check
%{_includedir}/slang
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild