Enable wxLZMAInputStream (#2258458)

This commit is contained in:
Scott Talbert 2024-02-04 13:05:00 -05:00
parent ea2f0cc33b
commit 1b7b7da0a5
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: wxGTK
Version: 3.2.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: GTK port of the wxWidgets GUI library
License: wxWidgets
URL: https://www.wxwidgets.org/
@ -188,6 +188,7 @@ pushd %{gtk3dir}
--with-opengl \
--with-sdl \
--with-libmspack \
--with-liblzma \
--enable-intl \
--disable-rpath \
--disable-glcanvasegl \
@ -320,6 +321,9 @@ fi
%doc html
%changelog
* Sun Feb 04 2024 Scott Talbert <swt@techie.net> - 3.2.4-5
- Enable wxLZMAInputStream (#2258458)
* Wed Jan 31 2024 Scott Talbert <swt@techie.net> - 3.2.4-4
- Fix FTBFS w/ GCC 14 (#2261535)
- Fix FTBFS w/ WebKitGTK 2.43