Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bouncycastle for openSUSE:Factory 
checked in at 2022-03-28 16:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old)
 and      /work/SRC/openSUSE:Factory/.bouncycastle.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bouncycastle"

Mon Mar 28 16:59:26 2022 rev:32 rq:963170 version:1.68

Changes:
--------
--- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes        
2021-08-02 12:05:00.661656784 +0200
+++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1900/bouncycastle.changes      
2022-03-28 17:00:00.228923944 +0200
@@ -1,0 +2,11 @@
+Fri Mar 18 18:47:50 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source/target levels 8
+
+-------------------------------------------------------------------
+Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Add glassfish-activation-api dependency so that we can build with
+  JDK that does not contain the JavaEE modules
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bouncycastle.spec ++++++
--- /var/tmp/diff_new_pack.qTSyhI/_old  2022-03-28 17:00:00.868924813 +0200
+++ /var/tmp/diff_new_pack.qTSyhI/_new  2022-03-28 17:00:00.872924819 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bouncycastle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,9 @@
 Requires(postun):javapackages-tools
 Provides:       bcprov = %{version}-%{release}
 BuildArch:      noarch
+%if 0%{?suse_version} > 1500
+BuildRequires:  glassfish-activation-api
+%endif
 
 %description
 The Bouncy Castle Crypto package is a Java implementation of cryptographic
@@ -122,10 +125,14 @@
 echo "package.version:\ %{version}" >> bc-build.properties
 echo "bundle.version:\ %{version}.0" >> bc-build.properties
 ant -f ant/jdk15+.xml \
-  -Dbc.javac.source=6 -Dbc.javac.target=6 \
+  -Dbc.javac.source=8 -Dbc.javac.target=8 \
   -Djunit.jar.home=$(build-classpath junit) \
   -Dmail.jar.home=$(build-classpath javax.mail) \
+%if 0%{?suse_version} > 1500
+  -Dactivation.jar.home=$(build-classpath glassfish-activation-api) \
+%else
   -Dactivation.jar.home= \
+%endif
   -Drelease.debug=true \
   clean build-provider build
 

Reply via email to