public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cppcodec] rawhide: Fix FTBFS (rhbz#2503829)
Date: Thu, 30 Jul 2026 12:26:58 GMT [thread overview]
Message-ID: <178541441837.1.12223908366292691350.rpms-cppcodec-ee5852487fb1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cppcodec
Branch : rawhide
Commit : ee5852487fb171f451f3dbc16dfe32b2ecc27a77
Author : Ali Erdinc Koroglu <ali.koroglu@oss.qualcomm.com>
Date : 2026-07-30T15:26:40+03:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cppcodec/c/ee5852487fb171f451f3dbc16dfe32b2ecc27a77?branch=rawhide
Log:
Fix FTBFS (rhbz#2503829)
---
diff --git a/cppcodec.spec b/cppcodec.spec
index 7d32910..9d0e6b3 100644
--- a/cppcodec.spec
+++ b/cppcodec.spec
@@ -2,7 +2,7 @@
Name: cppcodec
Version: 0.2
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Header-only C++11 library to encode/decode base64/base64url/base32/base32hex/hex
License: MIT
@@ -34,7 +34,9 @@ Provides: %{name}-static = %{?epoch:%{epoch}:}%{version}-%{release}
rm -vrf test/catch
%build
-%cmake -DBUILD_TESTING=TRUE
+%cmake \
+ -DCMAKE_POLICY_VERSION_MINIMUM="3.5.0" \
+ -DBUILD_TESTING=TRUE
%cmake_build
%install
@@ -50,6 +52,9 @@ rm -vrf test/catch
%{_datadir}/pkgconfig/%{name}-1.pc
%changelog
+* Thu Jul 30 2026 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.2-19
+- Fix FTBFS (rhbz#2503829)
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-07-30 12:26 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=178541441837.1.12223908366292691350.rpms-cppcodec-ee5852487fb1@fedoraproject.org \
--to=ali.koroglu@oss.qualcomm.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