diff --git a/googletest-1.13.0.tar.gz b/googletest-1.13.0.tar.gz deleted file mode 100644 index 15c180e..0000000 --- a/googletest-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363 -size 862871 diff --git a/googletest-1.14.0.tar.gz b/googletest-1.14.0.tar.gz new file mode 100644 index 0000000..60126b0 --- /dev/null +++ b/googletest-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7 +size 867764 diff --git a/googletest.changes b/googletest.changes index 2a2644a..ac39b95 100644 --- a/googletest.changes +++ b/googletest.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Mar 8 18:32:03 UTC 2024 - Richard Rahl + +- update to 1.14.0: + * GoogleTest requires at least C++14 + * Remove the GTEST_HAS_DOWNCAST_ customization point. + * Add googletest-message-test to the Bazel tests + * Make testing::Message support streamed AbslStringify values + * gtest: Supress warning about set unused variable + * Make AbslStringify usage public in GoogleTest + * Remove unused cast implementation + * Use template type FloatType in the cast. + * Fix C++20 compatibility bug. + * Make GoogleTest handle SEH exceptions before stack unwinding rather than afterward + * Resolve an issue where the resolution of operator<< overloads would attempt + to instantiate the incomplete testing::internal::Secret type. + * add support for nrf52 + * add support for nxp qn9090 mcu + * Allow clients to un-suppress output from gUnit EXPECT_EXIT tests. + * Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus + * Add qualifier to avoid argument dependent lookup + * Add missing std includes + * Remove GTEST_FOR_GOOGLE_ macro + * Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM + ------------------------------------------------------------------- Sun Mar 26 16:17:32 UTC 2023 - Andrea Manzini diff --git a/googletest.spec b/googletest.spec index a700f65..8ad5baf 100644 --- a/googletest.spec +++ b/googletest.spec @@ -1,7 +1,7 @@ # # spec file for package googletest # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %define _name googlemock Name: googletest -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: Google C++ Testing Framework License: BSD-3-Clause