Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse-jgit for openSUSE:Factory checked in at 2023-06-01 17:19:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-jgit (Old) and /work/SRC/openSUSE:Factory/.eclipse-jgit.new.2531 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-jgit" Thu Jun 1 17:19:27 2023 rev:12 rq:1090093 version:5.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-jgit/eclipse-jgit.changes 2023-05-05 15:58:59.516671861 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-jgit.new.2531/eclipse-jgit.changes 2023-06-01 17:19:35.366184943 +0200 @@ -1,0 +2,9 @@ +Wed May 31 19:51:51 UTC 2023 - Fridrich Strba <[email protected]> + +- Added patch: + * jgit-jsch.patch + + extend the version range for the required jsch package + + allows building with 0.2.x (which is backward compatible + with 0.1.x) + +------------------------------------------------------------------- jgit.changes: same change New: ---- jgit-jsch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-jgit.spec ++++++ --- /var/tmp/diff_new_pack.5Gvmvv/_old 2023-06-01 17:19:36.002188713 +0200 +++ /var/tmp/diff_new_pack.5Gvmvv/_new 2023-06-01 17:19:36.006188737 +0200 @@ -36,6 +36,7 @@ Patch2: jgit-shade.patch Patch3: jgit-5.11.0-java8.patch Patch4: jgit-apache-sshd-2.7.0.patch +Patch5: jgit-jsch.patch # For main build BuildRequires: ant BuildRequires: apache-commons-compress @@ -95,6 +96,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 # Disable multithreaded build rm .mvn/maven.config ++++++ jgit.spec ++++++ --- /var/tmp/diff_new_pack.5Gvmvv/_old 2023-06-01 17:19:36.030188879 +0200 +++ /var/tmp/diff_new_pack.5Gvmvv/_new 2023-06-01 17:19:36.038188927 +0200 @@ -36,6 +36,7 @@ Patch2: jgit-shade.patch Patch3: jgit-5.11.0-java8.patch Patch4: jgit-apache-sshd-2.7.0.patch +Patch5: jgit-jsch.patch # For main build BuildRequires: ant BuildRequires: fdupes @@ -92,6 +93,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 # Disable multithreaded build rm .mvn/maven.config ++++++ jgit-jsch.patch ++++++ --- jgit-5.11.0.202103091610-r/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF 2021-03-09 22:10:22.000000000 +0100 +++ jgit-5.11.0.202103091610-r/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF 2023-05-31 21:46:41.989226527 +0200 @@ -15,7 +15,7 @@ org.eclipse.jgit.internal.transport.ssh, org.eclipse.jgit.util, com.jcraft.jsch" -Import-Package: com.jcraft.jsch;version="[0.1.37,0.2.0)", +Import-Package: com.jcraft.jsch;version="[0.1.37,1.0.0)", org.eclipse.jgit.errors;version="[5.11.0,5.12.0)", org.eclipse.jgit.internal;version="[5.11.0,5.12.0)", org.eclipse.jgit.internal.transport.ssh;version="[5.11.0,5.12.0)",
