[apache-commons-math/f14/master] Fixed maven-surefire-plugin BR for F14

spike spike at fedoraproject.org
Fri Oct 22 02:41:57 UTC 2010


commit c52b9fbd32fdf031933df5a3d04070e214177ec6
Author: spike <spike at fedoraproject.org>
Date:   Fri Oct 22 04:24:05 2010 +0200

    Fixed maven-surefire-plugin BR for F14

 apache-commons-math.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/apache-commons-math.spec b/apache-commons-math.spec
index 5dc40e4..b109fcc 100644
--- a/apache-commons-math.spec
+++ b/apache-commons-math.spec
@@ -3,7 +3,7 @@
 
 Name:             apache-%{short_name}
 Version:          2.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Java library of lightweight mathematics and statistics components
 
 Group:            Development/Libraries
@@ -26,7 +26,8 @@ BuildRequires:    maven-jar-plugin
 BuildRequires:    maven-javadoc-plugin
 BuildRequires:    maven-plugin-bundle
 BuildRequires:    maven-resources-plugin
-BuildRequires:    maven-surefire-plugin
+#Should be replaced by maven-surefire-plugin after f15 branch
+BuildRequires:    maven-surefire-maven-plugin
 BuildRequires:    maven-surefire-provider-junit4
 Requires:         java >= 1:1.6.0
 Requires:         jpackage-utils
@@ -108,6 +109,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 22 2010 Chris Spike <chris.spike at arcor.de> 2.1-2
+- Fixed maven-surefire-plugin BR for F14
+
 * Fri Oct 22 2010 Chris Spike <chris.spike at arcor.de> 2.1-1
 - Updated to 2.1
 - Removed dependency on main package for -javadoc subpackage


More information about the scm-commits mailing list