Ana Guerrero 2025-02-11 20:22:12 +00:00 committed by Git OBS Bridge
commit 2bea380e33
4 changed files with 16 additions and 5 deletions

BIN
googletest-1.15.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
googletest-1.16.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399
size 876245

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 10 15:07:26 UTC 2025 - pgajdos@suse.com
- version update to 1.16.0
* C++ Language Support
- GoogleTest requires at least C++14 and follows Google's Foundational C++ Support Policy
- The 1.16.x branch will be the last to support C++14. Future development will require at least C++17.
* Notable Changes
- Bazel BUILD files now reference repositories by their canonical names from the Bazel Central Registry
- Testsuite properties as are now exported as XML elements, not attributes (b4aae50).
-------------------------------------------------------------------
Mon Nov 18 14:31:10 UTC 2024 - Earl Sampson <esampson@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package googletest
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
%define _name googlemock
Name: googletest
Version: 1.15.2
Version: 1.16.0
Release: 0
Summary: Google C++ Testing Framework
License: BSD-3-Clause