[med-svn] [Git][med-team/spdlog][master] 2 commits: Apply upstream patch to fix tests.
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Mon Nov 13 05:52:36 GMT 2023
Andrius Merkys pushed to branch master at Debian Med / spdlog
Commits:
e13f09fc by Andrius Merkys at 2023-11-13T00:51:28-05:00
Apply upstream patch to fix tests.
- - - - -
1091c16d by Andrius Merkys at 2023-11-13T00:52:17-05:00
Update changelog for 1:1.12.0+ds-1 release
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/2827.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
spdlog (1:1.12.0+ds-1) UNRELEASED; urgency=medium
+ [ Andreas Tille ]
* Team upload
* New upstream version
Closes: #1053774
@@ -7,7 +8,10 @@ spdlog (1:1.12.0+ds-1) UNRELEASED; urgency=medium
+ libspdlog1.10: Drop conflict with removed package nheko (<< 0.7.2-3+b1) in
Breaks.
- -- Andreas Tille <tille at debian.org> Wed, 11 Oct 2023 07:18:58 -0000
+ [ Andrius Merkys ]
+ * Apply upstream patch to fix tests.
+
+ -- Andrius Merkys <merkys at debian.org> Mon, 13 Nov 2023 00:52:15 -0500
spdlog (1:1.10.0+ds-1) unstable; urgency=medium
=====================================
debian/patches/2827.patch
=====================================
@@ -0,0 +1,23 @@
+From 6a508d3d7e9af6e8b60eb00f77c2721ddf0e7ea1 Mon Sep 17 00:00:00 2001
+From: Vitaly Zaitsev <vitaly at easycoding.org>
+Date: Sun, 23 Jul 2023 10:11:37 +0200
+Subject: [PATCH] Added missing square bracket to fix the level_to_string_view
+ test.
+
+---
+ tests/test_misc.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/test_misc.cpp b/tests/test_misc.cpp
+index 9f3cb1744d..6199641ff2 100644
+--- a/tests/test_misc.cpp
++++ b/tests/test_misc.cpp
+@@ -43,7 +43,7 @@ TEST_CASE("log_levels", "[log_levels]")
+ REQUIRE(log_info("Hello", spdlog::level::trace) == "Hello");
+ }
+
+-TEST_CASE("level_to_string_view", "[convert_to_string_view")
++TEST_CASE("level_to_string_view", "[convert_to_string_view]")
+ {
+ REQUIRE(spdlog::level::to_string_view(spdlog::level::trace) == "trace");
+ REQUIRE(spdlog::level::to_string_view(spdlog::level::debug) == "debug");
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
autopkgtest
use-external-fmt.patch
+2827.patch
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/7e865634d2c2b96e7e36d04bccf4843b12344f02...1091c16d352ad5808052d6a853425615796b4b89
--
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/7e865634d2c2b96e7e36d04bccf4843b12344f02...1091c16d352ad5808052d6a853425615796b4b89
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231113/a7af5bf7/attachment-0001.htm>
More information about the debian-med-commit
mailing list