Accepting request 206580 from home:MargueriteSu:branches:M17N
update 1.7.0 OBS-URL: https://build.opensuse.org/request/show/206580 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=10
This commit is contained in:
parent
5b5d34d316
commit
247fe8acec
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 00:46:53 UTC 2013 - i@marguerite.su
|
||||
|
||||
- update version 1.7.0
|
||||
* New feature: death tests are supported on OpenBSD and in iOS
|
||||
simulator now.
|
||||
* New feature: Google Test now implements a protocol to allow
|
||||
a test runner to detect that a test program has exited
|
||||
prematurely and report it as a failure (before it would be
|
||||
falsely reported as a success if the exit code is 0).
|
||||
* New feature: Test::RecordProperty() can now be used outside of the
|
||||
lifespan of a test method, in which case it will be attributed to
|
||||
the current test case or the test program in the XML report.
|
||||
* New feature (potentially breaking): --gtest_list_tests now prints
|
||||
the type parameters and value parameters for each test.
|
||||
* Improvement: char pointers and char arrays are now escaped properly
|
||||
in failure messages.
|
||||
* Improvement: failure summary in XML reports now includes file and
|
||||
line information.
|
||||
* Improvement: the <testsuites> XML element now has a timestamp attribute.
|
||||
* Improvement: When --gtest_filter is specified, XML report now doesn't
|
||||
contain information about tests that are filtered out.
|
||||
* Fixed the bug where long --gtest_filter flag values are truncated in
|
||||
death tests.
|
||||
* Potentially breaking change: RUN_ALL_TESTS() is now implemented as a
|
||||
function instead of a macro in order to work better with Clang.
|
||||
* Compatibility fixes with C++ 11 and various platforms.
|
||||
* Bug/warning fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 12 14:51:34 UTC 2012 - i@marguerite.su
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package googletest
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?sles_version}
|
||||
%define build_shlib 0
|
||||
%else
|
||||
@ -22,12 +23,12 @@
|
||||
%endif
|
||||
|
||||
Name: googletest
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Google C++ Testing Framework
|
||||
Url: http://code.google.com/p/googletest/
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://code.google.com/p/googletest/
|
||||
Source0: gtest-%{version}.zip
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -85,7 +86,7 @@ install -m 644 include/gtest/internal/*.h %{buildroot}%{_includedir}/gtest/inter
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc README COPYING CONTRIBUTORS CHANGES
|
||||
%doc README LICENSE CONTRIBUTORS CHANGES
|
||||
%if %build_shlib
|
||||
%{_libdir}/libgtest.so
|
||||
%{_libdir}/libgtest_main.so
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ec97df8e75b4ee796604e74716d1b50582beba22c5502edd055a7e67a3965d8
|
||||
size 1121697
|
3
gtest-1.7.0.zip
Normal file
3
gtest-1.7.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:247ca18dd83f53deb1328be17e4b1be31514cedfc1e3424f672bf11fd7e0d60d
|
||||
size 1164254
|
Loading…
Reference in New Issue
Block a user