Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mohamed El Morabity
2af85ad4b6 Update to 3.2 2013-05-12 00:13:44 +02:00
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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 <melmorabity@fedoraproject.org> - 3.2-1
- Update to 3.2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View file

@ -1 +1 @@
8d1b5934304262797c56d19a5c3305ad commons-math3-3.1.1-src.tar.gz
a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz