|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Google C++ testing framework
|
|
|
|
Summary: Google C++ testing framework
|
|
|
|
Name: gtest
|
|
|
|
Name: gtest
|
|
|
|
Version: 1.8.1
|
|
|
|
Version: 1.8.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
# scripts/generator/* are ASL 2.0
|
|
|
|
# scripts/generator/* are ASL 2.0
|
|
|
|
License: BSD and ASL 2.0
|
|
|
|
License: BSD and ASL 2.0
|
|
|
|
URL: https://github.com/google/googletest
|
|
|
|
URL: https://github.com/google/googletest
|
|
|
@ -110,6 +110,9 @@ make test
|
|
|
|
%{_libdir}/pkgconfig/gmock_main.pc
|
|
|
|
%{_libdir}/pkgconfig/gmock_main.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 27 2018 Neal Gompa <ngompa13@gmail.com> - 1.8.1-2
|
|
|
|
* Thu Sep 27 2018 Neal Gompa <ngompa13@gmail.com> - 1.8.1-2
|
|
|
|
- Fix the build to set the version in the CMakeLists correctly
|
|
|
|
- Fix the build to set the version in the CMakeLists correctly
|
|
|
|
- Update the libversion patch to use the version in CMakeLists
|
|
|
|
- Update the libversion patch to use the version in CMakeLists
|
|
|
|