commit apache-commons-math for openSUSE:Factory

2019-11-18 Thread root
Hello community,

here is the log from the commit of package apache-commons-math for 
openSUSE:Factory checked in at 2019-11-18 20:11:54

Comparing /work/SRC/openSUSE:Factory/apache-commons-math (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-math.new.26869 (New)


Package is "apache-commons-math"

Mon Nov 18 20:11:54 2019 rev:6 rq:749306 version:3.6.1

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-math/apache-commons-math.changes  
2018-07-07 21:58:18.351324683 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-math.new.26869/apache-commons-math.changes
   2019-11-18 20:12:09.897537731 +0100
@@ -1,0 +2,8 @@
+Mon Nov 11 11:22:34 UTC 2019 - Fridrich Strba 
+
+- Add alias to the maven artifact
+- Clean-up the spec file
+- Remove reference to the parent pom, since we don't build with
+  maven
+
+---



Other differences:
--
++ apache-commons-math.spec ++
--- /var/tmp/diff_new_pack.Bgx2jg/_old  2019-11-18 20:12:10.889537226 +0100
+++ /var/tmp/diff_new_pack.Bgx2jg/_new  2019-11-18 20:12:10.889537226 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-math
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,19 +23,13 @@
 Release:0
 Summary:The Apache Commons Mathematics Library
 License:Apache-2.0
-Group:  Development/Libraries/Java
-Url:http://commons.apache.org/%{base_name}/
+URL:http://commons.apache.org/%{base_name}/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}3-%{version}-src.tar.gz
 Patch0: commons-math3-3.6.1-notests.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
-BuildRequires:  junit
-Requires:   java >= 1.8
-Provides:   java(commons-math3:commons-math3) = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -45,7 +39,6 @@
 
 %package javadoc
 Summary:Javadoc for %{name}
-Group:  Development/Libraries/Java
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -54,6 +47,8 @@
 %setup -q -n %{short_name}3-%{version}-src
 %patch0 -p1
 
+%pom_remove_parent .
+
 %build
 export CLASSPATH=$(build-classpath ant-junit junit)
 ant -Dant.build.javac.source=8 -Dcompile.source=8 \
@@ -64,30 +59,25 @@
 
 %install
 # jars
-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)
+install -Dpm 644 target/%{short_name}*.jar 
%{buildroot}%{_javadir}/%{short_name}.jar
+ln -sf %{_javadir}/%{short_name}.jar %{buildroot}%{_javadir}/%{name}.jar
 
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
-install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
-%add_maven_depmap JPP-%{short_name}.pom %{short_name}.jar
+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%add_maven_depmap %{short_name}.pom %{short_name}.jar -a 
%{short_name}:%{short_name}
 
 # javadoc
 install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -pr target/apidocs/ %{buildroot}%{_javadocdir}/%{name}-%{version}/
-ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
+cp -pr target/apidocs/ %{buildroot}%{_javadocdir}/%{name}
 
-%files
-%defattr(-,root,root)
-%doc LICENSE.txt license-header.txt NOTICE.txt RELEASE-NOTES.txt
-%{_javadir}/*
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml
+%files -f .mfiles
+%license LICENSE.txt license-header.txt NOTICE.txt
+%doc RELEASE-NOTES.txt
+%{_javadir}/%{name}.jar
 
 %files javadoc
-%defattr(-,root,root)
-%doc LICENSE.txt
-%{_javadocdir}/*
+%license LICENSE.txt
+%{_javadocdir}/%{name}
 
 %changelog




commit apache-commons-math for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package apache-commons-math for 
openSUSE:Factory checked in at 2018-07-07 21:58:12

Comparing /work/SRC/openSUSE:Factory/apache-commons-math (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-math.new (New)


Package is "apache-commons-math"

Sat Jul  7 21:58:12 2018 rev:5 rq:620754 version:3.6.1

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-math/apache-commons-math.changes  
2017-09-14 21:20:30.909822061 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-math.new/apache-commons-math.changes 
2018-07-07 21:58:18.351324683 +0200
@@ -1,0 +2,6 @@
+Tue May 15 12:56:51 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ apache-commons-math.spec ++
--- /var/tmp/diff_new_pack.F0ErB0/_old  2018-07-07 21:58:18.959323912 +0200
+++ /var/tmp/diff_new_pack.F0ErB0/_new  2018-07-07 21:58:18.959323912 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-math
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -29,10 +29,11 @@
 Patch0: commons-math3-3.6.1-notests.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-Requires:   java >= 1.6.0
+Requires:   java >= 1.8
 Provides:   java(commons-math3:commons-math3) = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -55,8 +56,8 @@
 
 %build
 export CLASSPATH=$(build-classpath ant-junit junit)
-ant -Dant.build.javac.source=1.6 -Dcompile.source=1.6 \
--Dant.build.javac.target=1.6 -Dcompile.target=1.6 \
+ant -Dant.build.javac.source=8 -Dcompile.source=8 \
+-Dant.build.javac.target=8 -Dcompile.target=8 \
 -Dmaven.mode.offline=true -Dmaven.test.skip=true \
 -lib %{_datadir}/java -Dbuild.sysclasspath=first \
jar javadoc 




commit apache-commons-math for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package apache-commons-math for 
openSUSE:Factory checked in at 2017-05-22 10:48:35

Comparing /work/SRC/openSUSE:Factory/apache-commons-math (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-math.new (New)


Package is "apache-commons-math"

Mon May 22 10:48:35 2017 rev:3 rq:497063 version:3.6.1

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-math/apache-commons-math.changes  
2017-03-04 16:44:24.462677389 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-math.new/apache-commons-math.changes 
2017-05-22 10:49:13.290216137 +0200
@@ -1,0 +2,11 @@
+Sun May 21 07:55:58 UTC 2017 - tchva...@suse.com
+
+- Remove needless requires
+
+---
+Fri May 19 10:02:46 UTC 2017 - pcervi...@suse.com
+
+- New build dependency: javapackages-local 
+- Fixed requires
+
+---



Other differences:
--
++ apache-commons-math.spec ++
--- /var/tmp/diff_new_pack.H1L2Qw/_old  2017-05-22 10:49:14.206087048 +0200
+++ /var/tmp/diff_new_pack.H1L2Qw/_new  2017-05-22 10:49:14.210086484 +0200
@@ -18,7 +18,6 @@
 
 %global base_name   math
 %global short_name  commons-%{base_name}
-
 Name:   apache-commons-math
 Version:3.6.1
 Release:0
@@ -27,17 +26,15 @@
 Group:  Development/Libraries/Java
 Url:http://commons.apache.org/%{base_name}/
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}3-%{version}-src.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 Requires:   java >= 1.6.0
-Requires:   javapackages-tools
-Requires(post):   javapackages-tools
-Requires(postun): javapackages-tools
 Provides:   java(commons-math3:commons-math3) = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Commons Math is a library of lightweight, self-contained mathematics and
@@ -47,7 +44,6 @@
 %package javadoc
 Summary:Javadoc for %{name}
 Group:  Development/Libraries/Java
-Requires:   javapackages-tools
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -61,7 +57,7 @@
 -Dant.build.javac.target=1.5 \
 -Dmaven.mode.offline=true jar javadoc \
 -Dmaven.test.skip=true \
--lib /usr/share/java -Dbuild.sysclasspath=first
+-lib %{_datadir}/java -Dbuild.sysclasspath=first
 
 %install
 # jars




commit apache-commons-math for openSUSE:Factory

2017-03-04 Thread root
Hello community,

here is the log from the commit of package apache-commons-math for 
openSUSE:Factory checked in at 2017-03-04 16:37:16

Comparing /work/SRC/openSUSE:Factory/apache-commons-math (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-math.new (New)


Package is "apache-commons-math"

Sat Mar  4 16:37:16 2017 rev:2 rq:461319 version:3.6.1

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-math/apache-commons-math.changes  
2015-11-10 10:02:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-math.new/apache-commons-math.changes 
2017-03-04 16:44:24.462677389 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 09:44:48 UTC 2017 - shshyukr...@suse.com
+
+- Update to version 3.6.1
+  * Minor bug fix release 
+
+---

Old:

  commons-math3-3.5-src.tar.gz

New:

  commons-math3-3.6.1-src.tar.gz



Other differences:
--
++ apache-commons-math.spec ++
--- /var/tmp/diff_new_pack.gDMmOk/_old  2017-03-04 16:44:25.198573191 +0100
+++ /var/tmp/diff_new_pack.gDMmOk/_new  2017-03-04 16:44:25.202572624 +0100
@@ -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 @@
 
 %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 @@
 
 # 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

++ commons-math3-3.5-src.tar.gz -> commons-math3-3.6.1-src.tar.gz ++
 48884 lines of diff (skipped)