Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apache-commons-jexl for
openSUSE:Factory checked in at 2022-03-24 22:57:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-jexl (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-jexl.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-jexl"
Thu Mar 24 22:57:41 2022 rev:2 rq:964400 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-jexl/apache-commons-jexl.changes
2019-03-01 16:47:41.769792922 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-jexl.new.1900/apache-commons-jexl.changes
2022-03-24 22:58:25.664275283 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 23:06:29 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-jexl.spec ++++++
--- /var/tmp/diff_new_pack.PIug8b/_old 2022-03-24 22:58:26.148275750 +0100
+++ /var/tmp/diff_new_pack.PIug8b/_new 2022-03-24 22:58:26.152275754 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package apache-commons-jexl
+# spec file
#
-# Copyright (c) 2019 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
@@ -26,7 +26,7 @@
Summary: Java Expression Language (JEXL)
License: Apache-2.0
Group: Development/Libraries/Java
-URL: http://commons.apache.org/jexl
+URL: https://commons.apache.org/jexl
Source0:
http://www.apache.org/dist/commons/jexl/source/%{short_name}-%{version}-src.tar.gz
Source1: %{short_name}-%{version}-build.tar.xz
# Patch to fix test failure with junit 4.11
@@ -37,6 +37,7 @@
BuildRequires: ant
BuildRequires: apache-commons-logging
BuildRequires: fdupes
+BuildRequires: java-devel >= 1.8
BuildRequires: javacc
BuildRequires: javapackages-local
Requires: mvn(commons-logging:commons-logging)
++++++ commons-jexl-2.1.1-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/common.xml new/common.xml
--- old/common.xml 2019-02-27 20:44:27.885891045 +0100
+++ new/common.xml 2022-03-19 20:50:01.702780099 +0100
@@ -9,7 +9,7 @@
<property name="project.organization.name" value="The Apache Software
Foundation"/>
<property name="project.license.url"
value="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
- <property name="compiler.source" value="1.6"/>
+ <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
</project>