-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
@@ -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 \ | ||
|
@@ -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 | ||
|
||
|