diff --git a/doctest-2.4.5.tar.gz b/doctest-2.4.5.tar.gz deleted file mode 100644 index eb61195..0000000 --- a/doctest-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b76ece19f0e473e3afa5c545dbdce2dd70bfef98ed0f383443b2f9fd9f86d5b4 -size 2271979 diff --git a/doctest-2.4.6.tar.gz b/doctest-2.4.6.tar.gz new file mode 100644 index 0000000..9542208 --- /dev/null +++ b/doctest-2.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39110778e6baf373ef04342d7cb3fe35da104cb40769103e8a2f0035f5a5f1cb +size 2277281 diff --git a/doctest.changes b/doctest.changes index cbb2e2a..520fe79 100644 --- a/doctest.changes +++ b/doctest.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 22 15:28:53 UTC 2021 - Martin Hauke + +- Update to version 2.4.6 + Fixed bugs: + * REQUIRE does not compile when operator== in different + namespace #443 + * Using templated operator== inside TEST_CASE changes deduced + types of forwarding references #399 + Closed issues: + * CMake doesn't link package #483 + * Get list of registered test-case names #479 + * Can't compile with glibc master (future 2.34): SIGSTKSZ is + no longer a constant #473 + * INFO does not compile when used like a function call #469 + ------------------------------------------------------------------- Sun Feb 28 18:42:28 UTC 2021 - Martin Hauke diff --git a/doctest.spec b/doctest.spec index 49b46d6..75a4dff 100644 --- a/doctest.spec +++ b/doctest.spec @@ -17,7 +17,7 @@ Name: doctest -Version: 2.4.5 +Version: 2.4.6 Release: 0 Summary: Single-header testing framework License: MIT @@ -56,9 +56,9 @@ exec_prefix=${prefix} libdir=${exec_prefix}/%{_lib} includedir=${prefix}/include -Name: doctest +Name: doctest Description: Single-header testing framework -Version: %{version} +Version: %{version} Libs: Cflags: -I${includedir}/doctest EOF