Script 'mail_helper' called by obssrc
Hello community,

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

Package is "jlex"

Mon Mar 28 16:59:02 2022 rev:20 rq:962903 version:1.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/jlex/jlex.changes        2017-10-06 
10:55:04.413332865 +0200
+++ /work/SRC/openSUSE:Factory/.jlex.new.1900/jlex.changes      2022-03-28 
16:59:36.064891116 +0200
@@ -1,0 +2,5 @@
+Fri Mar 18 16:44:59 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source/target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jlex.spec ++++++
--- /var/tmp/diff_new_pack.BAhyxd/_old  2022-03-28 16:59:38.228894056 +0200
+++ /var/tmp/diff_new_pack.BAhyxd/_new  2022-03-28 16:59:38.232894062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jlex
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,12 +23,12 @@
 Summary:        A Lexical Analyzer Generator for Java
 License:        BSD-3-Clause
 Group:          Development/Libraries/Java
-Url:            http://www.cs.princeton.edu/~appel/modern/java/JLex/
+URL:            http://www.cs.princeton.edu/~appel/modern/java/JLex/
 Source0:        
http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.5/Main.java
 Source1:        %{name}-%{version}.build.xml
 Patch0:         %{name}-%{version}.static.patch
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xerces-j2
 #!BuildIgnore:  xml-commons
@@ -49,7 +49,7 @@
 
 %build
 unset CLASSPATH
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
+ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
 
 %install
 # jar

Reply via email to