Hello community, here is the log from the commit of package asm for openSUSE:Factory checked in at 2017-09-13 22:19:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asm (Old) and /work/SRC/openSUSE:Factory/.asm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asm" Wed Sep 13 22:19:15 2017 rev:18 rq:522006 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/asm/asm.changes 2017-05-31 13:32:03.480775240 +0200 +++ /work/SRC/openSUSE:Factory/.asm.new/asm.changes 2017-09-13 22:19:17.280921690 +0200 @@ -1,0 +2,9 @@ +Thu Sep 7 12:52:04 UTC 2017 - [email protected] + +- Removed patch: + * asm-java14compat.patch +- Added patch: + * asm-java16compat.patch + - Build with source/target version 1.6 to allow build with jdk9 + +------------------------------------------------------------------- Old: ---- asm-java14compat.patch New: ---- asm-java16compat.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asm.spec ++++++ --- /var/tmp/diff_new_pack.Iij3m3/_old 2017-09-13 22:19:17.908833291 +0200 +++ /var/tmp/diff_new_pack.Iij3m3/_new 2017-09-13 22:19:17.912832728 +0200 @@ -26,7 +26,7 @@ Source0: http://download.us.forge.objectweb.org/asm/asm-1.5.3.tar.gz Source1: http://asm.objectweb.org/current/asm-eng.pdf Source2: http://asm.objectweb.org/doc/faq.html -Patch0: %{name}-java14compat.patch +Patch0: %{name}-java16compat.patch BuildRequires: ant BuildRequires: objectweb-anttask BuildRequires: xml-commons-apis ++++++ asm-java14compat.patch -> asm-java16compat.patch ++++++ --- /work/SRC/openSUSE:Factory/asm/asm-java14compat.patch 2011-09-23 01:52:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.asm.new/asm-java16compat.patch 2017-09-13 22:19:17.244926757 +0200 @@ -7,7 +7,7 @@ <mkdir dir="${out.build}"/> - <javac destdir="${out.build}" optimize="on"> + <javac destdir="${out.build}" optimize="on" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="classpath"/> <src path="${src}"/> <include name="**/*.java"/> @@ -20,7 +20,7 @@ <mkdir dir="${build}"/> - <javac srcdir="${src}" destdir="${build}" debug="on"> + <javac srcdir="${src}" destdir="${build}" debug="on" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="classpath"/> <include name="**/*.java"/> </javac> @@ -33,7 +33,7 @@ <mkdir dir="${out.test}"/> - <javac srcdir="${test.conform}" destdir="${out.test}"> + <javac srcdir="${test.conform}" destdir="${out.test}" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="test.classpath"/> <include name="**/*.java"/> </javac> @@ -43,7 +43,7 @@ <mkdir dir="${out.test}"/> - <javac srcdir="${test.deviance}" destdir="${out.test}"> + <javac srcdir="${test.deviance}" destdir="${out.test}" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="test.classpath"/> <include name="**/*.java"/> </javac> @@ -53,7 +53,7 @@ <mkdir dir="${out.test}"/> - <javac srcdir="${test.thread}" destdir="${out.test}"> + <javac srcdir="${test.thread}" destdir="${out.test}" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="test.classpath"/> <include name="**/*.java"/> </javac> @@ -63,7 +63,7 @@ <mkdir dir="${out.test}"/> - <javac srcdir="${test.stress}" destdir="${out.test}"> + <javac srcdir="${test.stress}" destdir="${out.test}" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="test.classpath"/> <include name="**/*.java"/> </javac> @@ -73,7 +73,7 @@ <mkdir dir="${out.test}"/> - <javac srcdir="${test.perf}" destdir="${out.test}"> + <javac srcdir="${test.perf}" destdir="${out.test}" -+ target="1.4" source="1.4"> ++ target="1.6" source="1.6"> <classpath refid="test.classpath"/> <include name="**/*.java"/> </javac>
