Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tomcatjss for openSUSE:Factory 
checked in at 2022-03-11 21:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomcatjss (Old)
 and      /work/SRC/openSUSE:Factory/.tomcatjss.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tomcatjss"

Fri Mar 11 21:41:44 2022 rev:2 rq:961129 version:7.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomcatjss/tomcatjss.changes      2020-05-07 
14:48:31.245718703 +0200
+++ /work/SRC/openSUSE:Factory/.tomcatjss.new.25692/tomcatjss.changes   
2022-03-11 21:42:08.130110635 +0100
@@ -1,0 +2,9 @@
+Fri Mar 11 18:54:58 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Fix build with mozilla-jss >= 5
+- Removed patch:
+  * tomcatjss-Use-JSSKeyManager-and-JSSTrustManager-from-JSS.diff
+    + it just compiles well with java 11 and without this patch.
+       + it tries to instantiate an abstract interface
+
+-------------------------------------------------------------------

Old:
----
  tomcatjss-Use-JSSKeyManager-and-JSSTrustManager-from-JSS.diff

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

Other differences:
------------------
++++++ tomcatjss.spec ++++++
--- /var/tmp/diff_new_pack.JpsNwC/_old  2022-03-11 21:42:08.558110963 +0100
+++ /var/tmp/diff_new_pack.JpsNwC/_new  2022-03-11 21:42:08.562110967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomcatjss
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2020 Stasiek Michalski <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,6 @@
 License:        LGPL-2.0-or-later
 URL:            https://www.dogtagpki.org/wiki/TomcatJSS
 Source:         
https://github.com/dogtagpki/tomcatjss/archive/v%{version}/tomcatjss-%{version}.tar.gz
-Patch0:         tomcatjss-Use-JSSKeyManager-and-JSSTrustManager-from-JSS.diff
 BuildRequires:  ant
 BuildRequires:  apache-commons-lang
 BuildRequires:  java-devel
@@ -48,15 +47,17 @@
 
 %prep
 %setup -q
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-%patch0 -p1
-%endif
 
 %build
 # Skip build
 
 %install
 ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
+%if %{?pkg_vcmp:%pkg_vcmp mozilla-jss >= 5}%{!?pkg_vcmp:0}
+       -Djss.jar=$(find-jar jss) \
+%else
+       -Djss.jar=$(find-jar jss4) \
+%endif
     -Dversion=%{version} \
     -Dsrc.dir=tomcat-8.5 \
     -Djnidir=%{_jnidir} \

Reply via email to