forked from pool/kdesignerplugin
Accepting request 1070880 from KDE:Frameworks5
KDE Frameworks 5.104.0 (forwarded request 1070398 from krop) OBS-URL: https://build.opensuse.org/request/show/1070880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=113
This commit is contained in:
commit
bdf2410e3b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c52d7cd61e3404bb83f14be533b2c825e29599484b0b16733d852117eab3aca
|
|
||||||
size 2286764
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfepQACgkQWNDuZIpI
|
|
||||||
s7uK1gf/dksG6tJ8he+PdWhamB9L4DWHSaHRB2FwvvJXUopy23ZvaQHrgIDkHiPa
|
|
||||||
aE7BhvURmUbcVgrvvMSf+QiLu5byWaDw/Ut68SMv2sOZaUZ5yZAoow2IoJWuLCWC
|
|
||||||
MC4HRiO9SQrDZiweWJZ8cddmjwVtTOSH3uCN25oHe5ijWpZS1VsVUP5ew19CPVeI
|
|
||||||
05G7jqNVbryk8MhUDgve2qEIm8hJM6uLf1Z4dvPfPBa0pA0RktpokuY4qvx8efxn
|
|
||||||
Z47+CzvzT88xePrBC9kkCK+Zh0RwslTBw2PeM3LyGESFSzdpGJsbzC+vhPVDo92c
|
|
||||||
tI55D0doT/ZiUq8X9Ae5Fp291ukMdw==
|
|
||||||
=xRyC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesignerplugin-5.104.0.tar.xz
Normal file
3
kdesignerplugin-5.104.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc9b0244f37938683d9e7dd622ff853a9b757cefcbc0f0f257e99443f2968183
|
||||||
|
size 2287060
|
11
kdesignerplugin-5.104.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.104.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQDJFQACgkQWNDuZIpI
|
||||||
|
s7vXOwf9EJ+JYtBigXY7neDcIHJbj3quiLh0npTo6+Xnk/6IxZZ5z/hAb6jD5bIp
|
||||||
|
bj/9Bt9DipeYTMB4IbxA35ewQ7nYtczHT3TbtVSiHKejKKUKfN2NYrZk2wP50jiz
|
||||||
|
9J+LzYR5kqz167oyZ/MZcxZcPXtYMsQCKLOX9xi6g/XExgRpNiC2qazqamcEQAIr
|
||||||
|
3UI3dqNv6kOLO5VILNanFDqROfHSmUc5frI+3/u1GzOCN1kFccy0CAIONYoI7rxQ
|
||||||
|
pMflFpL8vqgWfoRvPriiYO0Eh2bYIXebYf0uIfYTM9kBoNO0l4H54lCcVuxSUTT5
|
||||||
|
5dURDLHRBHx31LwhlzTzMSQ9Nz7S+g==
|
||||||
|
=nH7/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 09:07:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.104.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.104.0
|
||||||
|
- No code change since 5.103.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 8 09:12:48 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Wed Feb 8 09:12:48 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.103
|
%define _tar_path 5.104
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kdesignerplugin
|
Name: kdesignerplugin
|
||||||
Version: 5.103.0
|
Version: 5.104.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user