[apache-commons-math] Update to 3.1

Mohamed ElMorabity melmorabity at fedoraproject.org
Sun Dec 30 01:51:21 UTC 2012


commit 153ebca925b887a84bc0d3fbe09897245a4759db
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sun Dec 30 02:51:15 2012 +0100

    Update to 3.1

 .gitignore               |    1 +
 apache-commons-math.spec |    9 ++++++---
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 103c59b..7331864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ commons-math-2.0-src.tar.gz
 /commons-math-2.1-src.tar.gz
 /commons-math-2.2-src.tar.gz
 /commons-math3-3.0-src.tar.gz
+/commons-math3-3.1-src.tar.gz
diff --git a/apache-commons-math.spec b/apache-commons-math.spec
index befd3bb..9f6e094 100644
--- a/apache-commons-math.spec
+++ b/apache-commons-math.spec
@@ -2,8 +2,8 @@
 %global short_name commons-%{base_name}3
 
 Name:             apache-commons-math
-Version:          3.0
-Release:          2%{?dist}
+Version:          3.1
+Release:          1%{?dist}
 Summary:          Java library of lightweight mathematics and statistics components
 
 Group:            Development/Libraries
@@ -39,7 +39,7 @@ This package contains the API documentation for %{name}.
 
 
 %build
-mvn-rpmbuild install javadoc:javadoc
+mvn-rpmbuild install javadoc:aggregate
 
 
 %install
@@ -67,6 +67,9 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/
 
 
 %changelog
+* Sun Dec 30 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.1-1
+- Update to 3.1
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d1c927..c05b42b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fdbdc4427b15b2f930dee9240790552  commons-math3-3.0-src.tar.gz
+89600ffbe0b9882fc96fb59e99fff887  commons-math3-3.1-src.tar.gz


More information about the scm-commits mailing list