Skip to content

Commit

Permalink
Fix GCC15 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sagitter committed Jan 31, 2025
1 parent 03d0eea commit 5f523d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xpra-codecs-freeworld.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

Name: xpra-codecs-freeworld
Version: 5.0.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPL-2.0-or-later
URL: https://www.xpra.org/
Expand Down Expand Up @@ -127,6 +127,7 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py

%build
%set_build_flags
export CFLAGS="%{optflags} -I%{_includedir}/security"
%py3_build -- \
--without-nvidia --without-pandoc_lua \
--with-verbose \
Expand Down Expand Up @@ -191,6 +192,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING

%changelog
* Fri Jan 31 2025 Antonio Trande <[email protected]> - 5.0.10-3
- Fix GCC15 builds

* Wed Jan 29 2025 RPM Fusion Release Engineering <[email protected]> - 5.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

Expand Down

0 comments on commit 5f523d6

Please sign in to comment.