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-03-28 16:58:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/googletest (Old) and /work/SRC/openSUSE:Factory/.googletest.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "googletest" Mon Mar 28 16:58:44 2022 rev:14 rq:964718 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/googletest/googletest.changes 2022-01-07 12:45:16.887799636 +0100 +++ /work/SRC/openSUSE:Factory/.googletest.new.1900/googletest.changes 2022-03-28 16:59:15.368863000 +0200 @@ -1,0 +2,7 @@ +Wed Feb 2 15:56:01 UTC 2022 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Add missing ldconfig calls in %post/%postun +- Enable unit tests on Tumbleweed (fails on 15.x) +- Update rpmlintrc for rpmlint 2.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ googletest.spec ++++++ --- /var/tmp/diff_new_pack.j7P4ib/_old 2022-03-28 16:59:15.780863560 +0200 +++ /var/tmp/diff_new_pack.j7P4ib/_new 2022-03-28 16:59:15.788863571 +0200 @@ -16,6 +16,12 @@ # +%if 0%{?suse_version} >= 1550 +%bcond_without tests +%else +%bcond_with tests +%endif + %define _name googlemock Name: googletest Version: 1.11.0 @@ -77,8 +83,11 @@ %setup -q -n %{name}-release-%{version} %build -%cmake -%make_jobs +%cmake \ + %{?with_tests:-Dgtest_build_tests=ON} \ + %{?with_tests:-Dgmock_build_tests=ON} \ + %{nil} +%cmake_build %install %cmake_install @@ -86,6 +95,16 @@ mkdir -p %{buildroot}%{_includedir}/gmock/src && install -m 0644 googlemock/src/* %{buildroot}%{_includedir}/gmock/src mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/* %{buildroot}%{_includedir}/gtest/src +%check +%if %{with tests} +%ctest +%endif + +%post -n gtest -p /sbin/ldconfig +%postun -n gtest -p /sbin/ldconfig +%post -n gmock -p /sbin/ldconfig +%postun -n gmock -p /sbin/ldconfig + %files -n gtest %license LICENSE %doc README.md ++++++ googletest-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.j7P4ib/_old 2022-03-28 16:59:15.824863620 +0200 +++ /var/tmp/diff_new_pack.j7P4ib/_new 2022-03-28 16:59:15.828863626 +0200 @@ -1,7 +1,5 @@ # Since the main package is a devel package: -addFilter("devel-file-in-non-devel-package") -# Symlinks are intentionally not generated for the SO: -addFilter("shlib-policy-missing-suffix") +addFilter("non-devel-file-in-devel-package") # The package doesn't provide any libraries anymore: addFilter("obsolete-not-provided libgoogletest0") (No newline at EOF)