Accepting request 1156443 from home:rrahl0:upgrades
whoops, forgot about the changes OBS-URL: https://build.opensuse.org/request/show/1156443 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=36
This commit is contained in:
parent
3c9b5f30f5
commit
6d3c145523
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad7fdba11ea011c1d925b3289cf4af2c66a352e18d4c7264392fead75e919363
|
|
||||||
size 862871
|
|
3
googletest-1.14.0.tar.gz
Normal file
3
googletest-1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
|
||||||
|
size 867764
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 18:32:03 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
- 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 <andrea.manzini@suse.com>
|
Sun Mar 26 16:17:32 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package googletest
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%define _name googlemock
|
%define _name googlemock
|
||||||
Name: googletest
|
Name: googletest
|
||||||
Version: 1.13.0
|
Version: 1.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google C++ Testing Framework
|
Summary: Google C++ Testing Framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user