Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plantuml for openSUSE:Factory checked in at 2022-05-16 18:08:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plantuml (Old) and /work/SRC/openSUSE:Factory/.plantuml.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plantuml" Mon May 16 18:08:49 2022 rev:24 rq:977502 version:1.2022.5 Changes: -------- --- /work/SRC/openSUSE:Factory/plantuml/plantuml.changes 2022-04-20 16:57:01.490605945 +0200 +++ /work/SRC/openSUSE:Factory/.plantuml.new.1538/plantuml.changes 2022-05-16 18:11:19.373412032 +0200 @@ -1,0 +2,9 @@ +Mon May 16 09:27:21 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.2022.5 + See http://plantuml.com/de/changes for all changes + * Fix CVE-2022-1379 (bsc#1199557) +- Update patch + * build-with-javac-utf8-encoding.patch + +------------------------------------------------------------------- Old: ---- plantuml-lgpl-1.2022.4.tar.gz New: ---- plantuml-lgpl-1.2022.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plantuml.spec ++++++ --- /var/tmp/diff_new_pack.nNuYEo/_old 2022-05-16 18:11:20.013412540 +0200 +++ /var/tmp/diff_new_pack.nNuYEo/_new 2022-05-16 18:11:20.017412544 +0200 @@ -17,7 +17,7 @@ Name: plantuml -Version: 1.2022.4 +Version: 1.2022.5 Release: 0 Summary: Java UML Tool License: GPL-3.0-or-later ++++++ build-with-javac-utf8-encoding.patch ++++++ --- /var/tmp/diff_new_pack.nNuYEo/_old 2022-05-16 18:11:20.045412566 +0200 +++ /var/tmp/diff_new_pack.nNuYEo/_new 2022-05-16 18:11:20.045412566 +0200 @@ -1,13 +1,13 @@ diff --git a/build.xml b/build.xml -index eef749e..7740f5b 100644 +index d41fc23..65b5c16 100644 --- a/build.xml +++ b/build.xml @@ -20,7 +20,7 @@ <target name="compile"> <delete dir="build" /> <mkdir dir="build" /> -- <javac target="1.7" source="1.7" srcdir="src" destdir="build" debug="on" /> -+ <javac target="1.7" source="1.7" srcdir="src" destdir="build" debug="off" encoding="UTF-8" /> +- <javac target="1.8" source="1.8" srcdir="src" destdir="build" debug="on" /> ++ <javac target="1.8" source="1.8" srcdir="src" destdir="build" debug="off" encoding="UTF-8" /> <copy file="src/net/sourceforge/plantuml/version/logo.png" todir="build/net/sourceforge/plantuml/version" /> <copy file="src/net/sourceforge/plantuml/version/favicon.png" ++++++ plantuml-lgpl-1.2022.4.tar.gz -> plantuml-lgpl-1.2022.5.tar.gz ++++++ ++++ 3114 lines of diff (skipped)