public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Holy <oholy@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/freerdp] f43: Enable uriparser support on RHEL
Date: Thu, 04 Jun 2026 07:08:33 GMT	[thread overview]
Message-ID: <178055691336.1.2358845734682645545.rpms-freerdp-28f1963a9412@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/freerdp
            Branch : f43
            Commit : 28f1963a9412023e6012c78f5f4a767249e6b27e
            Author : Ondrej Holy <oholy@redhat.com>
            Date   : 2026-06-04T09:03:56+02:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/freerdp/c/28f1963a9412023e6012c78f5f4a767249e6b27e?branch=f43

            Log:
            Enable uriparser support on RHEL

The uriparser library will be part of RHEL 11 as it is also needed for
dnsconfd and php packages. Let's enable it here as well.

Made-with: Cursor

---
diff --git a/freerdp.spec b/freerdp.spec
index 478f5c6..b9dc852 100644
--- a/freerdp.spec
+++ b/freerdp.spec
@@ -17,7 +17,9 @@
 %{!?rhel:%global _with_openh264 1}
 %{!?rhel:%global _with_sdl_client 1}
 %{!?rhel:%global _with_soxr 1}
-%{!?rhel:%global _with_uriparser 1}
+%if 0%{?fedora} || 0%{?rhel} > 10
+%global _with_uriparser 1
+%endif
 
 # Disable support for AAD WebView popup since it uses webkit2gtk-4.0
 #global _with_webview 1
@@ -25,7 +27,7 @@
 Name:           freerdp
 Epoch:          2
 Version:        3.26.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Free implementation of the Remote Desktop Protocol (RDP)
 
 # The effective license is Apache-2.0 but:
@@ -374,6 +376,9 @@ find %{buildroot} -name "*.a" -delete
 %{_libdir}/pkgconfig/winpr-tools3.pc
 
 %changelog
+* Wed Jun 04 2026 Ondrej Holy <oholy@redhat.com> - 2:3.26.0-6
+- Enable uriparser support on RHEL
+
 * Tue May 26 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2:3.26.0-5
 - Drop multilib-rpm-config usage on RHEL
 

                 reply	other threads:[~2026-06-04  7:08 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=178055691336.1.2358845734682645545.rpms-freerdp-28f1963a9412@fedoraproject.org \
    --to=oholy@redhat.com \
    --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