Hello community, here is the log from the commit of package googletest for openSUSE:Factory checked in at 2013-11-12 15:04:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/googletest (Old) and /work/SRC/openSUSE:Factory/.googletest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "googletest" Changes: -------- --- /work/SRC/openSUSE:Factory/googletest/googletest.changes 2012-08-13 14:44:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.googletest.new/googletest.changes 2013-11-12 15:04:33.000000000 +0100 @@ -1,0 +2,29 @@ +Mon Nov 11 00:46:53 UTC 2013 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gtest-1.6.0.zip New: ---- gtest-1.7.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ googletest.spec ++++++ --- /var/tmp/diff_new_pack.7Tc2gG/_old 2013-11-12 15:04:34.000000000 +0100 +++ /var/tmp/diff_new_pack.7Tc2gG/_new 2013-11-12 15:04:34.000000000 +0100 @@ -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 @@ %files %defattr(-, root, root) -%doc README COPYING CONTRIBUTORS CHANGES +%doc README LICENSE CONTRIBUTORS CHANGES %if %build_shlib %{_libdir}/libgtest.so %{_libdir}/libgtest_main.so -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
