Name: | gmock |
---|---|
Version: | 1.8.0 |
Release: | 5.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 162195 |
License: | BSD and ASL2.0 |
RPM: | gmock-1.8.0-5.el8.i686.rpm |
Source RPM: | gtest-1.8.0-5.el8.src.rpm |
Build Date: | Mon Apr 29 2019 |
Build Host: | ca-build103.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/google/googletest |
Summary: | Google C++ Mocking Framework |
Description: | Inspired by jMock, EasyMock, and Hamcrest, and designed with C++s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. Google Mock: o lets you create mock classes trivially using simple macros, o supports a rich set of matchers and actions, o handles unordered, partially ordered, or completely ordered expectations, o is extensible by users, and o works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and Symbian. |
- Fix license field to accurately represent the content
- Change to Python 3 as a build dependency
- Add patch to fix gmock segfaults (rhbz#1513522) - Add patch to properly version the libraries - Move the documentation to the right place - Drop unneeded ldconfig scriptlets: https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets - Some clean up
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- 1.8.0 - Merge gtest and gmock (rhbz#1314927)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Use patch from Jonathan Wakely to fix opt issue (rhbz#1408291)
- Disable C++ compiler optimization to fix FTBFS (BZ#1406937).