diff --git a/.gitignore b/.gitignore index b20e0b2..8327c48 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ commons-math-2.0-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 5dee4aa..8f83b38 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.1.1 -Release: 3%{?dist} +Version: 3.2 +Release: 1%{?dist} Summary: Java library of lightweight mathematics and statistics components Group: Development/Libraries @@ -14,7 +14,6 @@ Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: maven-local -BuildRequires: maven-surefire-provider-junit4 Requires: java >= 1:1.6.0 Requires: jpackage-utils BuildArch: noarch @@ -28,7 +27,6 @@ Java programming language or Commons Lang. %package javadoc Summary: Javadoc for %{name} Group: Documentation -Requires: jpackage-utils %description javadoc This package contains the API documentation for %{name}. @@ -67,6 +65,9 @@ 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 + * Wed Feb 13 2013 Fedora Release Engineering - 3.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 6a1a1f6..b5b48c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d1b5934304262797c56d19a5c3305ad commons-math3-3.1.1-src.tar.gz +a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz