|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Google C++ testing framework
|
|
|
|
Summary: Google C++ testing framework
|
|
|
|
Name: gtest
|
|
|
|
Name: gtest
|
|
|
|
Version: 1.8.0
|
|
|
|
Version: 1.8.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/google/googletest
|
|
|
|
URL: https://github.com/google/googletest
|
|
|
|
Source0: https://github.com/google/googletest/archive/release-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/google/googletest/archive/release-%{version}.tar.gz
|
|
|
@ -101,6 +101,9 @@ make test
|
|
|
|
%{_libdir}/libgmock_main.so
|
|
|
|
%{_libdir}/libgmock_main.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2018 Neal Gompa <ngompa13@gmail.com> - 1.8.0-3
|
|
|
|
* Wed Feb 14 2018 Neal Gompa <ngompa13@gmail.com> - 1.8.0-3
|
|
|
|
- Add patch to fix gmock segfaults (rhbz#1513522)
|
|
|
|
- Add patch to fix gmock segfaults (rhbz#1513522)
|
|
|
|
- Add patch to properly version the libraries
|
|
|
|
- Add patch to properly version the libraries
|
|
|
|