Hello community, here is the log from the commit of package jsch for openSUSE:Factory checked in at 2019-09-25 07:47:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jsch (Old) and /work/SRC/openSUSE:Factory/.jsch.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jsch" Wed Sep 25 07:47:01 2019 rev:22 rq:732197 version:0.1.54 Changes: -------- --- /work/SRC/openSUSE:Factory/jsch/jsch.changes 2017-09-13 22:20:52.215556569 +0200 +++ /work/SRC/openSUSE:Factory/.jsch.new.7948/jsch.changes 2019-09-25 07:47:02.478742017 +0200 @@ -1,0 +2,6 @@ +Fri Sep 20 13:37:00 UTC 2019 - Fridrich Strba <[email protected]> + +- Remove reference to the parent from pom file, since we are not + building with maven + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jsch.spec ++++++ --- /var/tmp/diff_new_pack.hEkW2N/_old 2019-09-25 07:47:03.842741811 +0200 +++ /var/tmp/diff_new_pack.hEkW2N/_new 2019-09-25 07:47:03.878741805 +0200 @@ -1,7 +1,7 @@ # # spec file for package jsch # -# Copyright (c) 2017 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/ # @@ -31,7 +31,6 @@ BuildRequires: ant BuildRequires: java-devel >= 1.6.0 BuildRequires: javapackages-local -BuildRequires: javapackages-tools BuildRequires: jzlib BuildRequires: unzip BuildRequires: zip @@ -65,6 +64,8 @@ %prep %setup -q %patch0 -p1 +cp %{SOURCE3} pom.xml +%pom_remove_parent %build export CLASSPATH=$(build-classpath jzlib) @@ -93,7 +94,7 @@ # POM and depmap install -d -m 755 %{buildroot}%{_mavenpomdir} -install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom +install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap %files
