public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spdlog] rawhide: Updated to version 1.17.0
@ 2026-06-19 11:18
0 siblings, 0 replies; only message in thread
From: @ 2026-06-19 11:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/spdlog
Branch : rawhide
Commit : 657baa6c392900d11fcbd7feae46ba5d45660c7a
Author : František Zatloukal <fzatlouk@redhat.com>
Date : 2026-06-19T12:56:39+02:00
Stats : +3/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/spdlog/c/657baa6c392900d11fcbd7feae46ba5d45660c7a?branch=rawhide
Log:
Updated to version 1.17.0
---
diff --git a/sources b/sources
index fdab8d0..e08ce42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (spdlog-1.15.3.tar.gz) = 21c35f4091850ea3a0cd6a24867e06e943df70d76cd5a7ec0b15a33e0e9e0cc3584ed7930e1ac6f347e7e06f0e002d0e759884eaf05310014e24ea0e0419fcc4
+SHA512 (spdlog-1.17.0.tar.gz) = 8df117055d19ff21c9c9951881c7bdf27cc0866ea3a4aa0614b2c3939cedceab94ac9abaa63dc4312b51562b27d708cb2f014c68c603fd1c1051d3ed5c1c3087
diff --git a/spdlog-1.15.3-catch2-fixes.patch b/spdlog-1.15.3-catch2-fixes.patch
deleted file mode 100644
index 7414242..0000000
--- a/spdlog-1.15.3-catch2-fixes.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From b77a2cab5b1e6710ec55e6a4484f43278fc0036b Mon Sep 17 00:00:00 2001
-From: Vitaly <vitaly@easycoding.org>
-Date: Wed, 30 Jul 2025 11:59:03 +0200
-Subject: [PATCH] Run tests in the order they are declared in the source file.
-
-Fixes an issue with running tests in random order in Catch2 3.9.0+.
----
- tests/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 457504c31..5ba2a106a 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -75,7 +75,7 @@ function(spdlog_prepare_test test_target spdlog_lib)
- elseif(SPDLOG_SANITIZE_THREAD)
- spdlog_enable_thread_sanitizer(${test_target})
- endif()
-- add_test(NAME ${test_target} COMMAND ${test_target})
-+ add_test(NAME ${test_target} COMMAND ${test_target} --order decl)
- set_tests_properties(${test_target} PROPERTIES RUN_SERIAL ON)
- endfunction()
-
diff --git a/spdlog.spec b/spdlog.spec
index edd396d..cbdd7d5 100644
--- a/spdlog.spec
+++ b/spdlog.spec
@@ -1,5 +1,5 @@
Name: spdlog
-Version: 1.15.3
+Version: 1.17.0
Release: %autorelease
License: MIT
@@ -8,11 +8,8 @@ URL: https://github.com/gabime/%{name}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0: %{name}-fmt_external.patch
-# https://github.com/gabime/spdlog/pull/3451
-Patch100: %{name}-1.15.3-catch2-fixes.patch
-
BuildRequires: catch-devel >= 3.0.0
-BuildRequires: fmt-devel >= 10.0.0
+BuildRequires: fmt-devel >= 12.1.0
BuildRequires: google-benchmark-devel
BuildRequires: systemd-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 11:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 11:18 [rpms/spdlog] rawhide: Updated to version 1.17.0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox