Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freemarker for openSUSE:Factory 
checked in at 2023-10-26 17:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freemarker (Old)
 and      /work/SRC/openSUSE:Factory/.freemarker.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freemarker"

Thu Oct 26 17:14:13 2023 rev:9 rq:1120409 version:2.3.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/freemarker/freemarker.changes    2023-09-28 
00:32:50.636587943 +0200
+++ /work/SRC/openSUSE:Factory/.freemarker.new.24901/freemarker.changes 
2023-10-26 17:15:24.266440423 +0200
@@ -1,0 +2,7 @@
+Thu Oct 26 03:55:20 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * sourcetarget.patch
+    + build with java source and target levels 8
+
+-------------------------------------------------------------------

New:
----
  sourcetarget.patch

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

Other differences:
------------------
++++++ freemarker.spec ++++++
--- /var/tmp/diff_new_pack.DRLSsi/_old  2023-10-26 17:15:24.966466132 +0200
+++ /var/tmp/diff_new_pack.DRLSsi/_new  2023-10-26 17:15:24.970466279 +0200
@@ -38,6 +38,7 @@
 Patch6:         no-doctype.patch
 Patch7:         reproducible-javadoc.patch
 Patch8:         bootclasspath.patch
+Patch9:         sourcetarget.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-logging
 BuildRequires:  apache-parent
@@ -48,6 +49,7 @@
 BuildRequires:  glassfish-servlet-api
 BuildRequires:  hamcrest
 BuildRequires:  ivy-local
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javacc >= 7.0
 BuildRequires:  jaxen >= 1.1
 BuildRequires:  jcl-over-slf4j
@@ -92,6 +94,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 echo "-reproducible: true" >> osgi.bnd
 echo "-noextraheaders: true" >> osgi.bnd

++++++ sourcetarget.patch ++++++
--- freemarker-2.3.31/build.xml 2023-10-26 05:51:54.739518257 +0200
+++ freemarker-2.3.31/build.xml 2023-10-26 05:53:02.543324732 +0200
@@ -202,7 +202,7 @@
     <!-- Note: the "build.base" conf doesn't include optional FreeMarker 
dependencies. -->
     <ivy:cachepath conf="build.base" pathid="ivy.dep" />
     <javac destdir="build/classes" deprecation="off" 
-      debug="on" optimize="off" target="1.7" source="1.7" encoding="utf-8"
+      debug="on" optimize="off" target="1.8" source="1.8" encoding="utf-8"
       includeantruntime="false"
       classpathref="ivy.dep"
       excludes="
@@ -232,7 +232,7 @@
     
     <ivy:cachepath conf="build.jsp2.1" pathid="ivy.dep.jsp2.1" />
     <javac srcdir="build/src-main-java-filtered" destdir="build/classes" 
deprecation="off" 
-      debug="on" optimize="off" target="1.7" source="1.7" encoding="utf-8"
+      debug="on" optimize="off" target="1.8" source="1.8" encoding="utf-8"
       includeantruntime="false"
       classpathref="ivy.dep.jsp2.1"
       includes="
@@ -248,7 +248,7 @@
     
     <ivy:cachepath conf="build.jsp2.1" pathid="ivy.dep.jsp2.1" />
     <javac srcdir="build/src-main-java-filtered" destdir="build/classes" 
deprecation="off" 
-      debug="on" optimize="off" target="1.7" source="1.7" encoding="utf-8"
+      debug="on" optimize="off" target="1.8" source="1.8" encoding="utf-8"
       includeantruntime="false"
       classpathref="ivy.dep.jsp2.1"
       includes="
@@ -259,7 +259,7 @@
 
     <ivy:cachepath conf="build.jython2.5" pathid="ivy.dep.jython2.5" />
     <javac srcdir="build/src-main-java-filtered" destdir="build/classes" 
deprecation="off" 
-      debug="on" optimize="off" target="1.7" source="1.7" encoding="utf-8"
+      debug="on" optimize="off" target="1.8" source="1.8" encoding="utf-8"
       includeantruntime="false"
       classpathref="ivy.dep.jython2.5"
       includes="

Reply via email to