From 7e96c03ce9fdf6a2b1ab907fa55051341cf265dbd8dcda748b7b4cf83c1396f1 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sat, 17 Nov 2018 14:51:09 +0000 Subject: [PATCH] Accepting request 649891 from home:jengelh:branches:M17N - Remove errant backslahes from description. - Rewrite summaries without em dashes. OBS-URL: https://build.opensuse.org/request/show/649891 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=22 --- googletest.changes | 6 ++++++ googletest.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/googletest.changes b/googletest.changes index 9768983..2c68639 100644 --- a/googletest.changes +++ b/googletest.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 17 09:01:09 UTC 2018 - Jan Engelhardt + +- Remove errant backslahes from description. +- Rewrite summaries without em dashes. + ------------------------------------------------------------------- Fri Nov 16 11:06:17 UTC 2018 - adam.majer@suse.de diff --git a/googletest.spec b/googletest.spec index 0b2a927..af22f35 100644 --- a/googletest.spec +++ b/googletest.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -33,7 +33,7 @@ BuildRequires: python BuildRequires: pkgconfig(pthread-stubs) %description -Google\'s framework for writing C++ tests on a variety of platforms +Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, @@ -41,7 +41,7 @@ fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation. %package -n gtest -Summary: Google C++ Testing Framework - Development files +Summary: Development files for the Google C++ Testing Framework Group: Development/Libraries/C and C++ Recommends: %{_name} = %{version} Obsoletes: %{name}-devel < %{version} @@ -49,7 +49,7 @@ Obsoletes: lib%{name}0 < %{version} Provides: %{name}-devel = %{version} %description -n gtest -Google\'s framework for writing C++ tests on a variety of platforms +Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, @@ -60,7 +60,7 @@ This package provides shared libraries and header files for development with googletest. %package -n gmock -Summary: Google C++ Mocking Framework - Development files +Summary: Development files for the Google C++ Mocking Framework Group: Development/Libraries/C and C++ Recommends: %{name} = %{version} Provides: %{_name}-devel