public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cxxopts] epel10.2: Updated to version 2.2.1.
@ 2026-09-22 1:31 Vitaly Zaitsev
0 siblings, 0 replies; only message in thread
From: Vitaly Zaitsev @ 2026-09-22 1:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cxxopts
Branch : epel10.2
Commit : 1170dabd2af7d8ca4d983b6c106559d0ab491c2e
Author : Vitaly Zaitsev <vitaly@easycoding.org>
Date : 2020-08-18T14:33:59+02:00
Stats : +10/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/cxxopts/c/1170dabd2af7d8ca4d983b6c106559d0ab491c2e?branch=epel10.2
Log:
Updated to version 2.2.1.
---
diff --git a/.gitignore b/.gitignore
index ee16266..a1a8b0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/cxxopts-2.2.0.tar.gz
+/cxxopts-2.2.1.tar.gz
diff --git a/cxxopts.spec b/cxxopts.spec
index c2785ba..ea95c8a 100644
--- a/cxxopts.spec
+++ b/cxxopts.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: cxxopts
-Version: 2.2.0
-Release: 2%{?dist}
+Version: 2.2.1
+Release: 1%{?dist}
Summary: Lightweight C++ command line option parser
License: MIT
@@ -36,9 +36,9 @@ Requires: libstdc++-devel%{?_isa}
%build
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
- -DCXXOPTS_ENABLE_INSTALL=ON \
- -DCXXOPTS_BUILD_EXAMPLES=OFF \
- -DCXXOPTS_BUILD_TESTS=ON
+ -DCXXOPTS_ENABLE_INSTALL:BOOL=ON \
+ -DCXXOPTS_BUILD_EXAMPLES:BOOL=OFF \
+ -DCXXOPTS_BUILD_TESTS:BOOL=ON
%cmake_build
%check
@@ -54,6 +54,9 @@ Requires: libstdc++-devel%{?_isa}
%{_libdir}/cmake/%{name}/
%changelog
+* Tue Aug 18 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 2.2.1-1
+- Updated to version 2.2.1.
+
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index f94782e..13c1c65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cxxopts-2.2.0.tar.gz) = 9f5182b3a86b3d47d1ce5e1e222ab596fce59d3b2dcc0ab2c3802338d5e0f3e6556f2a5ff2accb32cae7e2db41ac5a361c93bf0256f9e44c316eaa4b47c19efa
+SHA512 (cxxopts-2.2.1.tar.gz) = bad2928b4e06efcfa09728dd946426e4fd39715b687c0a5c7b6308dd366cb490fdd8491c9a9778242d97d5be4a383bf9d1c209efe298c6c43bb1eb9daa103f05
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-22 1:31 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:31 [rpms/cxxopts] epel10.2: Updated to version 2.2.1 Vitaly Zaitsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox