Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gtest-1.12.1-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: gtest Distribution: openSUSE:Factory:zSystems
Version: 1.12.1 Vendor: openSUSE
Release: 1.4 Build date: Thu Jun 15 18:59:22 2023
Group: Development/Libraries/C and C++ Build host: s390zl23
Size: 1427670 Source RPM: googletest-1.12.1-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/google/googletest
Summary: Development files for the Google C++ Testing Framework
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, value- and type-parameterized tests,
various options for running the tests, and XML test report generation.

This package provides shared libraries and header files for development
with googletest.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Oct 06 2022 Dirk Müller <dmueller@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
* Fri Apr 08 2022 Martin Liška <mliska@suse.cz>
  - Disable 2 warnings that are affected by GCC 12:
    gh#google/googletest#3792 and gh#google/googletest#3793.
* Wed Feb 02 2022 Stefan Brüns <stefan.bruens@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
* Wed Jan 05 2022 Dirk Müller <dmueller@suse.com>
  - 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
* Mon May 17 2021 Matej Cepl <mcepl@suse.com>
  - Don't depend on python2, when we don't need it.
* Sat Feb 08 2020 Luigi Baldoni <aloisio@gmx.com>
  - 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.
* Sat Nov 17 2018 Jan Engelhardt <jengelh@inai.de>
  - Remove errant backslahes from description.
  - Rewrite summaries without em dashes.
* Fri Nov 16 2018 adam.majer@suse.de
  - Update to version 1.8.1:
    * add pkg-config files
    * add --no_stacktrace_support for json-output-unittest
    * allow macros inside of parametrized test names.
    * support JSON output format in addition to XML
    * add options to parallelize builds
    * fix double free when building Gtest/GMock in shared libraries
      and linking a test executable with both.
    * 2.6.4 is the minimum CMake version
  - cleanup spec file
  - googletest-fix-cmake-libdir-install.patch: dropped, upstreamed
* Fri Dec 29 2017 tiwai@suse.de
  - Fix the source (and put the download URL as a comment) for
    matching with the actual tarball file name.
* Sat Dec 16 2017 luc14n0@linuxmail.org
  - Update to version 1.8.0:
    * Update the value of GTEST_DIR to reflect the googletest dir.
    * Change the GTestDir marco value to reflect the new dir of
      googletest.
    * Read Bazel's $XML_OUTPUT_FILE environment variable
    * Restructure:
    - Test so each scenario is independent.
    - $XML_OUTPUT_FILE logic
    * Fixes:
    - Error C2440 'return' in gmock_test
      (gh#google/googletest#775).
    - Tests that return object which implement operator bool.
    - Operator precedence in GTEST_TEST_BOOLEAN_ with expressions
      that implement operator bool.
    - env_var_test to ignore XML_OUTPUT_FILE if already set.
    - Link that's returned when running tests
      (gh#google/googletest#714).
  - Rework package turning it into a source package essencially, once
    its original intention is to provide source files for a testing
    framework, a pure development package itself. Aligning with
    upstream ease our job and avoid unexpected bugs.
  - Drop libgtest0 and googletest-devel subpackages bringing gtest
    subpackage instead and obsoleting the previous ones, following
    the above change.
  - Provide googlemock together with googletest now that upstream
    officially brought this project under gloogle's wings.
  - Replace autoconf and automake BuildRequires by cmake and switch
    configure, make and make_install macros by cmake, cmake_jobs and
    cmake_install. Autotools are deprecated and cmake is recommended
    by upstream.
  - Drop libtool BuildRequires and autoreconf call. With the adoption
    of cmake it's no longer need anymore.
  - Drop googletest-enable-make-install.patch. No longer needed once
    make install is not used anymore.
  - Add googletest-fix-cmake-libdir-install.patch for enabling the
    use of /usr/lib(64) instead of /usr/local/lib(64), once
    upstream's CMakeLists doesn't provide flexibility in this regard.
  - Add googletest-rpmlintrc file to filter warnings about
    devel-file-in-non-devel-package, shlib-policy-missing-suffix and
    obsolete-not-provided as the package is a devel one itself now.

Files

/usr/include/gtest
/usr/include/gtest/gtest-assertion-result.h
/usr/include/gtest/gtest-death-test.h
/usr/include/gtest/gtest-matchers.h
/usr/include/gtest/gtest-message.h
/usr/include/gtest/gtest-param-test.h
/usr/include/gtest/gtest-printers.h
/usr/include/gtest/gtest-spi.h
/usr/include/gtest/gtest-test-part.h
/usr/include/gtest/gtest-typed-test.h
/usr/include/gtest/gtest.h
/usr/include/gtest/gtest_pred_impl.h
/usr/include/gtest/gtest_prod.h
/usr/include/gtest/internal
/usr/include/gtest/internal/custom
/usr/include/gtest/internal/custom/README.md
/usr/include/gtest/internal/custom/gtest-port.h
/usr/include/gtest/internal/custom/gtest-printers.h
/usr/include/gtest/internal/custom/gtest.h
/usr/include/gtest/internal/gtest-death-test-internal.h
/usr/include/gtest/internal/gtest-filepath.h
/usr/include/gtest/internal/gtest-internal.h
/usr/include/gtest/internal/gtest-param-util.h
/usr/include/gtest/internal/gtest-port-arch.h
/usr/include/gtest/internal/gtest-port.h
/usr/include/gtest/internal/gtest-string.h
/usr/include/gtest/internal/gtest-type-util.h
/usr/include/gtest/src
/usr/include/gtest/src/gtest-all.cc
/usr/include/gtest/src/gtest-assertion-result.cc
/usr/include/gtest/src/gtest-death-test.cc
/usr/include/gtest/src/gtest-filepath.cc
/usr/include/gtest/src/gtest-internal-inl.h
/usr/include/gtest/src/gtest-matchers.cc
/usr/include/gtest/src/gtest-port.cc
/usr/include/gtest/src/gtest-printers.cc
/usr/include/gtest/src/gtest-test-part.cc
/usr/include/gtest/src/gtest-typed-test.cc
/usr/include/gtest/src/gtest.cc
/usr/include/gtest/src/gtest_main.cc
/usr/lib64/libgtest.so
/usr/lib64/libgtest.so.1.12.1
/usr/lib64/libgtest_main.so
/usr/lib64/libgtest_main.so.1.12.1
/usr/lib64/pkgconfig/gtest.pc
/usr/lib64/pkgconfig/gtest_main.pc
/usr/share/doc/packages/gtest
/usr/share/doc/packages/gtest/README.md
/usr/share/licenses/gtest
/usr/share/licenses/gtest/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024