forked from pool/kdesignerplugin
Accepting request 884249 from KDE:Frameworks5
KDE Frameworks 5.81.0 OBS-URL: https://build.opensuse.org/request/show/884249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=90
This commit is contained in:
commit
8462009829
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43e36e8ba3b0c9d84de2359c89ee332f96e6cbf7cfebd4bc81b9d9e3c7c3e9b4
|
|
||||||
size 73520
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1fsACgkQWNDuZIpI
|
|
||||||
s7usCAf9FZFTuD6RZo9Oxs4mVeaWegBxxSEW3JmIKXSXfz/PGNZN5uWMhR1kUuTX
|
|
||||||
mp/ePAkDUHyRmYdIhT01mnxISNFyp9FCzlDtwFpyBGzCWtcfzZ3aeq9lYChU9u45
|
|
||||||
W9FJdO8GWOTFXiJdQt4ilyvo+d5vxo4ERDjueEMwtdK3UnXq9CTaDXlDH7zzZc8/
|
|
||||||
IL41Hg2EI+XVm74J/BvzZYQSF0jNl3zBvdEbrFHLXoNSEW1YGLNJVHc2GCSw9ztO
|
|
||||||
rwTc8YlXnGtYHcAETUHF80bGgJqS0E8hZ6Z5nSiEt3eSK2H8kIsXAMyymtTG2FKo
|
|
||||||
myV+ffKsdlosiC22miCuvvMhUSXTdg==
|
|
||||||
=dNyG
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdesignerplugin-5.81.0.tar.xz
Normal file
3
kdesignerplugin-5.81.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4307cd1c3bb681ec1c28cb4399ef952a1966273963f6511eb0b6256d9791f6e5
|
||||||
|
size 73624
|
11
kdesignerplugin-5.81.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.81.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprTwACgkQWNDuZIpI
|
||||||
|
s7tXiwgAmxYBRZuKLLsy+nfxMwdxOPviZw+swp2QolLYL73I1IfIhSp5bbnIb8Fm
|
||||||
|
cPaJcEeCrYx01PjaQZOTOc09jhAhXHlsSeGYwlcMXTPOps4yNfUHuEe19GO5ZHox
|
||||||
|
5ha9JRHK8S3U7qYEaMdZwiyeuBWHda5LwmdVSd+BEPB2bYTAT9eqRZojgSu6MMrX
|
||||||
|
/3IAFF/r6GIRH2YXYsQRfQkjWOHG8xSFd5OXNV6BchDl1TV7K81DJHb9gqyDInAT
|
||||||
|
oey/mG+Uik9YrDZmgqmgFNofCmNmEp4PL6SKNEf/UVjUazKW38sEfknFFnMvSrxO
|
||||||
|
Y+8fnt27dzXpVfF2XVP2uur2AddVlg==
|
||||||
|
=XiO5
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 5 07:12:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.81.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.81.0
|
||||||
|
- No code change since 5.80.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 7 09:26:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 7 09:26:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.80
|
%define _tar_path 5.81
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kdesignerplugin
|
Name: kdesignerplugin
|
||||||
Version: 5.80.0
|
Version: 5.81.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