public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Cristian Le <git@lecris.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/freerdp2] f43: Allow to build with CMake 4.0 (rhbz#2380607)
Date: Tue, 01 Sep 2026 12:58:06 GMT	[thread overview]
Message-ID: <178826748658.1.13920247446819893304.rpms-freerdp2-21f11ce09a84@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-09-01 12:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178826748658.1.13920247446819893304.rpms-freerdp2-21f11ce09a84@fedoraproject.org \
    --to=git@lecris.dev \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox