public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cxxopts] epel10.3: Explicitly disabled -Werror flag.
@ 2026-09-22 1:32 Vitaly Zaitsev
0 siblings, 0 replies; only message in thread
From: Vitaly Zaitsev @ 2026-09-22 1:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cxxopts
Branch : epel10.3
Commit : 201c7fb8bdfb94af2d0e33ddc3f3a84b3fea7830
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date : 2022-01-17T15:08:57+01:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cxxopts/c/201c7fb8bdfb94af2d0e33ddc3f3a84b3fea7830?branch=epel10.3
Log:
Explicitly disabled -Werror flag.
---
diff --git a/cxxopts.spec b/cxxopts.spec
index c3cb179..e2f9b11 100644
--- a/cxxopts.spec
+++ b/cxxopts.spec
@@ -3,7 +3,7 @@
Name: cxxopts
Version: 3.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Lightweight C++ command line option parser
License: MIT
@@ -36,6 +36,7 @@ Requires: libstdc++-devel%{?_isa}
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCXXOPTS_ENABLE_INSTALL:BOOL=ON \
+ -DCXXOPTS_ENABLE_WARNINGS:BOOL=OFF \
-DCXXOPTS_BUILD_EXAMPLES:BOOL=ON \
-DCXXOPTS_BUILD_TESTS:BOOL=ON
%cmake_build
@@ -54,6 +55,9 @@ Requires: libstdc++-devel%{?_isa}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Mon Jan 17 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 3.0.0-2
+- Explicitly disabled -Werror flag.
+
* Sat Oct 23 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 3.0.0-1
- Updated to version 3.0.0.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 1:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 1:32 [rpms/cxxopts] epel10.3: Explicitly disabled -Werror flag Vitaly Zaitsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox