public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cppcodec] rawhide: Fix FTBFS (rhbz#2503829)
@ 2026-07-30 12:26 Ali Erdinc Koroglu
0 siblings, 0 replies; only message in thread
From: Ali Erdinc Koroglu @ 2026-07-30 12:26 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 12:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:26 [rpms/cppcodec] rawhide: Fix FTBFS (rhbz#2503829) Ali Erdinc Koroglu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox