diff --git a/apache-commons-math.changes b/apache-commons-math.changes index 532a38d..e840e7a 100644 --- a/apache-commons-math.changes +++ b/apache-commons-math.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 24 09:44:48 UTC 2017 - shshyukriev@suse.com + +- Update to version 3.6.1 + * Minor bug fix release + ------------------------------------------------------------------- Fri Oct 9 08:53:22 UTC 2015 - p.drouand@gmail.com diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 15728ae..cf68dce 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -1,7 +1,7 @@ # # spec file for package apache-commons-math # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global short_name commons-%{base_name} Name: apache-commons-math -Version: 3.5 +Version: 3.6.1 Release: 0 Summary: The Apache Commons Mathematics Library License: Apache-2.0 @@ -65,7 +65,7 @@ ant -Dant.build.javac.source=1.5 \ %install # jars -install -Dpm 644 target/%{short_name}-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar +install -Dpm 644 target/%{short_name}*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|apache-||g"`; done) (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) @@ -76,7 +76,7 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom # javadoc install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version} -cp -pr target/api*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/ +cp -pr target/apidocs/ %{buildroot}%{_javadocdir}/%{name}-%{version}/ ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} %files diff --git a/commons-math3-3.5-src.tar.gz b/commons-math3-3.5-src.tar.gz deleted file mode 100644 index b5138ca..0000000 --- a/commons-math3-3.5-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4548aaf0839f3aaabd3ade405904609e0dcebd6ecdba2ccbd1e6ce5ad904702 -size 3438444 diff --git a/commons-math3-3.6.1-src.tar.gz b/commons-math3-3.6.1-src.tar.gz new file mode 100644 index 0000000..bd3e530 --- /dev/null +++ b/commons-math3-3.6.1-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46171449bcfb7d76912275ed1af9ef7de03f7eb1cb9a801e3faf304cc8f586a6 +size 3665572