public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/codec2] rawhide: Drop RHEL 7 compatibility
Date: Mon, 20 Jul 2026 19:33:40 GMT [thread overview]
Message-ID: <178457602074.1.14693128318019116575.rpms-codec2-5641dd7e109a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/codec2
Branch : rawhide
Commit : 5641dd7e109a2bf1d8826205b8d84808878be40b
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-20T15:32:11-04:00
Stats : +1/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/codec2/c/5641dd7e109a2bf1d8826205b8d84808878be40b?branch=rawhide
Log:
Drop RHEL 7 compatibility
RHEL 8 cmake is already 3.x, and RHEL 11 will have cmake 4.x which
dropped all the cmake3 package and macro compatibility names.
https://fedoraproject.org/wiki/Changes/CMake4.0
---
diff --git a/codec2.spec b/codec2.spec
index 2d4918d..a785e26 100644
--- a/codec2.spec
+++ b/codec2.spec
@@ -1,5 +1,4 @@
%undefine __cmake_in_source_build
-%{?rhel: %global cmake %cmake3}
# Bootstrap may be needed to break circular dependencies between
# codec2 and lpcnetfreedv
@@ -14,7 +13,7 @@ License: LGPL-2.1-only
URL: http://rowetel.com/codec2.html
Source0: https://github.com/drowe67/codec2/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRequires: cmake%{?rhel:3}
+BuildRequires: cmake
BuildRequires: gcc gcc-c++
BuildRequires: libsamplerate-devel
%if %{without bootstrap}
reply other threads:[~2026-07-20 19:33 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=178457602074.1.14693128318019116575.rpms-codec2-5641dd7e109a@fedoraproject.org \
--to=yselkowi@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