Rebuild against oniguruma 6.8.1

This commit is contained in:
Mamoru TASAKA 2018-04-01 14:45:21 +09:00
parent 09a470c5fa
commit 083884bdb0

View File

@ -7,7 +7,7 @@
Summary: The shared library for the S-Lang extension language
Name: slang
Version: 2.3.2
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
URL: https://www.jedsoft.org/slang/
Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
@ -111,6 +111,9 @@ make check
%{_includedir}/slang
%changelog
* Sun Apr 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.2-2
- Rebuild against oniguruma 6.8.1
* Mon Mar 05 2018 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.2-1
- update to 2.3.2
- add gcc to build requirements