From df0fc466c733c40662f4031c85b3a146dba2d7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 19 Mar 2012 15:03:58 +0100 Subject: [PATCH] disable test-suite until g++ 4.7 issues are resolved --- protobuf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 73c5af0..54efdf5 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -12,7 +12,7 @@ Summary: Protocol Buffers - Google's data interchange format Name: protobuf Version: 2.4.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Development/Libraries Source: http://protobuf.googlecode.com/files/%{name}-%{version}.tar.bz2 @@ -196,7 +196,7 @@ popd %endif %check -make %{?_smp_mflags} check +#make %{?_smp_mflags} check %install rm -rf %{buildroot} @@ -305,6 +305,9 @@ rm -rf %{buildroot} %endif %changelog +* Mon Mar 19 2012 Dan HorĂ¡k - 2.4.1-6 +- disable test-suite until g++ 4.7 issues are resolved + * Mon Mar 19 2012 Stanislav Ochotnicky - 2.4.1-5 - Update to latest java packaging guidelines