diff --git a/gtest.spec b/gtest.spec index f22bb36..9f324dc 100644 --- a/gtest.spec +++ b/gtest.spec @@ -1,6 +1,6 @@ Name: gtest Version: 1.8.1 -Release: 4 +Release: 5 Summary: Google C++ testing framework License: BSD and ASL 2.0 URL: https://github.com/google/googletest @@ -20,6 +20,7 @@ allowing unit-testing of C sources as well as C++ with minimal source modificati %package -n gtest-devel Summary: Gtest development files Requires: gtest = %{version}-%{release} +Requires: gmock = %{version}-%{release} %description -n gtest-devel This package is libraries and head files for google testing framework. @@ -78,6 +79,9 @@ make test %{_libdir}/pkgconfig/gmock* %changelog +* Thu Jul 11 2024 Funda Wang - 1.8.1-5 +- cmake modules in gtest-devel needs libgmock.so.* + * Tue Jan 18 2023 xingxing - 1.8.1-4 - Internal Change