forked from pool/kdesignerplugin
Accepting request 855425 from KDE:Frameworks5
KDE Frameworks 5.77 OBS-URL: https://build.opensuse.org/request/show/855425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesignerplugin?expand=0&rev=86
This commit is contained in:
commit
e52918c483
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f9190e00761330c031310b94e195766e639115675081765050ddc55069a1b71
|
||||
size 73452
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5HoACgkQWNDuZIpI
|
||||
s7vUtwf9HDZSwZXvOKDC3rlzDc8N8e0ci5ySpohKe83etLuVagjBdWx2JusWsbJ+
|
||||
lnXBQnb7zb6izzTweig6y4pyGo4HpjfD4QMVkDhgzJKSI6jcHgwDfy3VeA+VcHE0
|
||||
8j5zAay3oBrmz+1woxt3Tv2ciAzcEJfb/czInQ0ltqLaIYQjs5VlOSldCDyOUijL
|
||||
RLBFfbZ4LAJ9sN52g1GsK0ANKpUQDAkW1TdaymebJj+iveN9eS3Mc2JEAQPwnqGI
|
||||
CQTytZexCyCm9CLC0sz+EGUdxT4ks4IgkLrMYJOYadVqqYCYAzIa98vcgyrOaMA0
|
||||
o9MVSE26MEly6V6rN3zCEfDAJMnZhw==
|
||||
=rmnv
|
||||
-----END PGP SIGNATURE-----
|
3
kdesignerplugin-5.77.0.tar.xz
Normal file
3
kdesignerplugin-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463fd7997e9177ca5f9b7a6533f8331960e51c6c8b7e88636e12267cd174b823
|
||||
size 73456
|
11
kdesignerplugin-5.77.0.tar.xz.sig
Normal file
11
kdesignerplugin-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln1oACgkQWNDuZIpI
|
||||
s7s+XQf/fKmk+vNzSD+NTNhvmseB52wX/ZGYHGycSMZ2nHjn01F12PNjdUCzRAbn
|
||||
rtf/whH+v7pFYHTXIKxjAtvRdjV/3AMIGpjmXytkbvovtVsJJpidYYRhVC4ngvDE
|
||||
BbwYHNpjVoMo/+yDpssnSnksq4YfrxwodIYUf8mM/kiO0oXDAUZChJbjp4sUqtu2
|
||||
+GVEFqvPThePJWJPdGkm3iMxS9vuNa4Pl7g+GmcbJbk6QOvI7adOqx4mtcL/wH/N
|
||||
aGAv51mQb1OnSxsVCpGrd6Q9yB8lLYu4PJ1vjJvdOxd6XyEnbmmWBaf4m8igDCNL
|
||||
5j6dDoIe49gybe/4IhBR4a8vL02X7Q==
|
||||
=fWSB
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- No code change since 5.76.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:35 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
Name: kdesignerplugin
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Framework for integration of KDE frameworks widgets with Qt Designer
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,10 +39,10 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.13.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -56,7 +56,7 @@ Summary: Build environment for kdesignerplugin, a framework for integrati
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
Requires: cmake(Qt5Core) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
This framework provides plugins for Qt Designer that allow it to display
|
||||
|
Loading…
x
Reference in New Issue
Block a user