Accepting request 773620 from science
OBS-URL: https://build.opensuse.org/request/show/773620 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=24
This commit is contained in:
parent
7e96c03ce9
commit
14894a2e4c
3
googletest-release-1.10.0.tar.gz
Normal file
3
googletest-release-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb
|
||||
size 904349
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c
|
||||
size 992298
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 12:31:11 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 1.10.0
|
||||
* Deprecated "....TEST_CASE" API in favor of "....TEST_SUITE".
|
||||
In a nutshell if you have code that uses something like
|
||||
"INSTANTIATE_TYPED_TEST_CASE_P " - this and all other
|
||||
"*_TEST_CASE " are now deprecated in favor of more standard
|
||||
_TEST_SUITE.
|
||||
* New powerful MOCK_METHOD macro.
|
||||
For example:
|
||||
(Old) MOCK_METHOD1(Bar, double(std::string s));
|
||||
(New) MOCK_METHOD(double, Bar, (std::string s), (override));
|
||||
So there is no need to count the parameters anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 17 09:01:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package googletest
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define _name googlemock
|
||||
Name: googletest
|
||||
Version: 1.8.1
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Google C++ Testing Framework
|
||||
License: BSD-3-Clause
|
||||
@ -88,7 +88,7 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/
|
||||
|
||||
%files -n gtest
|
||||
%license %{name}/LICENSE
|
||||
%doc %{name}/CHANGES %{name}/CONTRIBUTORS %{name}/README.md
|
||||
%doc %{name}/CONTRIBUTORS %{name}/README.md
|
||||
%{_libdir}/libgtest.so
|
||||
%{_libdir}/libgtest_main.so
|
||||
%{_includedir}/gtest
|
||||
@ -96,7 +96,7 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/
|
||||
|
||||
%files -n gmock
|
||||
%license %{_name}/LICENSE
|
||||
%doc %{_name}/CHANGES %{_name}/CONTRIBUTORS %{_name}/README.md
|
||||
%doc %{_name}/CONTRIBUTORS %{_name}/README.md
|
||||
%{_libdir}/libgmock.so
|
||||
%{_libdir}/libgmock_main.so
|
||||
%{_includedir}/gmock
|
||||
|
Loading…
x
Reference in New Issue
Block a user