diff --git a/googletest-1.15.2.tar.gz b/googletest-1.15.2.tar.gz deleted file mode 100644 index 894f68e..0000000 --- a/googletest-1.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926 -size 872667 diff --git a/googletest-1.16.0.tar.gz b/googletest-1.16.0.tar.gz new file mode 100644 index 0000000..0435382 --- /dev/null +++ b/googletest-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399 +size 876245 diff --git a/googletest.changes b/googletest.changes index e69d635..f869a9b 100644 --- a/googletest.changes +++ b/googletest.changes @@ -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 diff --git a/googletest.spec b/googletest.spec index c247c1b..0c76cf1 100644 --- a/googletest.spec +++ b/googletest.spec @@ -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