Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fmpp for openSUSE:Factory checked in 
at 2022-03-21 20:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fmpp (Old)
 and      /work/SRC/openSUSE:Factory/.fmpp.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fmpp"

Mon Mar 21 20:11:18 2022 rev:2 rq:963396 version:0.9.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/fmpp/fmpp.changes        2019-11-18 
20:09:01.329633877 +0100
+++ /work/SRC/openSUSE:Factory/.fmpp.new.25692/fmpp.changes     2022-03-21 
20:11:28.516407096 +0100
@@ -1,0 +2,8 @@
+Mon Mar 21 04:52:47 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with source and target levels 8
+- Modified patch:
+  * fmpp-0.9.16-build.xml.patch
+    + Allow specifying the source and target levels on command-line
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fmpp.spec ++++++
--- /var/tmp/diff_new_pack.0DUiZV/_old  2022-03-21 20:11:29.248407849 +0100
+++ /var/tmp/diff_new_pack.0DUiZV/_new  2022-03-21 20:11:29.260407862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fmpp
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -65,6 +65,7 @@
 %build
 
 %{ant} \
+    -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
        -Ddependency.freemarker.version=2.3.22 \
        -Ddependency.bsh.version=2.0b4 \
        -Ddependency.xmlResolver.version=1.2 \

++++++ fmpp-0.9.16-build.xml.patch ++++++
--- /var/tmp/diff_new_pack.0DUiZV/_old  2022-03-21 20:11:29.304407907 +0100
+++ /var/tmp/diff_new_pack.0DUiZV/_new  2022-03-21 20:11:29.308407911 +0100
@@ -16,7 +16,7 @@
    <property environment="env" />
    <property name="ant.jar.path" value="${env.ANT_HOME}/lib/ant.jar" />
  
-@@ -64,26 +57,17 @@
+@@ -64,26 +57,15 @@
    </target>
  
    <target name="compile" description="Compile Java files and copy resources">
@@ -42,8 +42,6 @@
             debug="on"
 -           source="1.5"
 -           target="1.5"
-+           source="1.6"
-+           target="1.6"
      >
        <classpath refid="classpath.path" />
      </javac>
@@ -56,7 +54,7 @@
      </javadoc>
    </target>
  
-@@ -315,15 +297,14 @@
+@@ -315,15 +297,12 @@
  
    <target name="test" depends="jar" description="Run test suite">
      <mkdir dir="build/test/classes" />
@@ -70,8 +68,6 @@
             debug="on"
 -           source="1.5"
 -           target="1.5"
-+           source="1.6"
-+           target="1.6"
      >
        <classpath refid="testClasspath.path" />
      </javac>

Reply via email to