public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mariadb-connector-c] f44: [bugfix] Fix 'BuildRequires' from 'gcc-c++' to 'gcc'
Date: Thu, 25 Jun 2026 18:19:40 GMT	[thread overview]
Message-ID: <178241158074.1.3984578237041462440.rpms-mariadb-connector-c-a4dd1116b9e6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/mariadb-connector-c
            Branch : f44
            Commit : a4dd1116b9e69e57162e0943c6a276e4ff6a907b
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-06-24T00:40:24+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mariadb-connector-c/c/a4dd1116b9e69e57162e0943c6a276e4ff6a907b?branch=f44

            Log:
            [bugfix] Fix 'BuildRequires' from 'gcc-c++' to 'gcc'

This is a pure C project -- the build only uses the C compiler.
'gcc-c++' is unnecessary and pulls in the unneeded C++ toolchain.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec
index 0cdd5cf..a164ea7 100644
--- a/mariadb-connector-c.spec
+++ b/mariadb-connector-c.spec
@@ -28,7 +28,7 @@ Patch1:         testsuite.patch
 %endif
 
 BuildRequires:  cmake
-BuildRequires:  gcc-c++
+BuildRequires:  gcc
 BuildRequires:  libzstd-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel

                 reply	other threads:[~2026-06-25 18:19 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=178241158074.1.3984578237041462440.rpms-mariadb-connector-c-a4dd1116b9e6@fedoraproject.org \
    --to=mschorm@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