diff --git a/googletest-release-1.10.0.tar.gz b/googletest-release-1.10.0.tar.gz deleted file mode 100644 index ca3c00c..0000000 --- a/googletest-release-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb -size 904349 diff --git a/googletest-release-1.11.0.tar.gz b/googletest-release-1.11.0.tar.gz new file mode 100644 index 0000000..3791f38 --- /dev/null +++ b/googletest-release-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5 +size 886330 diff --git a/googletest.changes b/googletest.changes index 059a7ef..898bb40 100644 --- a/googletest.changes +++ b/googletest.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 5 09:15:53 UTC 2022 - Dirk Müller + +- 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 diff --git a/googletest.spec b/googletest.spec index 43dae78..8657cea 100644 --- a/googletest.spec +++ b/googletest.spec @@ -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