From 1587cea20f401b3f5e21ebf7741cdd837e20ab1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 28 Aug 2010 12:04:10 +0200 Subject: [PATCH] - added workaround for linking the tests on Fedora >= 13 (#564953, #599865) --- gtest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtest.spec b/gtest.spec index 41f70bb..76a0cbc 100644 --- a/gtest.spec +++ b/gtest.spec @@ -1,7 +1,7 @@ Summary: Google C++ testing framework Name: gtest Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Development/Tools URL: http://code.google.com/p/googletest/ @@ -44,7 +44,7 @@ make %{?_smp_mflags} %check # Two tests fail here, unclear as to why. -make check +make check AM_LDFLAGS=-Wl,--add-needed # Restore the clean copy of samples. # To be later listed against %doc. @@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/%{name}/internal %changelog +* Sat Aug 26 2010 Dan HorĂ¡k - 1.4.0-2 +- added workaround for linking the tests on Fedora >= 13 (#564953, #599865) + * Sat Nov 14 2009 Debarshi Ray - 1.4.0-1 - Version bump to 1.4.0. * New feature: the event listener API.