Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package javamail for openSUSE:Factory 
checked in at 2022-04-02 18:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/javamail (Old)
 and      /work/SRC/openSUSE:Factory/.javamail.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "javamail"

Sat Apr  2 18:19:58 2022 rev:4 rq:965939 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/javamail/javamail.changes        2022-03-28 
16:59:46.044904674 +0200
+++ /work/SRC/openSUSE:Factory/.javamail.new.1900/javamail.changes      
2022-04-02 18:20:01.646620681 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 10:19:25 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build against the standalone JavaEE modules inconditionally
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ javamail.spec ++++++
--- /var/tmp/diff_new_pack.VcZUlm/_old  2022-04-02 18:20:02.166614844 +0200
+++ /var/tmp/diff_new_pack.VcZUlm/_new  2022-04-02 18:20:02.174614754 +0200
@@ -28,17 +28,15 @@
 Patch0:         %{name}-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
+BuildRequires:  glassfish-activation-api
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  perl-XML-XPath
+Requires:       mvn(javax.activation:activation)
 # Adapted from the classpathx-mail (and JPackage glassfish-javamail) Provides.
 Provides:       javamail-monolithic = %{version}-%{release}
 Provides:       javax.mail
 BuildArch:      noarch
-%if 0%{?suse_version} > 1500
-BuildRequires:  glassfish-activation-api
-Requires:       mvn(javax.activation:activation)
-%endif
 
 %description
 The JavaMail API provides a platform-independent and protocol-independent
@@ -55,10 +53,6 @@
 %setup -q -n %{name}-%{git_tag}
 %patch0 -p1
 
-%if 0%{?suse_version} <= 1500
-%pom_remove_dep javax.activation:activation pom.xml
-%endif
-
 add_dep() {
     %pom_xpath_inject pom:project "<dependencies/>" ${2}
     %pom_add_dep com.sun.mail:${1}:%{version}:provided ${2}
@@ -89,9 +83,7 @@
 
 %build
 %{ant} -Djavac.source=1.8 -Djavac.target=1.8 \
-%if 0%{?suse_version} > 1500
     -Dactivation.jar=$(find-jar glassfish-activation-api) \
-%endif
     jar jars docs
 
 %install

Reply via email to