Script 'mail_helper' called by obssrc
Hello community,

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

Package is "jformatstring"

Mon Mar 21 20:12:52 2022 rev:18 rq:963683 version:0.10~20131207

Changes:
--------
--- /work/SRC/openSUSE:Factory/jformatstring/jformatstring.changes      
2019-12-21 12:33:28.551422997 +0100
+++ /work/SRC/openSUSE:Factory/.jformatstring.new.25692/jformatstring.changes   
2022-03-21 20:13:07.316505976 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 12:38:48 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jformatstring.spec ++++++
--- /var/tmp/diff_new_pack.G4aWS7/_old  2022-03-21 20:13:07.900506559 +0100
+++ /var/tmp/diff_new_pack.G4aWS7/_new  2022-03-21 20:13:07.908506567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jformatstring
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,7 +30,7 @@
 Patch0:         jformatstring-build.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 Provides:       jFormatString = %{version}-%{release}
 Obsoletes:      jFormatString < %{version}-%{release}
@@ -67,9 +67,9 @@
 cp %{SOURCE2} LICENSE
 
 %build
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jarFile
+%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 jarFile
 mkdir -p javadoc
-javadoc -notimestamp -d javadoc -source 1.6 \
+javadoc -notimestamp -d javadoc -source 1.8 \
            $(find src/java -name \*.java | xargs)
 
 %install

Reply via email to