KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=136
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:24:35 +00:00 committed by Git OBS Bridge
parent af9fdf7541
commit a437de8b76
6 changed files with 36 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d06eda74b454f2d3c42d8ae1931bb756580167690a78a01d1d4fe2e526d9400
size 4379368

View File

@ -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-----

3
umbrello-20.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49e20d11a6b98cfbbff941e8e910a2a0baa5315a4fc83839868049f24ce6036f
size 4382408

View File

@ -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-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:21 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- 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 <lbeltrame@kde.org> Sun Apr 5 20:30:50 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: umbrello Name: umbrello
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: UML Modeller Summary: UML Modeller
License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
Group: Development/Tools/Other Group: Development/Tools/Other
URL: https://www.kde.org/ 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: extra-cmake-modules
BuildRequires: kdevelop5-pg-qt BuildRequires: kdevelop5-pg-qt
BuildRequires: kdevplatform-devel BuildRequires: kdevplatform-devel
@ -63,7 +63,7 @@ Recommends: %{name}-lang
Obsoletes: umbrello5 < %{version} Obsoletes: umbrello5 < %{version}
Provides: umbrello5 = %{version} Provides: umbrello5 = %{version}
%if %{with lang} %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 Source2: applications.keyring
%endif %endif