f1dd664
@@ -6,3 +6,4 @@
/plantuml-lgpl-8033.tar.gz
/plantuml-lgpl-1.2019.0.tar.gz
/plantuml-lgpl-1.2019.1.tar.gz
+ /plantuml-lgpl-1.2021.0.tar.gz
@@ -1,12 +1,13 @@
Name: plantuml
- Version: 1.2019.1
- Release: 6%{?dist}
+ Version: 1.2021.0
+ Release: 1%{?dist}
Epoch: 1
Summary: Program to generate UML diagram from a text description
License: LGPLv3+
URL: http://plantuml.com/
Source0: http://downloads.sourceforge.net/plantuml/%{name}-lgpl-%{version}.tar.gz
+ Patch0: remove-non-ascii-char.patch
BuildArch: noarch
@@ -38,6 +39,7 @@
%prep
%setup -q -c -n plantuml
+ %patch0 -p1
# Convert from dos to unix line ending
sed -i.orig 's|\r||g' README
@@ -69,6 +71,9 @@
%license COPYING
%changelog
+ * Wed Jan 20 2021 James Davidson <james@greycastle.net> - 1:1.2021.0-1
+ - Update to 1.2021.0
+
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2019.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
@@ -0,0 +1,11 @@
+ --- plantuml/src/gen/lib/dotgen/mincross__c.java.orig 2021-01-10 02:41:56.000000000 -0800
+ +++ plantuml/src/gen/lib/dotgen/mincross__c.java 2021-01-20 17:00:14.308050037 -0800
+ @@ -1541,7 +1541,7 @@
+ -@Reviewed(when = "16/11/2020²")
+ +@Reviewed(when = "16/11/2020")
+ @Original(version="2.38.0", path="lib/dotgen/mincross.c", name="reorder", key="inv6wazjcnh4xkzzphsdcmg4", definition="static void reorder(graph_t * g, int r, int reverse, int hasfixed)")
+ public static void reorder(ST_Agraph_s g, int r, boolean reverse, boolean hasfixed) {
+ ENTERING("inv6wazjcnh4xkzzphsdcmg4","reorder");
@@ -1,1 +1,1 @@
- SHA512 (plantuml-lgpl-1.2019.1.tar.gz) = b7491494f6afc685daade12f21cf128ccf122bde320ba2f96fdbdc6c45d105f3bb2d7c53d981bd19862407c5727965f8b1446625e8f66a64d9618d930ed3309a
+ SHA512 (plantuml-lgpl-1.2021.0.tar.gz) = 188aea008008e38c097382ee7ecc097c4930a9509e3b3d1edf3be3267f56062f782aecd290a6727905fa04bc44ce78d6ba10899be5db66158cd4a173fce935d0
Upgrades package to release 1.2021.0
Builds with fedpkg --release f33 mockbuild.
fedpkg --release f33 mockbuild
Pull-Request has been merged by jsafrane