forked from pool/umbrello
19.12.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=130
This commit is contained in:
parent
17099ecac4
commit
853a0bed95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b9bb640a2d2a26f285584a86908e58e73c5906b1643e254bbc157935150e31f
|
||||
size 3797988
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puLUACgkQ29LOiT4t
|
||||
HIcTtwgAmOv7XXDLoBAEcUvHGqYF9wmWBiSb1Rr1LLSzK7DJxjx6qOrhrWMz8IvO
|
||||
R/T5p2AXvTGHgSHmrNYNu7X3XFLFRS5aQpK1ClZPJYdY5PIp7FNWbeOsBxgZ0EqT
|
||||
vbg/FsDw2vh1GDEOwc2cZ8w65nIfBp1/g0zNzXBG8/SqeiHFJEaLD6iLoEbY/YrC
|
||||
RPmns6jemqeQcy9aRqILVKrRDz1nDwHKwNrgyRnuckHFg4VrVXemKFWpJSVxmln+
|
||||
tc+qDUjefvX6opaEqq+WiklCbw8T+YVna99eVwBeTOusjgDkW71PNzdXPp95GyUU
|
||||
ZRU32J1MfluroZLf0co9nRx5Iu064Q==
|
||||
=X+CQ
|
||||
-----END PGP SIGNATURE-----
|
3
umbrello-19.12.1.tar.xz
Normal file
3
umbrello-19.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:077a1b5a3dfe15d37f03ee97ca5b40a1b8e7e0f2305df2f16a966861cc79e0d6
|
||||
size 3798332
|
11
umbrello-19.12.1.tar.xz.sig
Normal file
11
umbrello-19.12.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8YIACgkQ29LOiT4t
|
||||
HIfCFQf/QfJqg5KmpnGN2kRt7Wr1UQSRmrv3ezqAnlIpM0LGPGumWHRPxZ+dpsRc
|
||||
m4NRz6NdcwePVclNcRuYYlIasv2W63VenTqkHMEkiw0EifKkXGhUBBpYPObXrern
|
||||
fCQxwk7jCaAtKcmwqhGF2s3Vue0EFzfCkB1RZ0morTiJjIZkRTAf5I3pSGEDXbNQ
|
||||
h9TCuhfVrvKb4TIy/fPD3qJdjoD6phxuPmZwTnNoiVUWkqPFix/rSjbkMqY3fJbb
|
||||
RugaWGE4t+gvk2Yt342Tj+kYMhbegqMb2UBOXHjKZwULazugVM7v/11hktnPuUHh
|
||||
1FoG4pFmEYjmATAW7Pj8F7jFHBirJw==
|
||||
=KVu1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:36:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 19.12.1
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/releases/19.12.1
|
||||
- Changes since 19.12.0:
|
||||
* Remove obsolete code
|
||||
* Fix 'No undo support for adding connected widgets' (kde#415888)
|
||||
* Fix 'Different name when adding connected states compared to adding via the toolbar' (kde#415890)
|
||||
* Fix 'Adding connected widgets cannot be cancelled' (kde#415889)
|
||||
* Limit building local KDev::Tests library for KF5 only when kdevplatform library has been found
|
||||
* Library KDev::Tests: remove Qt5::Tests dependencies (kde#415849)
|
||||
* Embed KDev::Tests library to not depend on kdevplatform for KF5 builds
|
||||
* Fix 'The initial cursor position in the properties dialog of a state should be set to the name field' (kde#415784)
|
||||
* Fix 'Adding a connected state should allow entering of a state name' (kde#415779)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 06:39:19 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: umbrello
|
||||
Version: 19.12.0
|
||||
Version: 19.12.1
|
||||
Release: 0
|
||||
Summary: UML Modeller
|
||||
License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later
|
||||
@ -46,6 +46,7 @@ BuildRequires: cmake(KF5GuiAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
BuildRequires: cmake(KF5Init)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5KIO)
|
||||
BuildRequires: cmake(KF5Parts)
|
||||
BuildRequires: cmake(KF5Service)
|
||||
|
Loading…
Reference in New Issue
Block a user