Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plantuml for openSUSE:Factory 
checked in at 2021-09-17 23:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plantuml (Old)
 and      /work/SRC/openSUSE:Factory/.plantuml.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plantuml"

Fri Sep 17 23:25:56 2021 rev:18 rq:919619 version:1.2021.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/plantuml/plantuml.changes        2021-04-12 
12:40:16.097571807 +0200
+++ /work/SRC/openSUSE:Factory/.plantuml.new.1899/plantuml.changes      
2021-09-17 23:26:11.805249300 +0200
@@ -1,0 +2,8 @@
+Thu Sep 16 12:30:41 UTC 2021 - Markus Ebner <i...@ebner-markus.de>
+
+- Update to version 1.2021.10
+  See http://plantuml.com/de/changes for all changes
+- Add patch:
+  * build-with-javac-utf8-encoding.patch
+
+-------------------------------------------------------------------

Old:
----
  plantuml-lgpl-1.2021.4.tar.gz

New:
----
  build-with-javac-utf8-encoding.patch
  plantuml-lgpl-1.2021.10.tar.gz

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

Other differences:
------------------
++++++ plantuml.spec ++++++
--- /var/tmp/diff_new_pack.KrGaop/_old  2021-09-17 23:26:13.029250391 +0200
+++ /var/tmp/diff_new_pack.KrGaop/_new  2021-09-17 23:26:13.033250394 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           plantuml
-Version:        1.2021.4
+Version:        1.2021.10
 Release:        0
 Summary:        Java UML Tool
 License:        GPL-3.0-or-later
@@ -26,6 +26,7 @@
 Source0:        
http://downloads.sourceforge.net/plantuml/%{name}-lgpl-%{version}.tar.gz
 Source1:        %{name}.script
 Source10:       
http://pdf.plantuml.net/PlantUML_Language_Reference_Guide_en.pdf
+Patch0:         build-with-javac-utf8-encoding.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  javapackages-local
@@ -57,6 +58,7 @@
 
 %prep
 %setup -q -c -n plantuml
+%patch0 -p1
 cp %{SOURCE1} %{name}
 cp %{SOURCE10} .
 # only contains a single line pointing to website

++++++ build-with-javac-utf8-encoding.patch ++++++
diff --git a/build.xml b/build.xml
index eef749e..7740f5b 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" />
                <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.2021.4.tar.gz -> plantuml-lgpl-1.2021.10.tar.gz ++++++
++++ 112710 lines of diff (skipped)

Reply via email to