Script 'mail_helper' called by obssrc
Hello community,

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

Package is "jflex"

Mon Mar 28 16:58:55 2022 rev:21 rq:962502 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/jflex/jflex-bootstrap.changes    2022-01-15 
21:45:12.345614278 +0100
+++ /work/SRC/openSUSE:Factory/.jflex.new.1900/jflex-bootstrap.changes  
2022-03-28 16:59:26.648878325 +0200
@@ -1,0 +2,7 @@
+Thu Mar 17 15:42:32 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build against standalone glassfish-annotation-api for relevant
+  distribution versions that have JDK that does not contain the
+  JavaEE modules
+
+-------------------------------------------------------------------
jflex.changes: same change

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

Other differences:
------------------
++++++ jflex-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.bM8h2P/_old  2022-03-28 16:59:27.896880019 +0200
+++ /var/tmp/diff_new_pack.bM8h2P/_new  2022-03-28 16:59:27.904880030 +0200
@@ -31,6 +31,9 @@
 Source2:        jflex-build.xml
 Patch0:         jflex-1.8.2-no-auto-value.patch
 BuildRequires:  ant
+%if 0%{?suse_version} > 1500
+BuildRequires:  glassfish-annotation-api
+%endif
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 Requires:       java_cup
@@ -94,9 +97,12 @@
 %if %{with bootstrap}
 %setup -q -T -D -a 1 -n jflex-%{version}
 cp %{SOURCE2} build.xml
-%patch0 -p1
 mkdir -p lib
+%patch0 -p1
 build-jar-repository -s lib java-cup-runtime
+%if 0%{?suse_version} > 1500
+build-jar-repository -s lib glassfish-annotation-api
+%endif
 %else
 %{mvn_file} : %{name} JFlex
 %endif

++++++ jflex.spec ++++++
--- /var/tmp/diff_new_pack.bM8h2P/_old  2022-03-28 16:59:27.936880074 +0200
+++ /var/tmp/diff_new_pack.bM8h2P/_new  2022-03-28 16:59:27.940880080 +0200
@@ -30,6 +30,9 @@
 Source2:        jflex-build.xml
 Patch0:         jflex-1.8.2-no-auto-value.patch
 BuildRequires:  ant
+%if 0%{?suse_version} > 1500
+BuildRequires:  glassfish-annotation-api
+%endif
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 Requires:       java_cup
@@ -93,9 +96,12 @@
 %if %{with bootstrap}
 %setup -q -T -D -a 1 -n jflex-%{version}
 cp %{SOURCE2} build.xml
-%patch0 -p1
 mkdir -p lib
+%patch0 -p1
 build-jar-repository -s lib java-cup-runtime
+%if 0%{?suse_version} > 1500
+build-jar-repository -s lib glassfish-annotation-api
+%endif
 %else
 %{mvn_file} : %{name} JFlex
 %endif

Reply via email to