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-04-02 18:19:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old)
 and      /work/SRC/openSUSE:Factory/.bouncycastle.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bouncycastle"

Sat Apr  2 18:19:55 2022 rev:33 rq:965938 version:1.68

Changes:
--------
--- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes        
2022-03-28 17:00:00.228923944 +0200
+++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1900/bouncycastle.changes      
2022-04-02 18:20:00.642631950 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 10:27:18 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build against the standalone JavaEE modules inconditionally
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bouncycastle.spec ++++++
--- /var/tmp/diff_new_pack.nA4Gos/_old  2022-04-02 18:20:01.418623240 +0200
+++ /var/tmp/diff_new_pack.nA4Gos/_new  2022-04-02 18:20:01.422623195 +0200
@@ -41,15 +41,13 @@
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  fdupes
+BuildRequires:  glassfish-activation-api
 BuildRequires:  javamail
 BuildRequires:  javapackages-local
 Requires(post): javapackages-tools
 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
@@ -128,11 +126,7 @@
   -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
 
@@ -159,7 +153,7 @@
 {
   # Rebuild the list of security providers in classpath.security
   suffix=security/classpath.security
-  secfiles="%{_prefix}/lib/$suffix %{_prefix}/lib64/$suffix"
+  secfiles="%{_prefix}/lib/$suffix %{_libdir}/$suffix"
 
   for secfile in $secfiles
   do
@@ -183,7 +177,7 @@
   {
     # Rebuild the list of security providers in classpath.security
     suffix=security/classpath.security
-    secfiles="%{_prefix}/lib/$suffix %{_prefix}/lib64/$suffix"
+    secfiles="%{_prefix}/lib/$suffix %{_libdir}/$suffix"
 
     for secfile in $secfiles
     do

Reply via email to