diff --git a/.gitignore b/.gitignore index 103c59b..8327c48 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ 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 +/commons-math3-3.1.1-src.tar.gz +/commons-math3-3.2-src.tar.gz diff --git a/apache-commons-math.spec b/apache-commons-math.spec index befd3bb..6987024 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.2 +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,15 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/ %changelog +* Sat May 11 2013 Mohamed El Morabity - 3.2-1 +- Update to 3.2 + +* Tue Jan 15 2013 Mohamed El Morabity - 3.1.1-1 +- Update to 3.1.1 + +* Sun Dec 30 2012 Mohamed El Morabity - 3.1-1 +- Update to 3.1 + * Wed Jul 18 2012 Fedora Release Engineering - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 3d1c927..b5b48c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fdbdc4427b15b2f930dee9240790552 commons-math3-3.0-src.tar.gz +a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz