From 4f09e94a6cf30f5e575cdd22c57794561f6cea220bf6fb8c582fc81a7ef01c75 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Fri, 5 Jul 2024 12:54:01 +0000 Subject: [PATCH] - avoid extra '--' which newer ctests don't like anymore * Floating point prints full precision by default to aid in debugging https://github.com/google/googletest/releases/tag/release-1.11.0 * Upstream version: 1.6.0 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=39 --- googletest.changes | 11 ++++++++--- googletest.spec | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/googletest.changes b/googletest.changes index 588f2ef..d074ec1 100644 --- a/googletest.changes +++ b/googletest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 5 09:31:26 UTC 2024 - Dirk Müller + +- avoid extra '--' which newer ctests don't like anymore + ------------------------------------------------------------------- Tue Mar 12 16:43:25 UTC 2024 - Takashi Iwai @@ -32,7 +37,7 @@ Fri Mar 8 18:32:03 UTC 2024 - Richard Rahl Sun Mar 26 16:17:32 UTC 2023 - Andrea Manzini - update to 1.13.0: - * Floating point prints full precision by default to aid in debugging + * Floating point prints full precision by default to aid in debugging * GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and continuing (like EXPECT_*) * Added testing::SrcDir(), which returns the configured directory for test data files @@ -72,7 +77,7 @@ Wed Jan 5 09:15:53 UTC 2022 - Dirk Müller * Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST * new matchers and mocking behavior, see - https://github.com/google/googletest/releases/tag/release-1.11.0 + https://github.com/google/googletest/releases/tag/release-1.11.0 ------------------------------------------------------------------- Mon May 17 17:35:26 UTC 2021 - Matej Cepl @@ -249,5 +254,5 @@ Tue Aug 9 15:36:41 CEST 2011 - tiwai@suse.de Sat Jul 9 07:29:10 UTC 2011 - ftake@geeko.jp - Initial import - * Upstream version: 1.6.0 + * Upstream version: 1.6.0 diff --git a/googletest.spec b/googletest.spec index 99b66b1..842f75b 100644 --- a/googletest.spec +++ b/googletest.spec @@ -101,7 +101,7 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/ %if %{with tests} %ifnarch %ix86 # googletest-port-test is checking the threadcount which is incorrect under user mode emulation -%ctest -- %{?qemu_user_space_build: -E googletest-port-test} +%ctest %{?qemu_user_space_build: -- -E googletest-port-test} %endif %endif