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-10-10 18:46:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/googletest (Old) and /work/SRC/openSUSE:Factory/.googletest.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "googletest" Mon Oct 10 18:46:27 2022 rev:16 rq:1008944 version:1.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/googletest/googletest.changes 2022-04-10 19:05:26.470475195 +0200 +++ /work/SRC/openSUSE:Factory/.googletest.new.2275/googletest.changes 2022-10-10 18:46:28.815116316 +0200 @@ -1,0 +2,10 @@ +Thu Oct 6 13:58:58 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.12.1: + * Support for move-only values to Return + * New matchers: WhenBase64Unescaped + * ResultOf() now has a 3-arg overload that takes a description string for better + error messages + * CMake minimum increased to 3.5 + +------------------------------------------------------------------- Old: ---- googletest-release-1.11.0.tar.gz New: ---- googletest-release-1.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ googletest.spec ++++++ --- /var/tmp/diff_new_pack.6K5SjL/_old 2022-10-10 18:46:29.395117564 +0200 +++ /var/tmp/diff_new_pack.6K5SjL/_new 2022-10-10 18:46:29.399117573 +0200 @@ -24,7 +24,7 @@ %define _name googlemock Name: googletest -Version: 1.11.0 +Version: 1.12.1 Release: 0 Summary: Google C++ Testing Framework License: BSD-3-Clause @@ -32,7 +32,7 @@ URL: https://github.com/google/googletest Source0: https://github.com/google/googletest/archive/release-%{version}.tar.gz#/%{name}-release-%{version}.tar.gz Source1: googletest-rpmlintrc -BuildRequires: cmake >= 2.6.4 +BuildRequires: cmake >= 3.5.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python3 @@ -99,7 +99,8 @@ %check %if %{with tests} -%ctest +# googletest-port-test is checking the threadcount which is incorrect under user mode emulation +%ctest -- %{?qemu_user_space_build: -E googletest-port-test} %endif %post -n gtest -p /sbin/ldconfig ++++++ googletest-release-1.11.0.tar.gz -> googletest-release-1.12.1.tar.gz ++++++ ++++ 64764 lines of diff (skipped)