Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plantuml for openSUSE:Factory checked in at 2023-12-15 21:48:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plantuml (Old) and /work/SRC/openSUSE:Factory/.plantuml.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plantuml" Fri Dec 15 21:48:52 2023 rev:29 rq:1133241 version:1.2023.13 Changes: -------- --- /work/SRC/openSUSE:Factory/plantuml/plantuml.changes 2023-09-26 22:07:22.000746444 +0200 +++ /work/SRC/openSUSE:Factory/.plantuml.new.25432/plantuml.changes 2023-12-15 21:49:07.422210116 +0100 @@ -1,0 +2,69 @@ +Thu Dec 14 14:12:57 UTC 2023 - Martin Hauke <[email protected]> + +- Update to version 1.2023.13 + * Javadoc improvement. + * Bug with activity diagram arrows fork. + * Is is possible to change the milestone icon from a diamond?. + * Gantt crashes with specific Project start dates. + * Add support to style timeline fonts for gantt charts. + * Directory tree listing. + * Unable to set MaximumWidth style for legend. + * Wrong note shape in sequence diagram when arrow has only one + participant. + * GANTT: How to handle if a resource starts or terminates at a + specific date. + * Is it possible to set gantt tasks to be incomplete by default. + * [Style] Allow LineThickness style for awesome Actor on + Component/UC/Deployment diagram + * [Style] Allow multiple style stereotypes for backward element + on Activity diagram + * Syntax error on two and more array items in macros +- Update to version 1.2023.12 + * Crash on sample DITAA diagram. + * Only one transition permitted to State[H] in state diagram. + * Rendering issue when nesting different elements (partially). + * force notes to use inner namespaces not global namespace only. + * ASL distribution no longer includes graphiz.dat. + * ASL distribution no longer includes OpenIconic SVGs. +- Update to version 1.2023.11 + * [Style] Allow style for backward element on Activity diagram. + * Sequence diagram: Multi-level nested boxes overlaying each + other. + * Using -cypher does not always recognize restricted words. + * Verticals separators in gantt chart don't appear under certain + conditions. + * namespace/package consolidation broke existing remove/restore + behaviour when using namespace separators. + * Last label on last elseif branch does not get rendered. + * no colored border on state start/end. + * Qualifier labels and associations' lines not correctly drawn + for qualified associations. + * Notes on conditionnal elements. + * Update C4-PlantUML to v2.8.0. + * Handle @start/@end syntax error better. +- Update to version 1.2023.10 + * Exception error when adding note to timing diagram. + * Skinparam inconsistencies on class diagram grouping elements. + * Batik SVG rendering: The attribute "width" of the element + 'rect' is required. + * skinParam fixCircleLabelOverlapping doesn't work anymore. + * Using an external style file by pointing to a URL or by using + a relative file path doesn't work. + * Add regex, files on Embedded Diagram. +- Update to version 1.2023.9 + * nwdiag possible misbehavior. + * Replace old ALLOW_PLANTUML_INCLUDE flag by security profile. + sprite transparent issue. + * Alpha feature: Directory tree listing. + * Smetana and ELK: Improve nested elements with last {} + declaration. + * [Font][Skinparam or Style] Issues on fall back font (partly). + * Decimal time values not accepted in parameters or procedures. +- Update to version 1.2023.8 + * First support for regular expression. + * !theme supports no calculated from path and no stdlib from + path. + * Grammar error occurs when specifying full-width digits with + the "as" keyword in timing diagrams. + +------------------------------------------------------------------- Old: ---- plantuml-lgpl-1.2023.7.tar.gz New: ---- plantuml-1.2023.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plantuml.spec ++++++ --- /var/tmp/diff_new_pack.cDCxPH/_old 2023-12-15 21:49:08.238240140 +0100 +++ /var/tmp/diff_new_pack.cDCxPH/_new 2023-12-15 21:49:08.242240288 +0100 @@ -17,13 +17,13 @@ Name: plantuml -Version: 1.2023.7 +Version: 1.2023.13 Release: 0 Summary: Java UML Tool License: GPL-3.0-or-later Group: Productivity/Publishing/Other -URL: http://plantuml.com/ -Source0: http://downloads.sourceforge.net/plantuml/%{name}-lgpl-%{version}.tar.gz +URL: https://plantuml.com/ +Source0: https://github.com/plantuml/plantuml/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.script Source10: http://pdf.plantuml.net/PlantUML_Language_Reference_Guide_en.pdf Patch0: build-with-javac-utf8-encoding.patch @@ -57,12 +57,10 @@ This package contains the API documentation for %{name}. %prep -%setup -q -c -n plantuml +%setup -q %patch0 -p1 cp %{SOURCE1} %{name} cp %{SOURCE10} . -# only contains a single line pointing to website -rm README %build ant ++++++ PlantUML_Language_Reference_Guide_en.pdf ++++++ (binary differes) ++++++ build-with-javac-utf8-encoding.patch ++++++ --- /var/tmp/diff_new_pack.cDCxPH/_old 2023-12-15 21:49:08.262241023 +0100 +++ /var/tmp/diff_new_pack.cDCxPH/_new 2023-12-15 21:49:08.266241171 +0100 @@ -1,14 +1,14 @@ diff --git a/build.xml b/build.xml -index d41fc23..65b5c16 100644 +index 24b663c..73d388b 100644 --- a/build.xml +++ b/build.xml -@@ -20,7 +20,7 @@ - <target name="compile"> - <delete dir="build" /> - <mkdir dir="build" /> -- <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" +@@ -39,7 +39,7 @@ + <mkdir dir="build" /> + + <!-- Compile Java sources --> +- <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 resources. Grouped by type and directory for better clarity --> + <copy todir="build/net/sourceforge/plantuml/version"> ++++++ plantuml-lgpl-1.2023.7.tar.gz -> plantuml-1.2023.13.tar.gz ++++++ /work/SRC/openSUSE:Factory/plantuml/plantuml-lgpl-1.2023.7.tar.gz /work/SRC/openSUSE:Factory/.plantuml.new.25432/plantuml-1.2023.13.tar.gz differ: char 9, line 1
