[protobuf] disable test-suite until g++ 4.7 issues are resolved

Dan Horák sharkcz at fedoraproject.org
Mon Mar 19 14:04:02 UTC 2012


commit df0fc466c733c40662f4031c85b3a146dba2d7d3
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 19 15:03:58 2012 +0100

    disable test-suite until g++ 4.7 issues are resolved

 protobuf.spec |    7 +++++--
 1 files 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 <dan[at]danny.cz> - 2.4.1-6
+- disable test-suite until g++ 4.7 issues are resolved
+
 * Mon Mar 19 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.4.1-5
 - Update to latest java packaging guidelines
 


More information about the scm-commits mailing list