Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2019-04-14 12:20:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-ivy (Old)
 and      /work/SRC/openSUSE:Factory/.apache-ivy.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-ivy"

Sun Apr 14 12:20:16 2019 rev:16 rq:693084 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes    2019-02-11 
21:18:12.535311025 +0100
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new.27019/apache-ivy.changes 
2019-04-14 12:20:20.735611679 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 18:12:07 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Remove the reference to parent from pom file, since we are not
+  building using maven.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-ivy.spec ++++++
--- /var/tmp/diff_new_pack.etG2Sf/_old  2019-04-14 12:20:22.479613771 +0200
+++ /var/tmp/diff_new_pack.etG2Sf/_new  2019-04-14 12:20:22.515613814 +0200
@@ -34,7 +34,6 @@
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  jsch
 BuildRequires:  oro
 Provides:       ivy = %{version}-%{release}
@@ -51,8 +50,7 @@
 
 %package javadoc
 Summary:        API Documentation for ivy
-Group:          Development/Tools/Building
-Requires:       %{name} = %{version}-%{release}
+Group:          Documentation/HTML
 
 %description javadoc
 JavaDoc documentation for %{name}
@@ -62,6 +60,10 @@
 %patch0 -p1
 %patch1 -p1
 
+cp %{SOURCE2} pom.xml
+
+%pom_remove_parent .
+
 #TODO: return back when bouncycastle-pgp will be available
 rm -fr src/java/org/apache/ivy/plugins/signer/bouncycastle
 
@@ -94,7 +96,7 @@
 ln -sf ../ivy.jar %{buildroot}%{_javadir}/%{name}/ivy.jar
 
 install -d -m 0755 %{buildroot}/%{_mavenpomdir}/
-install -m 0644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
+install -m 0644 pom.xml %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
 # Maven depmap
 %add_maven_depmap JPP-ivy.pom ivy.jar
 


Reply via email to