Update/correct gtest commit hash to match upstream
This commit is contained in:
parent
c0cef1e088
commit
7cbfd6ac54
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ protobuf-2.3.0.tar.bz2
|
||||
/protobuf-3.19.0-all.tar.gz
|
||||
/protobuf-3.19.4-all.tar.gz
|
||||
/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
|
||||
/googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz
|
||||
|
@ -60,7 +60,7 @@ Source2: protobuf-init.el
|
||||
# https://github.com/protocolbuffers/protobuf/tree/v%%{version}/third_party to
|
||||
# check the correct commit hash.
|
||||
%global gtest_url https://github.com/google/googletest
|
||||
%global gtest_commit 0e402173c97aea7a00749e825b194bfede4f2e45
|
||||
%global gtest_commit 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081
|
||||
%global gtest_dir googletest-%{gtest_commit}
|
||||
# For tests (using exactly the same version as the release)
|
||||
Source3: %{gtest_url}/archive/%{gtest_commit}/%{gtest_dir}.tar.gz
|
||||
@ -482,6 +482,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
||||
* Sun Dec 04 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.4-7
|
||||
- Update License to SPDX
|
||||
- Improved handling of gtest sources
|
||||
- Update/correct gtest commit hash to match upstream
|
||||
|
||||
* Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6
|
||||
- Build python support with C++ (bz#2107921)
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (protobuf-3.19.4-all.tar.gz) = 2653b9852e5ac69f1de9b6ac02887c366aa0a9efd2b29e53135f61a9a10f5a1b5853a8c4cbb3658f519dfdbde9f32c547c39751ab417f123162b08be9e76c9e1
|
||||
SHA512 (googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz) = 5c5eaf6ff9f3c1bca025b7ef0234ba97232ba85b43e6354a92f49b7208f5c47581ebaf18bf58618498e5d264f2620c2b6676e81bb0f7df77112b96ba271ececf
|
||||
SHA512 (googletest-5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081.tar.gz) = 623b077b3334958fafcbc34aa85891883277994af33be530efd903f47738a3e3562001cbf3b6da1a5e7d03803c5bd51bcc1fab81490db85d5a4f2b15e7de1495
|
||||
|
Loading…
Reference in New Issue
Block a user