sagitter pushed to libsbml (f22). "Exclude 'test_csharp_bindings_full' and 'test_ruby_binding' test in <F23"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 4 14:30:57 UTC 2015


From faec7f898516699cc65eea5eb0cdc9ebc47564b6 Mon Sep 17 00:00:00 2001
From: sagitter <sagitter at fedoraproject.org>
Date: Thu, 4 Jun 2015 16:29:15 +0200
Subject: Exclude 'test_csharp_bindings_full' and 'test_ruby_binding' test in
 <F23


diff --git a/libsbml.spec b/libsbml.spec
index 02cf845..20ca3af 100644
--- a/libsbml.spec
+++ b/libsbml.spec
@@ -38,7 +38,7 @@
 Name:           libsbml
 Version:        5.11.5
 #Release:        1%{?dist}
-Release:        0.2.%{date}svn%{checkout}%{?dist}
+Release:        0.3.%{date}svn%{checkout}%{?dist}
 Summary:        Systems Biology Markup Language library
 
 License:        LGPLv2+
@@ -366,12 +366,16 @@ make -C build2 check CTEST_OUTPUT_ON_FAILURE=TRUE
 ##This test failed on ARM yet
 ##https://sourceforge.net/p/sbml/libsbml/411/
 cd build
+%if 0%{?fedora} < 23
 %ifarch %{arm}
-ctest --force-new-ctest-process -E test_csharp_bindings_full
+ctest --force-new-ctest-process -E test_csharp_bindings_full 
+%else
+ctest --force-new-ctest-process -E test_ruby_binding
+%endif #ARM
 %else
 ctest --force-new-ctest-process
-%endif
-%endif
+%endif #fedora <23
+%endif #with_check
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -459,9 +463,12 @@ ctest --force-new-ctest-process
 
 
 %changelog
+* Wed Jun 03 2015 Antonio Trande <sagitterATfedoraproject.org> - 5.11.5-0.3.20150528svn22272
+- Exclude 'test_csharp_bindings_full' and 'test_ruby_binding' test in <F23
+
 * Wed Jun 03 2015 Antonio Trande <sagitterATfedoraproject.org> - 5.11.5-0.2.20150528svn22272
 - Exclude 'test_csharp_bindings_full' test in ARM
-- Use clang++ in F22
+- Use clang++ in >F22
 
 * Thu May 28 2015 Antonio Trande <sagitterATfedoraproject.org> - 5.11.5-0.1.20150528svn22272
 - Update to svn pre-release #22272
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libsbml.git/commit/?h=f22&id=faec7f898516699cc65eea5eb0cdc9ebc47564b6


More information about the scm-commits mailing list