Fix argument type for StackLowerThanAddress to silence fatal gcc-11 diagnostic

epel9
Jeff Law 4 years ago
parent 5b75620000
commit 347f98af2c

@ -1,7 +1,7 @@
Summary: Google C++ testing framework
Name: gtest
Version: 1.10.0
Release: 3%{?dist}
Release: 4%{?dist}
# scripts/generator/* are ASL 2.0
License: BSD and ASL 2.0
URL: https://github.com/google/googletest
@ -18,6 +18,7 @@ Patch100: gtest-1.8.1-libversion.patch
## Add missing pkgconfig requires information to reflect reality
### Submitted: https://github.com/google/googletest/pull/2756
Patch101: gtest-1.10.0-add-missing-pkgconfig-requires.patch
Patch102: %{name}-gcc11.patch
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
@ -110,6 +111,9 @@ sed -e "s/set(GOOGLETEST_VERSION .*)/set(GOOGLETEST_VERSION %{version})/" -i CMa
%{_libdir}/pkgconfig/gmock_main.pc
%changelog
* Sun Nov 15 2020 Jeff Law <law@redhat.com> - 1.10.0-4
- Fix argument type for StackLowerThanAddress to silence fatal gcc-11 diagnostic
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save