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 2024-11-26 20:56:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eclipse-jgit (Old)
 and      /work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eclipse-jgit"

Tue Nov 26 20:56:19 2024 rev:22 rq:1226464 version:5.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eclipse-jgit/eclipse-jgit.changes        
2024-11-05 15:41:37.947613429 +0100
+++ /work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/eclipse-jgit.changes     
2024-11-26 20:57:02.981302096 +0100
@@ -1,0 +2,7 @@
+Mon Nov 11 17:23:41 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * javax-servlet-api-4.patch
+    + allow building with servlet-api 4.x
+
+-------------------------------------------------------------------
jgit.changes: same change

New:
----
  javax-servlet-api-4.patch

BETA DEBUG BEGIN:
  New:/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/eclipse-jgit.changes-- 
Added patch:
/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/eclipse-jgit.changes:  * 
javax-servlet-api-4.patch
/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/eclipse-jgit.changes-    + 
allow building with servlet-api 4.x
--
/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/jgit.changes-- Added patch:
/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/jgit.changes:  * 
javax-servlet-api-4.patch
/work/SRC/openSUSE:Factory/.eclipse-jgit.new.28523/jgit.changes-    + allow 
building with servlet-api 4.x
BETA DEBUG END:

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

Other differences:
------------------
++++++ eclipse-jgit.spec ++++++
--- /var/tmp/diff_new_pack.lFd0vO/_old  2024-11-26 20:57:03.697331840 +0100
+++ /var/tmp/diff_new_pack.lFd0vO/_new  2024-11-26 20:57:03.701332006 +0100
@@ -38,6 +38,7 @@
 Patch5:         jgit-jsch.patch
 Patch6:         jgit-CVE-2023-4759.patch
 Patch7:         jgit-bc-179.patch
+Patch8:         javax-servlet-api-4.patch
 # For main build
 BuildRequires:  ant
 BuildRequires:  apache-commons-compress
@@ -99,6 +100,7 @@
 %patch -P 5 -p1
 %patch -P 6 -p1
 %patch -P 7 -p1
+%patch -P 8 -p1
 
 # Disable multithreaded build
 rm .mvn/maven.config

++++++ jgit.spec ++++++
--- /var/tmp/diff_new_pack.lFd0vO/_old  2024-11-26 20:57:03.749334000 +0100
+++ /var/tmp/diff_new_pack.lFd0vO/_new  2024-11-26 20:57:03.749334000 +0100
@@ -38,6 +38,7 @@
 Patch5:         jgit-jsch.patch
 Patch6:         jgit-CVE-2023-4759.patch
 Patch7:         jgit-bc-179.patch
+Patch8:         javax-servlet-api-4.patch
 # For main build
 BuildRequires:  ant
 BuildRequires:  fdupes
@@ -108,6 +109,7 @@
 %patch -P 5 -p1
 %patch -P 6 -p1
 %patch -P 7 -p1
+%patch -P 8 -p1
 
 # Disable multithreaded build
 rm .mvn/maven.config

++++++ javax-servlet-api-4.patch ++++++
--- 
jgit-5.11.0.202103091610-r/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF    
    2024-11-11 18:20:06.262665966 +0100
+++ 
jgit-5.11.0.202103091610-r/org.eclipse.jgit.http.server/META-INF/MANIFEST.MF    
    2024-11-11 18:35:21.458767324 +0100
@@ -16,8 +16,8 @@
    javax.servlet.http"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
- javax.servlet.http;version="[2.5.0,3.2.0)",
+Import-Package: javax.servlet;version="[2.5.0,4.0.2)",
+ javax.servlet.http;version="[2.5.0,4.0.2)",
  org.eclipse.jgit.annotations;version="[5.11.0,5.12.0)",
  org.eclipse.jgit.errors;version="[5.11.0,5.12.0)",
  org.eclipse.jgit.internal.storage.dfs;version="[5.11.0,5.12.0)",
--- jgit-5.11.0.202103091610-r/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF  
2024-11-11 18:20:06.265999321 +0100
+++ jgit-5.11.0.202103091610-r/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF  
2024-11-11 18:35:21.458767324 +0100
@@ -7,8 +7,8 @@
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
- javax.servlet.http;version="[2.5.0,3.2.0)",
+Import-Package: javax.servlet;version="[2.5.0,4.0.2)",
+ javax.servlet.http;version="[2.5.0,4.0.2)",
  org.apache.commons.codec;version="[1.6.0,2.0.0)",
  org.apache.commons.codec.binary;version="[1.6.0,2.0.0)",
  org.apache.http;version="[4.3.0,5.0.0)",
--- jgit-5.11.0.202103091610-r/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF 
2024-11-11 18:20:06.265999321 +0100
+++ jgit-5.11.0.202103091610-r/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF 
2024-11-11 18:35:21.458767324 +0100
@@ -8,8 +8,8 @@
 Bundle-Vendor: %Bundle-Vendor
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.servlet;version="[2.5.0,3.2.0)",
- javax.servlet.http;version="[2.5.0,3.2.0)",
+Import-Package: javax.servlet;version="[2.5.0,4.0.2)",
+ javax.servlet.http;version="[2.5.0,4.0.2)",
  org.apache.commons.logging;version="[1.1.1,2.0.0)",
  org.eclipse.jetty.http;version="[9.4.5,10.0.0)",
  org.eclipse.jetty.security;version="[9.4.5,10.0.0)",
--- jgit-5.11.0.202103091610-r/org.eclipse.jgit.lfs.server/META-INF/MANIFEST.MF 
2024-11-11 18:20:06.272666032 +0100
+++ jgit-5.11.0.202103091610-r/org.eclipse.jgit.lfs.server/META-INF/MANIFEST.MF 
2024-11-11 18:20:42.362906665 +0100
@@ -20,9 +20,9 @@
    org.eclipse.jgit.lfs.lib"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Import-Package: com.google.gson;version="[2.8.0,3.0.0)",
- javax.servlet;version="[3.1.0,4.0.0)",
- javax.servlet.annotation;version="[3.1.0,4.0.0)",
- javax.servlet.http;version="[3.1.0,4.0.0)",
+ javax.servlet;version="[3.1.0,4.0.2)",
+ javax.servlet.annotation;version="[3.1.0,4.0.2)",
+ javax.servlet.http;version="[3.1.0,4.0.2)",
  org.apache.http;version="[4.3.0,5.0.0)",
  org.eclipse.jgit.annotations;version="[5.11.0,5.12.0)",
  org.eclipse.jgit.internal;version="[5.11.0,5.12.0)",
--- 
jgit-5.11.0.202103091610-r/org.eclipse.jgit.lfs.server.test/META-INF/MANIFEST.MF
    2024-11-11 18:20:06.272666032 +0100
+++ 
jgit-5.11.0.202103091610-r/org.eclipse.jgit.lfs.server.test/META-INF/MANIFEST.MF
    2024-11-11 18:20:42.362906665 +0100
@@ -7,8 +7,8 @@
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.servlet;version="[3.1.0,4.0.0)",
- javax.servlet.http;version="[3.1.0,4.0.0)",
+Import-Package: javax.servlet;version="[3.1.0,4.0.2)",
+ javax.servlet.http;version="[3.1.0,4.0.2)",
  org.apache.http;version="[4.3.0,5.0.0)",
  org.apache.http.client;version="[4.4.0,5.0.0)",
  org.apache.http.client.methods;version="[4.4.0,5.0.0)",
--- jgit-5.11.0.202103091610-r/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF        
2024-11-11 18:20:06.285999454 +0100
+++ jgit-5.11.0.202103091610-r/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF        
2024-11-11 18:20:42.362906665 +0100
@@ -7,7 +7,7 @@
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.servlet;version="[3.1.0,4.0.0)",
+Import-Package: javax.servlet;version="[3.1.0,4.0.2)",
  org.apache.commons.logging;version="[1.2,2.0)",
  org.eclipse.jetty.server;version="[9.4.5,10.0.0)",
  org.eclipse.jetty.server.handler;version="[9.4.5,10.0.0)",

Reply via email to