Compare commits

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

3 commits

Author SHA1 Message Date
Mohamed El Morabity
e4e6f01f7b Update to 3.2 2013-05-12 01:03:14 +02:00
Mohamed El Morabity
fb23e29155 Update to 3.1.1 2013-01-15 15:46:56 +01:00
Mohamed El Morabity
5bd1248dfe Update to 3.1 2012-12-30 02:52:23 +01:00
3 changed files with 16 additions and 4 deletions

3
.gitignore vendored
View file

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

View file

@ -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 <pikachu.2014@gmail.com> - 3.2-1
- Update to 3.2
* Tue Jan 15 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.1-1
- Update to 3.1.1
* Sun Dec 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1-1
- Update to 3.1
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View file

@ -1 +1 @@
4fdbdc4427b15b2f930dee9240790552 commons-math3-3.0-src.tar.gz
a44e9b189fbf53e06f75cb6728c3642a commons-math3-3.2-src.tar.gz