Related: RHEL-36476
This commit is contained in:
Miroslav Lichvar 2024-11-06 15:04:56 +01:00
parent 5456399adc
commit 243ac68476

View File

@ -7,7 +7,7 @@
Summary: Shared library for the S-Lang extension language
Name: slang
Version: 2.3.3
Release: 7%{?dist}
Release: 8%{?dist}
License: GPL-2.0-or-later
URL: https://www.jedsoft.org/slang/
Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
@ -112,6 +112,9 @@ make check
%{_includedir}/slang
%changelog
* Wed Nov 06 2024 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.3-8
- fix issues found by static analysis (RHEL-36476)
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.3.3-7
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018