public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/freerdp2] f43: Allow to build with CMake 4.0 (rhbz#2380607)
@ 2026-09-01 12:58 Cristian Le
  0 siblings, 0 replies; only message in thread
From: Cristian Le @ 2026-09-01 12:58 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/freerdp2
Branch : f43
Commit : 21f11ce09a8488da229f745cf9ead2399139579f
Author : Cristian Le <git@lecris.dev>
Date   : 2026-04-16T23:33:54-04:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/freerdp2/c/21f11ce09a8488da229f745cf9ead2399139579f?branch=f43

Log:
Allow to build with CMake 4.0 (rhbz#2380607)

---
diff --git a/freerdp2.spec b/freerdp2.spec
index 4dc0d7d..1126143 100644
--- a/freerdp2.spec
+++ b/freerdp2.spec
@@ -26,7 +26,7 @@
 
 Name:           freerdp2
 Version:        2.11.7
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Free implementation of the Remote Desktop Protocol (RDP)
 
 # The effective license is Apache-2.0 but:
@@ -143,6 +143,8 @@ find . -name "*.h" -exec chmod 664 {} \;
 find . -name "*.c" -exec chmod 664 {} \;
 
 %build
+# TODO: Please submit an issue to upstream (rhbz#2380607)
+export CMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake %{?_cmake_skip_rpath} \
     -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
     -DWITH_ALSA=ON \
@@ -268,6 +270,9 @@ rm -rfv %{buildroot}%{_bindir}
 %{_libdir}/pkgconfig/winpr-tools2.pc
 
 %changelog
+* Thu Apr 16 2026 Cristian Le <git@lecris.dev> - 2.11.7-12
+- Allow to build with CMake 4.0 (rhbz#2380607)
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.7-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-01 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 12:58 [rpms/freerdp2] f43: Allow to build with CMake 4.0 (rhbz#2380607) Cristian Le

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox