diff --git a/umbrello-20.03.90.tar.xz b/umbrello-20.03.90.tar.xz deleted file mode 100644 index 5bef5d8..0000000 --- a/umbrello-20.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d06eda74b454f2d3c42d8ae1931bb756580167690a78a01d1d4fe2e526d9400 -size 4379368 diff --git a/umbrello-20.03.90.tar.xz.sig b/umbrello-20.03.90.tar.xz.sig deleted file mode 100644 index 02486b5..0000000 --- a/umbrello-20.03.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3vAACgkQ29LOiT4t -HId+9wgAgXhkPd7D2EogNeV1CSDYgRdfiPYla00uiAZBbM5wgRu2GlYJ6XOrwMU+ -BPez6gkKLFjOBb1l7+FGuoY8yi1BTpRryBYpLYeeFO+mz6a4F9iJ0W2JgvP/jk/R -Wc/3BB7HpoHozRvU1P7jd02e5xVnOjgKO46H4hz0pQPle2sIHVHBx0ionyreVmK7 -IdG2EqAIovx7P8/TzHTALPf9uPMcWy5tt03WQjHOkU/rInaSx8oQuWQNPDGG/+rI -ZI5PIxe6tjmNfR2I3AXpMos1c58yrkl98G9YTDl0FBNqhOljh25LlSpQNYov9wCS -WSGW4k7RvFp+9DcX3uonIIjOlNTBQQ== -=0iTP ------END PGP SIGNATURE----- diff --git a/umbrello-20.04.0.tar.xz b/umbrello-20.04.0.tar.xz new file mode 100644 index 0000000..11a6c17 --- /dev/null +++ b/umbrello-20.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e20d11a6b98cfbbff941e8e910a2a0baa5315a4fc83839868049f24ce6036f +size 4382408 diff --git a/umbrello-20.04.0.tar.xz.sig b/umbrello-20.04.0.tar.xz.sig new file mode 100644 index 0000000..c84f136 --- /dev/null +++ b/umbrello-20.04.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6gJ/IACgkQ29LOiT4t +HIeM1Af/S3pqQvBIZcU8AFfBwk/aeaG+J9IYfeT/D1KnRiimTXJ+6L+JhdT4aRo5 +ruVDK2SEfLEWpBsttDU5E6IxKxQ9uysUyS1KbK01UAeZblcVArudqSMXVdDI9ijq +EZElUauGkGEt/ngyzCskB/inUbrbMqKaDobx2OQVJyX1KM/Dz+bv2STXrWC2KNes +YcWmz5XxotEXq8jedEc6oz2qWN8muUX3ZhoPxl81iLq6/A4oJZihOO6l+yRPqEjl +anBk6bpsvCFLdFglHHLopCEpgwyHk+yGCPnr7/3AuerLdCzFVtTWx8ftkL28t6Q9 +2pFAbJwuDv1MWYIguvW60Hoye2jLAA== +=w9Kk +-----END PGP SIGNATURE----- diff --git a/umbrello.changes b/umbrello.changes index fa57657..18fbd22 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- Changes since 20.03.90: + * cmake: fix version compare lower syntax + * unittests: fix checking llvm version number + * cmake: fix minor version + * unittests: only build llvm testcase with the supported versions 7 and 8 + * cmake: Remove limits for generating dot graphs + * cmake use svg as image format for dot + * cmake: increase maximum dot graph depth to not limit generated graphs + * cmake: on generating api doc disable using multiple dot targets + * cmake: Only enable generating dot files if the 'dot' tool was found + * Add support for Qt5 variant of qhelpgenerator + ------------------------------------------------------------------- Sun Apr 5 20:30:50 UTC 2020 - Luca Beltrame diff --git a/umbrello.spec b/umbrello.spec index 034760d..6d463d4 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -21,13 +21,13 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version: 20.03.90 +Version: 20.04.0 Release: 0 Summary: UML Modeller License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later Group: Development/Tools/Other URL: https://www.kde.org/ -Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kdevelop5-pg-qt BuildRequires: kdevplatform-devel @@ -63,7 +63,7 @@ Recommends: %{name}-lang Obsoletes: umbrello5 < %{version} Provides: umbrello5 = %{version} %if %{with lang} -Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif