public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vitaly Zaitsev <vitaly@easycoding.org>
To: git-commits@fedoraproject.org
Subject: [rpms/cxxopts] epel10.3: Explicitly disabled -Werror flag.
Date: Tue, 22 Sep 2026 01:32:21 GMT	[thread overview]
Message-ID: <179004074111.1.6258097588530739507.rpms-cxxopts-201c7fb8bdfb@fedoraproject.org> (raw)

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.
 

                 reply	other threads:[~2026-09-22  1:32 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=179004074111.1.6258097588530739507.rpms-cxxopts-201c7fb8bdfb@fedoraproject.org \
    --to=vitaly@easycoding.org \
    --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