Accepting request 943938 from M17N
OBS-URL: https://build.opensuse.org/request/show/943938 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/googletest?expand=0&rev=13
This commit is contained in:
commit
524e55161e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb
|
||||
size 904349
|
3
googletest-release-1.11.0.tar.gz
Normal file
3
googletest-release-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
|
||||
size 886330
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 5 09:15:53 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.11.0:
|
||||
* --gtest_brief shows only test failures in output
|
||||
* --gtest_fail_fast stops test execution on first failure
|
||||
* Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail
|
||||
rather than log
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 17:35:26 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package googletest
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 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.10.0
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Summary: Google C++ Testing Framework
|
||||
License: BSD-3-Clause
|
||||
@ -87,18 +87,22 @@ mkdir -p %{buildroot}%{_includedir}/gmock/src && install -m 0644 googlemock/src/
|
||||
mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/* %{buildroot}%{_includedir}/gtest/src
|
||||
|
||||
%files -n gtest
|
||||
%license %{name}/LICENSE
|
||||
%doc %{name}/CONTRIBUTORS %{name}/README.md
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libdir}/libgtest.so
|
||||
%{_libdir}/libgtest.so.%{version}
|
||||
%{_libdir}/libgtest_main.so
|
||||
%{_libdir}/libgtest_main.so.%{version}
|
||||
%{_includedir}/gtest
|
||||
%{_libdir}/pkgconfig/gtest*.pc
|
||||
|
||||
%files -n gmock
|
||||
%license %{_name}/LICENSE
|
||||
%doc %{_name}/CONTRIBUTORS %{_name}/README.md
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libdir}/libgmock.so
|
||||
%{_libdir}/libgmock.so.%{version}
|
||||
%{_libdir}/libgmock_main.so
|
||||
%{_libdir}/libgmock_main.so.%{version}
|
||||
%{_includedir}/gmock
|
||||
%{_libdir}/cmake/GTest
|
||||
%{_libdir}/pkgconfig/gmock*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user