commit googletest for openSUSE:Factory

2022-10-10 Thread Source-Sync
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.changes2022-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 
+
+- 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)


commit googletest for openSUSE:Factory

2022-04-10 Thread Source-Sync
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-04-10 19:05:14

Comparing /work/SRC/openSUSE:Factory/googletest (Old)
 and  /work/SRC/openSUSE:Factory/.googletest.new.1900 (New)


Package is "googletest"

Sun Apr 10 19:05:14 2022 rev:15 rq:967823 version:1.11.0

Changes:

--- /work/SRC/openSUSE:Factory/googletest/googletest.changes2022-03-28 
16:59:15.368863000 +0200
+++ /work/SRC/openSUSE:Factory/.googletest.new.1900/googletest.changes  
2022-04-10 19:05:26.470475195 +0200
@@ -1,0 +2,6 @@
+Fri Apr  8 11:34:37 UTC 2022 - Martin Li??ka 
+
+- Disable 2 warnings that are affected by GCC 12:
+  gh#google/googletest#3792 and gh#google/googletest#3793.
+
+---



Other differences:
--
++ googletest.spec ++
--- /var/tmp/diff_new_pack.Nq8qYZ/_old  2022-04-10 19:05:27.034468952 +0200
+++ /var/tmp/diff_new_pack.Nq8qYZ/_new  2022-04-10 19:05:27.042468863 +0200
@@ -83,6 +83,8 @@
 %setup -q -n %{name}-release-%{version}
 
 %build
+%global optflags %(echo "%{optflags} -Wno-infinite-recursion 
-Wno-deprecated-declarations")
+
 %cmake \
   %{?with_tests:-Dgtest_build_tests=ON} \
   %{?with_tests:-Dgmock_build_tests=ON} \


commit googletest for openSUSE:Factory

2022-03-28 Thread Source-Sync
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.changes2022-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 
+
+- 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_withtests
+%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)


commit googletest for openSUSE:Factory

2022-01-07 Thread Source-Sync
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.changes2021-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 
+
+- 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)


commit googletest for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package googletest for openSUSE:Factory 
checked in at 2021-06-01 10:34:12

Comparing /work/SRC/openSUSE:Factory/googletest (Old)
 and  /work/SRC/openSUSE:Factory/.googletest.new.1898 (New)


Package is "googletest"

Tue Jun  1 10:34:12 2021 rev:12 rq:895683 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/googletest/googletest.changes2020-04-29 
20:41:45.483544981 +0200
+++ /work/SRC/openSUSE:Factory/.googletest.new.1898/googletest.changes  
2021-06-01 10:34:22.760498173 +0200
@@ -1,0 +2,5 @@
+Mon May 17 17:35:26 UTC 2021 - Matej Cepl 
+
+- Don't depend on python2, when we don't need it.
+
+---



Other differences:
--
++ googletest.spec ++
--- /var/tmp/diff_new_pack.RfWU19/_old  2021-06-01 10:34:23.176498881 +0200
+++ /var/tmp/diff_new_pack.RfWU19/_new  2021-06-01 10:34:23.176498881 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package googletest
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 BuildRequires:  cmake >= 2.6.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  pkgconfig(pthread-stubs)
 
 %description