Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package googletest for openSUSE:Factory 
checked in at 2022-01-07 12:44:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/googletest (Old)
 and      /work/SRC/openSUSE:Factory/.googletest.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "googletest"

Fri Jan  7 12:44:44 2022 rev:13 rq:943938 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/googletest/googletest.changes    2021-06-01 
10:34:22.760498173 +0200
+++ /work/SRC/openSUSE:Factory/.googletest.new.1896/googletest.changes  
2022-01-07 12:45:16.887799636 +0100
@@ -1,0 +2,13 @@
+Wed Jan  5 09:15:53 UTC 2022 - Dirk M??ller <[email protected]>
+
+- 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 
+
+-------------------------------------------------------------------

Old:
----
  googletest-release-1.10.0.tar.gz

New:
----
  googletest-release-1.11.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ googletest.spec ++++++
--- /var/tmp/diff_new_pack.pnLlT9/_old  2022-01-07 12:45:17.591800125 +0100
+++ /var/tmp/diff_new_pack.pnLlT9/_new  2022-01-07 12:45:17.595800128 +0100
@@ -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}/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

++++++ googletest-release-1.10.0.tar.gz -> googletest-release-1.11.0.tar.gz 
++++++
++++ 67114 lines of diff (skipped)

Reply via email to