Hello community, here is the log from the commit of package googletest for openSUSE:Factory checked in at 2020-04-29 20:40:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/googletest (Old) and /work/SRC/openSUSE:Factory/.googletest.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "googletest" Wed Apr 29 20:40:46 2020 rev:11 rq:773622 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/googletest/googletest.changes 2018-11-20 22:27:41.214767778 +0100 +++ /work/SRC/openSUSE:Factory/.googletest.new.2738/googletest.changes 2020-04-29 20:40:47.719394377 +0200 @@ -1,0 +2,15 @@ +Sat Feb 8 12:31:11 UTC 2020 - Luigi Baldoni <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- googletest-release-1.8.1.tar.gz New: ---- googletest-release-1.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ googletest.spec ++++++ --- /var/tmp/diff_new_pack.MNVTkE/_old 2020-04-29 20:40:48.559396567 +0200 +++ /var/tmp/diff_new_pack.MNVTkE/_new 2020-04-29 20:40:48.563396578 +0200 @@ -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 @@ %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 @@ %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 ++++++ googletest-release-1.8.1.tar.gz -> googletest-release-1.10.0.tar.gz ++++++ ++++ 79734 lines of diff (skipped)
